mirror of
https://github.com/chr0nzz/traefik-manager.git
synced 2026-05-09 05:35:22 +02:00
[GH-ISSUE #8] certs, plugins, and logs not populating #8
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#8
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/8
Originally assigned to: @chr0nzz on GitHub.
Linux Native v0.10.x
Certs not properly populating (this is expected behavior the way I understand whats writtern and docs do not call out pem cets/directories)
However I do have acme.json configured in the systemd service, and the user has access to directory.
UI stating acme.json not mounted, and instructing to configure via docker.
no errors from journalctl
This is a non issue for me, as certs are managed by certwarden, but would be convienent to see certs. others MAY find this more impactful than myself.
Plugins UI is a similar report to the above (currently no plugins are currently installed at this time during testing)
traefik.yml configured in sytstemd service. no errors from journalctl
Access Logs also report similar.
despite being configured in systemd service. UI stating the file is not mounted. UI is instructing enabling loggings, and adding service to docker.
feature request: would be nice to see traefik.log as well for error reporting.
traefik-manager.service
@chr0nzz commented on GitHub (Apr 5, 2026):
at the moment it only supports acme i need to add support for chain.pem/key.pem files via tls.yml , let me add support for it and i will update the app soon
@wolfnacht44 commented on GitHub (Apr 5, 2026):
That's what I had figured, its a non-issue for me, just documenting in the event someone else runs into it - at least search engines can point here.
I figured it hasn't been implemented yet.
was more interested in the plugins/logs section not populating.
Also separate sections for Access log and Traefik log would be handy. or even a tabbed subsections. might be useful for troubleshooting configs. just my 0.02.
Appreciate the quick follow-ups, especially on a "Holiday"
@chr0nzz commented on GitHub (Apr 5, 2026):
Please update to v0.10.2
ive updated the linux docs but u also need to
chmod o+r /var/log/traefik/log/traefik-access.logor add the user to the group that owns it
usermod -aG adm traefik-manager@wolfnacht44 commented on GitHub (Apr 6, 2026):
Sorry for the delay, had some other things to take care of.
I just noticed the extra "log" directory that didnt exist in the file structure, and it has been corrected
Updated, and executed.
Traefik user and group is running the traefik-manager service. So user/group should be a non issue.
traefik user/group owns the log directory for traefik along with the /etc/traefik directory
logs and plugins are still not propagating in the UI
@chr0nzz commented on GitHub (Apr 6, 2026):
your logs out put should be a permission issue,
in your logs folder do you have a access.log file?
@wolfnacht44 commented on GitHub (Apr 7, 2026):
Turns out it a reinstall during troubleshooting other persistent bugs lingering from update to v0.10.3 resolved the issue
Edit 04/07/26-0153:
Clarification on resolution.
it also appears now that custom certs are populated in certs tabs as well. thanks!