[GH-ISSUE #1] [feat] Configurable Paths #1

Closed
opened 2026-05-06 12:22:33 +02:00 by BreizhHardware · 1 comment

Originally created by @gadgethm on GitHub (Mar 17, 2026).
Original GitHub issue: https://github.com/chr0nzz/traefik-manager/issues/1

Been playing around with running this in podman; it would be really useful to be able to change the various paths where traefik-manager looks for files. Specifically, these three paths:

CONFIG_PATH   = '/app/config/dynamic.yml'
BACKUP_DIR    = '/app/backups'
SETTINGS_PATH = '/app/config/manager.yml'

Simplest option would be to use environment variables, but for CONFIG_PATH and BACKUP_DIR, they could be specified inside the manager.yml file itself too.

Originally created by @gadgethm on GitHub (Mar 17, 2026). Original GitHub issue: https://github.com/chr0nzz/traefik-manager/issues/1 Been playing around with running this in podman; it would be really useful to be able to change the various paths where `traefik-manager` looks for files. Specifically, these three paths: ``` CONFIG_PATH = '/app/config/dynamic.yml' BACKUP_DIR = '/app/backups' SETTINGS_PATH = '/app/config/manager.yml' ``` Simplest option would be to use environment variables, but for CONFIG_PATH and BACKUP_DIR, they could be specified inside the `manager.yml` file itself too.
Author
Owner

@chr0nzz commented on GitHub (Mar 18, 2026):

implemented in v0.2.0

<!-- gh-comment-id:4085561674 --> @chr0nzz commented on GitHub (Mar 18, 2026): implemented in [v0.2.0](https://github.com/chr0nzz/traefik-manager/releases/tag/v0.2.0)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/traefik-manager#1
No description provided.