mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-22 21:14:50 +07:00
refactor(gitea): disable unused features
Keep Gitea minimal.
This commit is contained in:
parent
172c7c7c2b
commit
7f933a0355
@ -22,5 +22,14 @@ gitea:
|
||||
server:
|
||||
LANDING_PAGE: explore
|
||||
ROOT_URL: https://git.khuedoan.com
|
||||
OFFLINE_MODE: true
|
||||
repository:
|
||||
DISABLED_REPO_UNITS: repo.wiki,repo.projects,repo.packages
|
||||
DISABLE_STARS: true
|
||||
DEFAULT_BRANCH: master
|
||||
service.explore:
|
||||
DISABLE_USERS_PAGE: true
|
||||
actions:
|
||||
ENABLED: false
|
||||
webhook:
|
||||
ALLOWED_HOST_LIST: private
|
||||
|
Loading…
Reference in New Issue
Block a user