forgejo: Hide unnecessary user details.

main
Joshua Potter 2023-12-23 21:28:29 -07:00
parent 45573d13ed
commit d1769c9c7f
1 changed files with 7 additions and 1 deletions

View File

@ -16,7 +16,6 @@
};
repository = {
DISABLE_DOWNLOAD_SOURCE_ARCHIVES = true;
DISABLE_MIGRATIONS = true;
DISABLE_STARS = true;
};
other = {
@ -25,10 +24,17 @@
};
server = {
LANDING_PAGE = "/explore/repos";
ROOT_URL = "https://git.jrpotter.com";
};
service = {
DISABLE_REGISTRATION = true;
};
"service.explore" = {
DISABLE_USERS_PAGE = true;
};
ui = {
SHOW_USER_EMAIL = false;
};
"ui.meta" = {
AUTHOR = "Git Joshua Potter";
DESCRIPTION = "Self-hosted git repositories.";