mirror of
https://code.forgejo.org/infrastructure/documentation
synced 2024-11-22 03:21:10 +00:00
82 lines
1.7 KiB
YAML
82 lines
1.7 KiB
YAML
image:
|
|
registry: codeberg.org
|
|
repository: forgejo-experimental/forgejo
|
|
tag: '8.0-test'
|
|
rootless: false
|
|
|
|
ingress:
|
|
tls:
|
|
- hosts:
|
|
- next.forgejo.org
|
|
secretName: tls-forgejo-next-ingress-http
|
|
hosts:
|
|
- host: next.forgejo.org
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
|
|
service:
|
|
ssh:
|
|
port: 2020
|
|
|
|
persistence:
|
|
claimName: forgejo-next
|
|
|
|
gitea:
|
|
admin:
|
|
username: earl-warren
|
|
email: 'contact@earl-warren.org'
|
|
config:
|
|
APP_NAME: "Forgejo v8.0 demo"
|
|
APP_SLOGAN: "ARCHIVED USE v8.next.forgejo.org instead"
|
|
APP_DISPLAY_NAME_FORMAT: "{APP_NAME} [{APP_SLOGAN}]"
|
|
log:
|
|
LEVEL: "info"
|
|
server:
|
|
ROOT_URL: https://next.forgejo.org/
|
|
DOMAIN: next.forgejo.org
|
|
SSH_DOMAIN: next.forgejo.org
|
|
SSH_PORT: "2020"
|
|
LFS_START_SERVER: true
|
|
OFFLINE_MODE: true
|
|
repository:
|
|
ROOT: /data/git/repositories
|
|
service:
|
|
REGISTER_EMAIL_CONFIRM: true
|
|
DEFAULT_KEEP_EMAIL_PRIVATE: true
|
|
ENABLE_NOTIFY_MAIL: true
|
|
DISABLE_REGISTRATION: true
|
|
actions:
|
|
ENABLED: false
|
|
mirror:
|
|
ENABLED: false
|
|
federation:
|
|
ENABLED: true
|
|
admin:
|
|
SEND_NOTIFICATION_EMAIL_ON_NEW_USER: true
|
|
cors:
|
|
ENABLED: true
|
|
ALLOW_DOMAIN: "*"
|
|
HEADERS: "Access-Control-Allow-Origin"
|
|
mailer:
|
|
ENABLED: true
|
|
FROM: "noreply@forgejo.org"
|
|
PROTOCOL: "smtp+starttls"
|
|
SMTP_ADDR: "ssl0.ovh.net"
|
|
SMTP_PORT: "587"
|
|
USER: "next@forgejo.org"
|
|
database:
|
|
PATH: /data/gitea.db
|
|
DB_TYPE: sqlite3
|
|
session:
|
|
PROVIDER: db
|
|
cache:
|
|
ADAPTER: memory
|
|
queue:
|
|
TYPE: level
|
|
indexer:
|
|
REPO_INDEXER_ENABLED: true
|
|
cron.archive_cleanup:
|
|
SCHEDULE: "@hourly"
|
|
OLDER_THAN: "2h"
|