From 5114e8ae8763cbe48e953f4cfb358f0565bbac11 Mon Sep 17 00:00:00 2001 From: Djeex Date: Fri, 4 Sep 2026 14:35:06 +0200 Subject: [PATCH] Link Authentik by name in the TinyAuth-alternative tips across 7 files --- content/en/3.serveex/4.monitoring/2.dozzle.md | 2 +- .../en/3.serveex/4.monitoring/3.speedtest-tracker.md | 10 +--------- content/en/3.serveex/7.files/3.file-browser-quantum.md | 2 +- content/en/3.serveex/8.development/1.code-server.md | 2 +- content/en/3.serveex/8.development/3.it-tools.md | 2 +- content/en/3.serveex/9.apps/1.adguard.md | 2 +- content/en/6.recycled/1.deprecated/2.file-browser.md | 2 +- 7 files changed, 7 insertions(+), 15 deletions(-) diff --git a/content/en/3.serveex/4.monitoring/2.dozzle.md b/content/en/3.serveex/4.monitoring/2.dozzle.md index 1db81c9..14ea50b 100644 --- a/content/en/3.serveex/4.monitoring/2.dozzle.md +++ b/content/en/3.serveex/4.monitoring/2.dozzle.md @@ -264,5 +264,5 @@ The `location /tinyauth` block runs inside SWAG's own container, so SWAG needs t :: ::tip{icon=""} -✨ __Tip:__ You can protect this app with Authentik instead of TinyAuth by opening `dozzle.subdomain.conf` and removing the `#` in front of `include /config/nginx/authentik-server.conf;`{lang=nginx} and `include /config/nginx/authentik-location.conf;`{lang=nginx}. Don’t forget to [create an application and a provider in Authentik](/serveex/advanced/authentik#protecting-an-app-via-reverse-proxy). +✨ __Tip:__ You can protect this app with [Authentik](/serveex/advanced/authentik) instead of TinyAuth by opening `dozzle.subdomain.conf` and removing the `#` in front of `include /config/nginx/authentik-server.conf;`{lang=nginx} and `include /config/nginx/authentik-location.conf;`{lang=nginx}. Don’t forget to [create an application and a provider in Authentik](/serveex/advanced/authentik#protecting-an-app-via-reverse-proxy). :: diff --git a/content/en/3.serveex/4.monitoring/3.speedtest-tracker.md b/content/en/3.serveex/4.monitoring/3.speedtest-tracker.md index e017a2f..dcfb7e3 100644 --- a/content/en/3.serveex/4.monitoring/3.speedtest-tracker.md +++ b/content/en/3.serveex/4.monitoring/3.speedtest-tracker.md @@ -5,14 +5,6 @@ description: Install Speedtest Tracker to automatically measure and log your int :ellipsis{left=0px width=40rem top=10rem blur=140px zIndex=60} -# Speedtest Tracker - -::note -🎯 **Objectives:** - -- Install Speedtest Tracker -- Expose Speedtest Tracker with SWAG -:: [Speedtest Tracker](https://docs.speedtest-tracker.dev/) is a container that allows you to schedule regular speed tests in order to log your server's internet connection status. @@ -275,7 +267,7 @@ The `location /tinyauth` block runs inside SWAG's own container, so SWAG needs t :: ::tip -✨ You can protect this app with Authentik instead of TinyAuth by opening `speedtest.subdomain.conf` and uncommenting +✨ You can protect this app with [Authentik](/serveex/advanced/authentik) instead of TinyAuth by opening `speedtest.subdomain.conf` and uncommenting `include /config/nginx/authentik-server.conf;` and `include /config/nginx/authentik-location.conf;`. Don’t forget to [create an application and provider in Authentik](/serveex/advanced/authentik#protecting-an-app-via-reverse-proxy). :: diff --git a/content/en/3.serveex/7.files/3.file-browser-quantum.md b/content/en/3.serveex/7.files/3.file-browser-quantum.md index 502cc1a..dfed4ce 100644 --- a/content/en/3.serveex/7.files/3.file-browser-quantum.md +++ b/content/en/3.serveex/7.files/3.file-browser-quantum.md @@ -273,5 +273,5 @@ The `location /tinyauth` block runs inside SWAG's own container, so SWAG needs t :: ::tip{icon=""} -✨ __Tip:__ You can protect this app with Authentik instead of TinyAuth by opening `fbq.subdomain.conf` and uncommenting `include /config/nginx/authentik-server.conf;`{lang=nginx} and `include /config/nginx/authentik-location.conf;`{lang=nginx}. Don't forget to [create an application and provider in Authentik](/serveex/advanced/authentik#protecting-an-app-via-reverse-proxy). +✨ __Tip:__ You can protect this app with [Authentik](/serveex/advanced/authentik) instead of TinyAuth by opening `fbq.subdomain.conf` and uncommenting `include /config/nginx/authentik-server.conf;`{lang=nginx} and `include /config/nginx/authentik-location.conf;`{lang=nginx}. Don't forget to [create an application and provider in Authentik](/serveex/advanced/authentik#protecting-an-app-via-reverse-proxy). :: diff --git a/content/en/3.serveex/8.development/1.code-server.md b/content/en/3.serveex/8.development/1.code-server.md index 7589bbd..fc3607d 100644 --- a/content/en/3.serveex/8.development/1.code-server.md +++ b/content/en/3.serveex/8.development/1.code-server.md @@ -294,5 +294,5 @@ The `location /tinyauth` block runs inside SWAG's own container, so SWAG needs t :: ::tip{icon=""} -✨ __Tip:__ You can protect this app with Authentik instead of TinyAuth by opening `code.subdomain.conf` and uncommenting the lines `include /config/nginx/authentik-server.conf;` and `include /config/nginx/authentik-location.conf;`. Don’t forget to [create an application and provider in Authentik](/serveex/advanced/authentik#protecting-an-app-via-reverse-proxy). +✨ __Tip:__ You can protect this app with [Authentik](/serveex/advanced/authentik) instead of TinyAuth by opening `code.subdomain.conf` and uncommenting the lines `include /config/nginx/authentik-server.conf;` and `include /config/nginx/authentik-location.conf;`. Don’t forget to [create an application and provider in Authentik](/serveex/advanced/authentik#protecting-an-app-via-reverse-proxy). :: diff --git a/content/en/3.serveex/8.development/3.it-tools.md b/content/en/3.serveex/8.development/3.it-tools.md index 6c9094d..6b43dad 100644 --- a/content/en/3.serveex/8.development/3.it-tools.md +++ b/content/en/3.serveex/8.development/3.it-tools.md @@ -236,5 +236,5 @@ The `location /tinyauth` block runs inside SWAG's own container, so SWAG needs t :: ::tip{icon=""} -✨ __Tip:__ You can secure this app with Authentik instead of TinyAuth by opening `tools.subdomain.conf` and uncommenting the lines `include /config/nginx/authentik-server.conf;` and `include /config/nginx/authentik-location.conf;`. Don’t forget to [create an application and a provider in Authentik](/serveex/advanced/authentik#protecting-an-app-via-reverse-proxy). +✨ __Tip:__ You can secure this app with [Authentik](/serveex/advanced/authentik) instead of TinyAuth by opening `tools.subdomain.conf` and uncommenting the lines `include /config/nginx/authentik-server.conf;` and `include /config/nginx/authentik-location.conf;`. Don’t forget to [create an application and a provider in Authentik](/serveex/advanced/authentik#protecting-an-app-via-reverse-proxy). :: diff --git a/content/en/3.serveex/9.apps/1.adguard.md b/content/en/3.serveex/9.apps/1.adguard.md index eeb9a97..79ac988 100644 --- a/content/en/3.serveex/9.apps/1.adguard.md +++ b/content/en/3.serveex/9.apps/1.adguard.md @@ -332,7 +332,7 @@ The `location /tinyauth` block runs inside SWAG's own container, so SWAG needs t ::tip{icon=""} ✨ __Tip:__

-You can protect this app with Authentik instead of TinyAuth by opening `adguard.subdomain.conf` and removing the `#` in front of `include /config/nginx/authentik-server.conf;`{lang=nginx} and `include /config/nginx/authentik-location.conf;`{lang=nginx}. Don’t forget to [create an application and a provider in Authentik](/serveex/advanced/authentik/#protecting-an-app-via-reverse-proxy). You’ll need to exclude the URL `https://adguard.mydomain.com/dns-query` from authentication: +You can protect this app with [Authentik](/serveex/advanced/authentik) instead of TinyAuth by opening `adguard.subdomain.conf` and removing the `#` in front of `include /config/nginx/authentik-server.conf;`{lang=nginx} and `include /config/nginx/authentik-location.conf;`{lang=nginx}. Don’t forget to [create an application and a provider in Authentik](/serveex/advanced/authentik/#protecting-an-app-via-reverse-proxy). You’ll need to exclude the URL `https://adguard.mydomain.com/dns-query` from authentication: - Edit the AdGuard provider - Under *Advanced Protocol Settings > Authenticated Paths*, enter `^/dns-query` diff --git a/content/en/6.recycled/1.deprecated/2.file-browser.md b/content/en/6.recycled/1.deprecated/2.file-browser.md index f3c263d..9dd99e1 100644 --- a/content/en/6.recycled/1.deprecated/2.file-browser.md +++ b/content/en/6.recycled/1.deprecated/2.file-browser.md @@ -232,5 +232,5 @@ The `location /tinyauth` block runs inside SWAG's own container, so SWAG needs t :: ::tip{icon=""} -✨ __Tip:__ You can protect this app with Authentik instead of TinyAuth by opening `files.subdomain.conf` and uncommenting `include /config/nginx/authentik-server.conf;`{lang=nginx} and `include /config/nginx/authentik-location.conf;`{lang=nginx}. Don’t forget to [create an application and provider in Authentik](/serveex/advanced/authentik#protecting-an-app-via-reverse-proxy). +✨ __Tip:__ You can protect this app with [Authentik](/serveex/advanced/authentik) instead of TinyAuth by opening `files.subdomain.conf` and uncommenting `include /config/nginx/authentik-server.conf;`{lang=nginx} and `include /config/nginx/authentik-location.conf;`{lang=nginx}. Don’t forget to [create an application and provider in Authentik](/serveex/advanced/authentik#protecting-an-app-via-reverse-proxy). ::