chore(security): remove committed basic auth examples

This commit is contained in:
Eduardo David Paredes Vara
2026-07-25 12:16:22 +00:00
parent 878009b519
commit 05444afc54
5 changed files with 8 additions and 23 deletions
+3 -1
View File
@@ -96,7 +96,7 @@ Kopia UI is exposed at:
https://kopia.sherlockhomeless.net
```
The service listens only on the Docker host gateway `10.0.0.1:51515` and is published through Traefik using `traefik-kopia.yml`.
The service listens only on the Docker host gateway `10.0.0.1:51515` and is published through Traefik using a local `traefik-kopia.yml` copied from `traefik-kopia.yml.example`.
Credentials are stored outside the repo in `/opt/kopia/kopia.env`:
@@ -108,6 +108,8 @@ Install or update the service and Traefik route:
```bash
sudo cp backups/kopia/systemd/kopia-server.service /etc/systemd/system/
cp backups/kopia/traefik-kopia.yml.example backups/kopia/traefik-kopia.yml
# Edit backups/kopia/traefik-kopia.yml and replace the Basic auth placeholder.
sudo cp backups/kopia/traefik-kopia.yml /opt/traefik/dynamic/kopia.yml
sudo systemctl daemon-reload
sudo systemctl enable --now kopia-server.service