R
Runtipi2w 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
berkOP2w ago
When googling, there is a commandline option you can add while launching "--webservice-password=" but im unsure how to do that here
Stavros
Stavros2w ago
yes this is what we are going to do
berk
berkOP2w ago
nice
Stavros
Stavros2w ago
try this
services:
duplicati:
environment:
- CLI_ARGS=webservice-password=changeme
services:
duplicati:
environment:
- CLI_ARGS=webservice-password=changeme
berk
berkOP2w ago
here? runtipi/user-config/duplicati/docker-compose.yml
Stavros
Stavros2w ago
yes
berk
berkOP2w ago
man, still failed to login tried to stop it then start it instead of just restart
Stavros
Stavros2w ago
what are the duplicati logs?
berk
berkOP2w ago
berk
berkOP2w ago
is it ok to post like this?
Stavros
Stavros2w 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
berkOP2w ago
HALELUJAH it worked 🙂
Stavros
Stavros2w ago
nice!
berk
berkOP2w ago
thanks alot stavros!!
Stavros
Stavros2w ago
no problem! happy i helped!
Want results from more Discord servers?
Add your server