mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-06 00:22:42 -05:00
[GH-ISSUE #290] Option to disable/enable resource on demand #1376
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 @OJ7 on GitHub (Mar 6, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/290
Coming from Nginx Proxy Manager, I'm able to disable/enable routes whenever I want. Is there an equivalent to disable resources in Pangolin?
@OJ7 commented on GitHub (Mar 6, 2025):
I just found an option to disable a local target under the resource's Connectivity. This results in a
no available servermessage when navigating to that host (which is slightly different from navigating to a non-existent host which gives an error likeDNS address could not be found). I think it works for me, but will leave this issue open in case there's interest in adding it to the Resource level instead of the Target level to get the latter behavior.