mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-22 17:43:04 -05:00
[Feature Request] Add flag options to disable "local" sites #520
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 @robotsox on GitHub (Jul 24, 2025).
Hi,
Please add a new configuration flag, e.g. allow_local_sites, to control whether users are allowed to create local sites within an organization.
When set to false, users should be prevented from creating new local sites.
Thanks!
@miloschwartz commented on GitHub (Jul 24, 2025):
Latest version should have
flags.disable_local_sites, though not in the docs yet because it's for testing. You can also useflags.disable_basic_wireguard_sites@robotsox commented on GitHub (Jul 25, 2025):
Nice, thanks!