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!
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!
Latest version should have flags.disable_local_sites, though not in the docs yet because it's for testing. You can also use flags.disable_basic_wireguard_sites
@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 use `flags.disable_basic_wireguard_sites`
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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!