From 5e411b00e006067b4f1b792f6fc2bcb4585df490 Mon Sep 17 00:00:00 2001 From: Moritz Martinius Date: Sun, 15 Feb 2026 15:28:45 +0100 Subject: [PATCH] Remove domain reference from README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89e889b..fb37b78 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ gitea/hooks/ # SQLite .backup for gitea 2. Copy the matching `hooks/` directory 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` -5. Create the target directory on the NAS: `mkdir -p /mnt/data/backup/admiralackbar.de/` +5. Create the target directory on the NAS: `mkdir -p /path/to/your/backup/` 6. Add the sidecar service to the compose file (see compose snippets in each service dir) ## Environment variables