I'll definitely give it a short this weekend. Are there any plans to support different authentication methods? Like LDAP, OAuth2 etc?
I'm using linkding at the moment https://github.com/sissbruecker/linkding which also has a browser addon, the only missing thing is some form central user auth but we're using it as it is.
Thanks for pointing that out. I'm already using authelia backed by ldap, it'll be an easy setup. I might've to figure how to merge the existing users and their data though.
Currently the only authentication methods are using plain username/password as default.
And if the extra environment variables are set properly, you could hook it up using the email provider, taking care of the confirmation emails and one time links.
I'm using linkding at the moment https://github.com/sissbruecker/linkding which also has a browser addon, the only missing thing is some form central user auth but we're using it as it is.