chore(security): remove committed basic auth examples
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user