mirror of
https://github.com/chr0nzz/traefik-manager.git
synced 2026-05-09 05:35:22 +02:00
[GH-ISSUE #9] Native Install looking for homedir #9
Labels
No labels
bug
bug
bug
feature request
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/traefik-manager#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wolfnacht44 on GitHub (Apr 5, 2026).
Original GitHub issue: https://github.com/chr0nzz/traefik-manager/issues/9
Originally assigned to: @chr0nzz on GitHub.
not sure of the relevancy here but journalctl reporting an error
Install instructions states --no-home-dir for traefik-manager.
process would start, then crash while trying to initialize.
circumvented by adding `Environment=HOME=/opt/traefik-manager'
initialization/setup completed
0 issues after commenting out after initial setup.
journalctl output
gunicorn[4475]: [2026-04-05 17:58:27 +0000] [4475] [ERROR] Control server error: [Errno 13] Permission denied: '/home/traefik'
@chr0nzz commented on GitHub (Apr 5, 2026):
fixed in v0.10.2
@wolfnacht44 commented on GitHub (Apr 6, 2026):
journalctl still reporting the error on 0.10.2 after update.
gunicorn[9499]: [2026-04-06 04:45:51 +0000] [9499] [ERROR] Control server error: [Errno 13] Permission denied: '/home/traefik@wolfnacht44 commented on GitHub (Apr 6, 2026):
Nevermind, During troubleshooting #8 I realized I had the home variable commented out.
This is now RESOLVED