-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Duplicati template missing variable SETTINGS_ENCRYPTION_KEY #4666
Comments
I also had to add DUPLICATI__WEBSERVICE_PASSWORD in the docker-compose, the password was added in the environment variables. |
To my knowledge, that variable is optional. If not set, it defaults to "changeme" according to Duplicati's documentation. |
I have the same problem, have you solved it? |
- Generate random encryption secret - Generate random web login password - Make TZ show up in the UI See coollabsio#4666 Duplicati service won't start if the encryption secret is empty. It is not possible to log in if the web password is not set.
Error Message and Logs
[migrations] started
[migrations] no migrations found
───────────────────────────────────────
Brought to you by linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 1000
User GID: 1000
───────────────────────────────────────
Linuxserver.io version: v2.1.0.2_beta_2024-11-29-ls229
Build-date: 2024-12-21T03:56:47+00:00
───────────────────────────────────────
*** Missing encryption key, unable to encrypt your settings database ***
*** Please set a value for SETTINGS_ENCRYPTION_KEY and recreate the container ***
Steps to Reproduce
Example Repository URL
No response
Coolify Version
v4.0.0-beta.379
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu Server 24
Additional Information
Adding
SETTINGS_ENCRYPTION_KEY=${SERVICE_PASSWORD_DUPLICATI}
to the compose file's environment variables should do the trickThe text was updated successfully, but these errors were encountered: