Skip to content

Traefik File Template

Overview

Traefik File Template is a Saltbox module that generates a Traefik file template.


Deployment

sb install generate-traefik-file-template

Usage

  1. Run the tag and answer the prompts. The file will be saved as /tmp/traefik-app.yml by default.

  2. Edit the file as appropriate for your application.

  3. Deploy the file by moving it into /opt/traefik—Traefik will pick it up automatically.

  4. Ensure a DNS A record exists that points to the application (e.g., appname.yourdomain.tld). This can be achieved by creating it manually, by running DDNS (Cloudflare only), or through a wildcard DNS record.

  5. Assuming you have configured everything correctly, your application is now published at https://iCUSTOM_APP_FQDNi.