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