Skip to content

Commit

Permalink
fix(service): Improve duplicati.yaml (#4971)
Browse files Browse the repository at this point in the history
- Generate random encryption secret
- Generate random web login password
- Make TZ show up in the UI
  • Loading branch information
thekarel authored Feb 11, 2025
1 parent f2a61ae commit 159d2a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/compose/duplicati.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ services:
- SERVICE_FQDN_DUPLICATI_8200
- PUID=1000
- PGID=1000
- TZ=Europe/Madrid
- TZ=${TZ:-Europe/London}
- SETTINGS_ENCRYPTION_KEY=${SERVICE_PASSWORD_ENCRYPT}
- DUPLICATI__WEBSERVICE_PASSWORD=${SERVICE_PASSWORD_WEB}
volumes:
- duplicati-config:/config
- duplicati-backups:/backups
Expand Down

0 comments on commit 159d2a4

Please sign in to comment.