2018-12-26 11:43:50 +00:00
# Traefik
Homepage: [https://traefik.io ](https://traefik.io )
2020-04-25 06:11:24 +00:00
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.
2018-12-26 11:43:50 +00:00
2019-04-11 22:03:11 +00:00
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 ](configuration/external_access ) for more info.
2018-12-26 11:43:50 +00:00
## Usage
2020-01-25 23:40:26 +00:00
Set `traefik_enabled: true` in your `inventories/<your_inventory>/nas.yml` file.
2018-12-26 11:43:50 +00:00
Traefik's web interface can be found at http://ansible_nas_host_or_ip:8083.
## Specific Configuration
2019-04-11 22:03:11 +00:00
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.