I’m running headless on Ubuntu and i want to stop using basic auth and switch to authentik…
I run Kopia on reboot with this command
/usr/bin/kopia server --insecure --address=0.0.0.0:51515 --server-username=USER --server-password=PASS
So i figured i just remove the username and password arguments and reboot… but when i do, it’s still using basic auth…
i assume there is a config.yml somewhere, but i’m at a loss as to where it is… Any ideas?
1 Like
stpr
October 9, 2022, 3:14pm
2
Probably kopia config in ~/.config
? Delete everything that belons to Kopia and see if it solves your problem.
Angler
October 14, 2022, 4:39pm
3
What you need is /usr/bin/kopia server start --insecure --without-password &
1 Like
Angler
October 24, 2022, 5:10pm
4
“Delete files and see if it works” is a poor solution. At the very least, move the files to a backup location… I’d like to flag this reply for suggested removal. It doesn’t seem like good practice.
@jkowalski thoughts?
Thank you, i’ll give that a shot!