# Traefik Routing Reference _Last updated: 2025-12-13_ | Domain | Service | Port | Entry Point | Middleware | Notes | |--------|---------|------|-------------|------------|-------| | api.stores.3ddbrew.com | backend | 3000 | websecure | N/A | | | archiveforge.3ddbrew.com | archiveforge-frontend | 3000 | websecure | N/A | | | jellyfin.3ddbrew.com | jellyfin | 8096 | websecure | N/A | | | stores.3ddbrew.com | frontend | 80 | websecure | N/A | | ## Notes - **Route Definitions:** The primary Traefik configuration is managed in `dynol.yml` on the Traefik server (`192.168.12.3`). The routes listed here are defined via Docker labels in the `docker-compose.yml` files for each service on this server (`192.168.1.252`). - **Adding a New Route:** To add a new route for a service on this server, add the appropriate Traefik labels to the service's `docker-compose.yml` file and restart the service. - **Restarting Traefik:** Changes to the `dyno.yml` file require a restart of the Traefik container on `192.168.12.3`. Changes to Docker labels on this server only require a restart of the affected service.