I want to host my own Bitwarden instance with some security on board Disable new user creation 2FA Backup Installation services: vaultwarden: container_name: vaultwarden image: vaultwarden/server:latest restart: unless-stopped volumes: - ./data/:/data/ ports: - 8096:80 environment: - DOMAIN=https://homeserver:8096 - SIGNUPS_ALLOWED=false
Autor: janbl
From OneDrive to OpenCloud
Why am I using OneDrive? Backup single files Have all my files available on various machines, Windows, iOS, MacOS Share single files or directories with other people without password needs I have a terabyte of storage as part of my MS365 license Why do I want to get rid of the OneDrive storage? Independence of… Weiterlesen From OneDrive to OpenCloud
Backup Concept
The backup should be close to the 3-2-1 Backup Concept, 3 copies on 2 different devices with 1 copy offsite. As I have two devices for my home server setup, I can try to implement a backup copy vis versa. Immich Immich Database internal library directory tree uploaded images directory tree docker-compose.yml file .env file… Weiterlesen Backup Concept
WordPress
Hosting a web site or blog, that is visible in the internet and made searchable by search engine providers, should be always up to date and properly secured. Installation First we look into the installation and configuration process inside a docker environment. The root folder for docker containers is /opt, followed by the configuration name,… Weiterlesen WordPress
Hallo Welt!
Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!