mirror of
https://github.com/fosrl/newt.git
synced 2026-03-08 23:03:03 -05:00
Have newt react to changes in docker #63
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 @DennaGherlyn on GitHub (Sep 20, 2025).
Originally assigned to: @oschwartz10612 on GitHub.
Hi, its me again.
so, I noticed another thing. Each time I add a new resource via labels I need to restart Newt, otherwise I only get "Bad Gateway" when accessing the URL. This happens on creating and rebooting a container.
The logs (pangolin, gerbil, newt) does not output any warnings or errors. Newt just prints
Blueprint applied successfully!Steps to reproduce:
@oschwartz10612 commented on GitHub (Sep 20, 2025):
Yeah this is because newt only picks up the on the first boot or if
triggered by loading the proxy screen in the dashboard right now. (I
know lol...)
Working on a fix!
@DennaGherlyn commented on GitHub (Sep 20, 2025):
So, I know that the resource doesn't show up in the dashboard, only when I trigger the docker discovery it shows up, but even then I need to restart Newt for it to actually work.
Thank you for working on a fix!