[docs] Add link to blog about authentication with Authelia for remote access

Credit @X-Ryl669

Closes #1647
This commit is contained in:
ejurgensen 2023-09-02 23:07:05 +02:00
parent 54c2667aea
commit 8b64bb4cd8
1 changed files with 7 additions and 0 deletions

View File

@ -19,3 +19,10 @@ You can also access your library remotely using something like Zerotier. See [th
guide](https://github.com/owntone/owntone-server/wiki/Accessing-Owntone-remotely-through-iTunes-Music-with-Zerotier)
for details.
## Accessing from Internet for authenticated users
If you intend to access Owntone directly from Internet, it's a good idea to
protect it against unauthenticated users.
[This guide](https://blog.cyril.by/en/software/example-sso-with-authelia-and-owntone)
has a detailed setup tutorial to achieve this securely.