Talos/testing1/first-cluster/apps/gitea/configmap.yaml
2026-03-04 02:27:26 +00:00

43 lines
761 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: gitea-config
namespace: gitea
data:
app.ini: |
APP_NAME = Gitea: Git with a cup of tea
RUN_MODE = prod
RUN_USER = git
[database]
DB_TYPE = sqlite3
PATH = /data/gitea/gitea.db
[repository]
ROOT = /data/git/repositories
[server]
DOMAIN = localhost
SSH_DOMAIN = localhost
HTTP_PORT = 3000
ROOT_URL = http://10.0.1.10
DISABLE_SSH = false
SSH_PORT = 22
SSH_LISTEN_PORT = 22
LFS_START_SERVER = true
[lfs]
PATH = /data/git/lfs
[packages]
ENABLED = true
[actions]
ENABLED = true
[service]
DISABLE_REGISTRATION = false
[security]
INSTALL_LOCK = false