Update forgejo config
This commit is contained in:
parent
f6288f9942
commit
b7538f0ca2
1 changed files with 14 additions and 0 deletions
|
@ -31,10 +31,24 @@ in
|
|||
forgejo-auto,forgejo-light,forgejo-dark,auto,gitea,arc-green
|
||||
'';
|
||||
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 = {
|
||||
DEFAULT_BRANCH = "master";
|
||||
DISABLE_STARS = true;
|
||||
ENABLE_PUSH_CREATE_USER = true;
|
||||
DEFAULT_REPO_UNITS = ''
|
||||
repo.code,repo.releases,repo.issues,repo.pulls
|
||||
'';
|
||||
PREFERRED_LICENSES="GPL-3.0-or-later,AGPL-3.0-or-later"
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue