mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-24 11:58:38 -05:00
[GH-ISSUE #2421] After Proxmox reboot i get 404 page not found on resource #15050
Reference in New Issue
Block a user
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 @ankycooper on GitHub (Feb 6, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2421
Describe the Bug
Proxmox running 3 LXC Debian 13 with docker on it, all container's data is on a mp (mount path)
1st LXC runs pangolin with all local resources (nothing remote at the moment)
Whenever I reboot proxmox, post reboot i cant connect to any pangolin resource even though LXC are up and docker compose is also up automatically.
Workaround is restart pangolin's compose, which restarts (Pangolin, Gerbil, Traefik, Newt) containers. After this all resources become available
If I restart LXC's this behaviour is not there only when proxmox reboots
Tried changing LXC os to deb 12 same issue, NPM and vanilla traefic works .
Found a similar issue:
https://github.com/fosrl/pangolin/issues/1455
Environment
To Reproduce
Not sure try running LXC on proxmox and then reboot proxmox
Expected Behavior
it should bring resources back online automatically
@oschwartz10612 commented on GitHub (Feb 6, 2026):
Could you dump the logs from all of the containers when this is
happening and attach them here?
@ankycooper commented on GitHub (Feb 9, 2026):
all the backend service is accessible via ip:port
this is what traefik has in its logs for each backend service.
[traefik] 2026-02-06T04:02:35.788578037Z {"level":"error","entryPointName":"websecure","routerName":"10-mysvc-router@http","error":"invalid middleware "badger@http" configuration: invalid middleware type or middleware does not exist","time":"2026-02-06T04:02:35Z"}
@oschwartz10612 commented on GitHub (Feb 9, 2026):
This could be caused by your VM not having internet access to pull the
plugin when it boots up.
@ankycooper commented on GitHub (Feb 9, 2026):
For sure, as the firewall has rebooted too. Is there a way to cache the plugin so it does not have to use internet or even better retry after a delay?
@github-actions[bot] commented on GitHub (Feb 24, 2026):
This issue has been automatically marked as stale due to 14 days of inactivity. It will be closed in 14 days if no further activity occurs.
@oschwartz10612 commented on GitHub (Feb 25, 2026):
You can install it locally. I think thats the only option.
https://github.com/traefik/plugindemo
https://plugins.traefik.io/install