Hi, sorry for this. I have literally tried EVERYTHING that I can find online but I can not recover my password or reset it.
I am running Docker Compose on Ubuntu. I have a fairly basic yaml file.
I have tried CLI_ARGS=webservice-password=newpassword, and DUPLICATI__WEBSERVICE_PASSWORD=newpassword in the environment section of the yaml file but I can not get anything to show up in the corresponding log file.
Can someone please point out what I am doing wrong so that I can get this sorted out once again?
I don’t do Docker, but assuming you have a LinuxServer image,
duplicati-server help text says:
--webservice-password: The password required to access the webserver. This option is saved so you do not need to set it on each run. Setting an empty value disables the password.
and I’m pretty sure you need the two leading option-dashes even for CLI_ARGS.
If you have a Duplicati Docker image, CLI_ARGS is not supported. It’s only LSIO.