mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-26 10:15:14 +00:00
Duplicate website/docs/applications/other/traefik.md history in roles/traefik/docs/ history.
This commit is contained in:
parent
22a2499858
commit
c67899b599
1 changed files with 22 additions and 0 deletions
22
roles/traefik/docs/traefik.md
Normal file
22
roles/traefik/docs/traefik.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
title: "Traefik"
|
||||
---
|
||||
|
||||
Homepage: <https://traefik.io>
|
||||
|
||||
Traefik is a reverse proxy used to provide external access to your Ansible-NAS box. Additionally, Traefik will automatically request and renew SSL certificates for you.
|
||||
|
||||
You can configure which applications are available externally by enabling the `<application_name>_available_externally` setting
|
||||
for each application in the Advanced Settings section of your `all.yml`.
|
||||
|
||||
See [External Access](../../getting-started/external-access.md) for more info.
|
||||
|
||||
## Usage
|
||||
|
||||
Set `traefik_enabled: true` in your `inventories/<your_inventory>/nas.yml` file.
|
||||
|
||||
Traefik's web interface can be found at <http://ansible_nas_host_or_ip:8083>.
|
||||
|
||||
## Specific Configuration
|
||||
|
||||
You'll need to map port 80 and 443 from your router to your Ansible-NAS box. A quick search should reveal instruction for your model of router.
|
Loading…
Reference in a new issue