Limit access and functions for new users #3

Closed
opened 2025-09-27 20:23:40 +00:00 by cf7 · 3 comments
Owner
  • no new orgs or repos
  • create new repo to let people ask for access

I think esp in the beginning it should limited to prevent spam and limit the workload.

- [x] no new orgs or repos - [x] create new repo to let people ask for access I think esp in the beginning it should limited to prevent spam and limit the workload.
cf7 added this to the Open for Public Milestone milestone 2025-09-27 20:23:40 +00:00
cf7 added the
Configuration
label 2025-09-27 20:23:40 +00:00
cf7 added this to the Open up Instance for public project 2025-09-27 20:23:40 +00:00
cf7 added the
Status
needs testing
label 2025-09-27 21:51:02 +00:00
Author
Owner
-e FORGEJO__ADMIN__DISABLE_REGULAR_ORG_CREATION=true \
-e FORGEJO__REPOSITORY__MAX_CREATION_LIMIT=0 \

Test success

``` -e FORGEJO__ADMIN__DISABLE_REGULAR_ORG_CREATION=true \ -e FORGEJO__REPOSITORY__MAX_CREATION_LIMIT=0 \ ``` Test success
Author
Owner

@cf7 wrote in #3 (comment):

-e FORGEJO__ADMIN__DISABLE_REGULAR_ORG_CREATION=true \
-e FORGEJO__REPOSITORY__MAX_CREATION_LIMIT=0 \

Test success

To allow the creation of repos, -1 (for 'unlimited') can't be used as it sets it to the global default what would be zero. So I am going to use 30 for now.

Maximum number of repositories (Enter -1 to use the global default limit.)

@cf7 wrote in https://git.uphillsecurity.com/UphillSecurity/git.uphillsecurity.com/issues/3#issuecomment-24: > ```text > -e FORGEJO__ADMIN__DISABLE_REGULAR_ORG_CREATION=true \ > -e FORGEJO__REPOSITORY__MAX_CREATION_LIMIT=0 \ > ``` > > Test success To allow the creation of repos, `-1` (for 'unlimited') can't be used as it sets it to the global default what would be zero. So I am going to use 30 for now. `Maximum number of repositories (Enter -1 to use the global default limit.) `
Author
Owner

- [x] create new repo to let people ask for access

Done - https://git.uphillsecurity.com/UphillSecurity/REQUESTS/issues

Tasks for this repo will be documented here #8

`- [x] create new repo to let people ask for access` Done - https://git.uphillsecurity.com/UphillSecurity/REQUESTS/issues Tasks for this repo will be documented here #8
cf7 2025-09-27 22:40:14 +00:00
Sign in to join this conversation.
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: UphillSecurity/git.uphillsecurity.com#3
No description provided.