From db6885420c98c54239f906b7f479557337c00999 Mon Sep 17 00:00:00 2001 From: David Stephens Date: Sat, 18 Jun 2022 00:05:08 +0100 Subject: [PATCH] Update docs for ansible roles --- docs/configuration/external_access.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/external_access.md b/docs/configuration/external_access.md index bc67e232..b708f6fa 100644 --- a/docs/configuration/external_access.md +++ b/docs/configuration/external_access.md @@ -34,4 +34,4 @@ How to do this is entirely dependent on your router (and out of scope of these d ## Enable Specific Applications -Every application has a `_available_externally` setting in the Advanced Settings section of `all.yml`. Setting this to `true` will configure Traefik to route `.yourdomain.com` to the application, making it available externally. +Every application has a `_available_externally` setting in its `defaults/main.yml`. Setting this to `true` (by overriding it in your nas.yml) will configure Traefik to route `.yourdomain.com` to the application, making it available externally.