From 8b64bb4cd84fe6efc7b020c2da9690c88a6634b1 Mon Sep 17 00:00:00 2001 From: ejurgensen Date: Sat, 2 Sep 2023 23:07:05 +0200 Subject: [PATCH] [docs] Add link to blog about authentication with Authelia for remote access Credit @X-Ryl669 Closes #1647 --- docs/advanced/remote-access.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/advanced/remote-access.md b/docs/advanced/remote-access.md index 39abf151..eeaf832e 100644 --- a/docs/advanced/remote-access.md +++ b/docs/advanced/remote-access.md @@ -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.