1
Fork 0
This commit is contained in:
caem 2023-07-22 01:53:41 +02:00
parent 7614c1dbfe
commit c1b8cd1e57
No known key found for this signature in database
GPG key ID: 6CB1202CC7B58265

View file

@ -26,22 +26,24 @@ in
HTTP_PORT = 3001; HTTP_PORT = 3001;
}; };
ui = { "ui" = {
THEMES = '' THEMES = ''
forgejo-auto,forgejo-light,forgejo-dark,auto,gitea,arc-green forgejo-auto,forgejo-light,forgejo-dark,auto,gitea,arc-green
''; '';
DEFAULT_THEME = "forgejo-dark"; DEFAULT_THEME = "forgejo-dark";
user = {
REPO_PAGING_NUM = 50;
};
meta = {
AUTHOR = "dirae.org Forgejo instance";
DESCRIPTION = "Forgejo instance hosting git repositories for dirae.org";
KEYWORDS = "go,git,self-hosted,gitea,forgejo,foss,oss,decentrialised,federation";
};
}; };
repository = { "ui.user" = {
REPO_PAGING_NUM = 50;
};
"ui.meta" = {
AUTHOR = "dirae.org Forgejo instance";
DESCRIPTION = "Forgejo instance hosting git repositories for dirae.org";
KEYWORDS = "go,git,self-hosted,gitea,forgejo,foss,oss,decentrialised,federation";
};
"repository" = {
DEFAULT_BRANCH = "master"; DEFAULT_BRANCH = "master";
DISABLE_STARS = true; DISABLE_STARS = true;
ENABLE_PUSH_CREATE_USER = true; ENABLE_PUSH_CREATE_USER = true;