Remove domain reference from README.md

This commit is contained in:
2026-02-15 15:28:45 +01:00
parent 7c1a67be4e
commit 5e411b00e0

View File

@@ -17,7 +17,7 @@ gitea/hooks/ # SQLite .backup for gitea
2. Copy the matching `hooks/` directory 2. Copy the matching `hooks/` directory
3. Create `secrets/restic_password` with a strong passphrase 3. Create `secrets/restic_password` with a strong passphrase
4. Create `ssh/config` (see `ssh/config.sample`), add your private key as `ssh/id_ed25519`, populate `known_hosts` via `ssh-keyscan` 4. Create `ssh/config` (see `ssh/config.sample`), add your private key as `ssh/id_ed25519`, populate `known_hosts` via `ssh-keyscan`
5. Create the target directory on the NAS: `mkdir -p /mnt/data/backup/admiralackbar.de/<service>` 5. Create the target directory on the NAS: `mkdir -p /path/to/your/backup/<service>`
6. Add the sidecar service to the compose file (see compose snippets in each service dir) 6. Add the sidecar service to the compose file (see compose snippets in each service dir)
## Environment variables ## Environment variables