Custom Traefik Entrypoints

Set the correct Traefik entrypoint for your environment.

Custom Traefik Entrypoints

Standard Traefik uses websecure as the HTTPS entrypoint. Some setups use https instead. Set the entrypoint field to match your environment:

// External Traefik with "https" entrypoint
"entrypoint": "https"

// Standard Traefik (default)
"entrypoint": "websecure"