mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-15 08:27:19 +00:00
Update docs for ansible roles
This commit is contained in:
parent
a8d5c296de
commit
db6885420c
1 changed files with 1 additions and 1 deletions
|
@ -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 `<application_name>_available_externally` setting in the Advanced Settings section of `all.yml`. Setting this to `true` will configure Traefik to route `<application>.yourdomain.com` to the application, making it available externally.
|
||||
Every application has a `<application_name>_available_externally` setting in its `defaults/main.yml`. Setting this to `true` (by overriding it in your nas.yml) will configure Traefik to route `<application>.yourdomain.com` to the application, making it available externally.
|
||||
|
|
Loading…
Reference in a new issue