mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-14 17:59:24 +07:00
refactor(gitea): disable unused features
Keep Gitea minimal.
This commit is contained in:
@ -22,5 +22,14 @@ gitea:
|
|||||||
server:
|
server:
|
||||||
LANDING_PAGE: explore
|
LANDING_PAGE: explore
|
||||||
ROOT_URL: https://git.khuedoan.com
|
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:
|
webhook:
|
||||||
ALLOWED_HOST_LIST: private
|
ALLOWED_HOST_LIST: private
|
||||||
|
Reference in New Issue
Block a user