I have KopiaUI docker container installed in my unRAID server, but because I keep my home network closed and secured, I don’t like KopiaUI’s user/pass pop up asking for credentials every time I open it. Unless I can change it so that I can use my password manager with it to auto-paste the credentials. My password manager doesn’t work with those pop-ups, unfortunately.
Alternatively, can I disable authentication altogether, so when I open KopiaUI container, I don’t get prompted for user/pass?
No idea what you did but normally you provide repo credentials only once - when you connect to repo. Then kopia uses OS key store.
Maybe stop using docker which does not add anything in case of kopia except making everything more complex. It maybe makes sense when you want to deploy something to 100 servers but does not sound like it is the case here.
Also you can always pass password in KOPIA_PASSWORD env variable or flag -p, --password=PASSWORD
I installed an “official” KopiaUI docker container from the unRAID’s app store and I’m not talking about repo credentials. I’m talking about the Kopia Web UI login credentials.
This is how it’s currently configured (as per the docker’s instructions)