fix error forgejo
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 36s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 36s
This commit is contained in:
parent
5d762091f1
commit
1d42c7d3fa
1 changed files with 4 additions and 4 deletions
|
|
@ -31,11 +31,11 @@
|
||||||
ALLOW_ONLY_EXTERNAL_REGISTRATION = true;
|
ALLOW_ONLY_EXTERNAL_REGISTRATION = true;
|
||||||
ALLOW_ONLY_INTERNAL_REGISTRATION = false;
|
ALLOW_ONLY_INTERNAL_REGISTRATION = false;
|
||||||
REQUIRE_EXTERNAL_REGISTRATION_PASSWORD = true;
|
REQUIRE_EXTERNAL_REGISTRATION_PASSWORD = true;
|
||||||
explore = {
|
};
|
||||||
|
"service.explore" = {
|
||||||
DISABLE_USERS_PAGE = true;
|
DISABLE_USERS_PAGE = true;
|
||||||
DISABLE_ORGANIZATIONS_PAGE = true;
|
DISABLE_ORGANIZATIONS_PAGE = true;
|
||||||
};
|
};
|
||||||
};
|
|
||||||
user.ENABLE_FOLLOWING = false;
|
user.ENABLE_FOLLOWING = false;
|
||||||
repository = {
|
repository = {
|
||||||
DISABLE_STARS = true;
|
DISABLE_STARS = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue