R
Runtipi2mo ago
berk

After duplicati update the other day, it asks for a pw and i either forgot it

Did a update to duplicati yesterday, and tried to open but im then met with a duplicati password box, i tried "changeme", and a bunch of other passwords but couldnt get it to let me in, also tried some ideas from stavros: created a file runtipi/user-config/duplicati/docker-compose.yml and in there added services: duplicati: environment: - DUPLICATI__WEBSERVICE_PASSWORD=changeme I cant figure out where i messed up
15 Replies
berk
berkOP2mo ago
When googling, there is a commandline option you can add while launching "--webservice-password=" but im unsure how to do that here
Stavros
Stavros2mo ago
yes this is what we are going to do
berk
berkOP2mo ago
nice
Stavros
Stavros2mo ago
try this
services:
duplicati:
environment:
- CLI_ARGS=webservice-password=changeme
services:
duplicati:
environment:
- CLI_ARGS=webservice-password=changeme
berk
berkOP2mo ago
here? runtipi/user-config/duplicati/docker-compose.yml
Stavros
Stavros2mo ago
yes
berk
berkOP2mo ago
man, still failed to login tried to stop it then start it instead of just restart
Stavros
Stavros2mo ago
what are the duplicati logs?
berk
berkOP2mo ago
berk
berkOP2mo ago
is it ok to post like this?
Stavros
Stavros2mo ago
yeah it means it's failing to sign it try to change the file content to
services:
duplicati:
environment:
- CLI_ARGS=--webservice-password=changeme
services:
duplicati:
environment:
- CLI_ARGS=--webservice-password=changeme
berk
berkOP2mo ago
HALELUJAH it worked 🙂
Stavros
Stavros2mo ago
nice!
berk
berkOP2mo ago
thanks alot stavros!!
Stavros
Stavros2mo ago
no problem! happy i helped!

Did you find this page helpful?