fix(localtest): run forgejo locally
This commit is contained in:
parent
9308355c7b
commit
09d6c3b313
1 changed files with 24 additions and 24 deletions
|
@ -15,7 +15,7 @@ postgresql-ha:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: false
|
||||||
size: 200Gi
|
size: 200Gi
|
||||||
annotations:
|
annotations:
|
||||||
everest.io/crypt-key-id: KMS
|
everest.io/crypt-key-id: KMS
|
||||||
|
@ -101,38 +101,38 @@ gitea:
|
||||||
|
|
||||||
config:
|
config:
|
||||||
indexer:
|
indexer:
|
||||||
ISSUE_INDEXER_ENABLED: true
|
ISSUE_INDEXER_ENABLED: false
|
||||||
ISSUE_INDEXER_TYPE: elasticsearch
|
ISSUE_INDEXER_TYPE: elasticsearch
|
||||||
# TODO next
|
# TODO next
|
||||||
REPO_INDEXER_ENABLED: false
|
REPO_INDEXER_ENABLED: false
|
||||||
# REPO_INDEXER_TYPE: meilisearch # not yet working
|
# REPO_INDEXER_TYPE: meilisearch # not yet working
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
MINIO_ENDPOINT: obs.eu-de.otc.t-systems.com:443
|
# MINIO_ENDPOINT: obs.eu-de.otc.t-systems.com:443
|
||||||
STORAGE_TYPE: minio
|
# STORAGE_TYPE: minio
|
||||||
MINIO_LOCATION: eu-de
|
# MINIO_LOCATION: eu-de
|
||||||
MINIO_BUCKET: edp-forgejo-kind
|
# MINIO_BUCKET: edp-forgejo-kind
|
||||||
MINIO_USE_SSL: true
|
# MINIO_USE_SSL: true
|
||||||
|
|
||||||
queue:
|
# queue:
|
||||||
TYPE: redis
|
# TYPE: redis
|
||||||
|
|
||||||
session:
|
# session:
|
||||||
PROVIDER: redis
|
# PROVIDER: redis
|
||||||
|
|
||||||
cache:
|
# cache:
|
||||||
ENABLED: true
|
# ENABLED: true
|
||||||
ADAPTER: redis
|
# ADAPTER: redis
|
||||||
|
|
||||||
service:
|
service:
|
||||||
DISABLE_REGISTRATION: true
|
DISABLE_REGISTRATION: false
|
||||||
|
|
||||||
other:
|
other:
|
||||||
SHOW_FOOTER_VERSION: false
|
SHOW_FOOTER_VERSION: true
|
||||||
SHOW_FOOTER_TEMPLATE_LOAD_TIME: false
|
SHOW_FOOTER_TEMPLATE_LOAD_TIME: true
|
||||||
|
|
||||||
database:
|
database:
|
||||||
DB_TYPE: postgres
|
DB_TYPE: sqlite
|
||||||
SSL_MODE: verify-ca
|
SSL_MODE: verify-ca
|
||||||
|
|
||||||
server:
|
server:
|
||||||
|
@ -140,12 +140,12 @@ gitea:
|
||||||
ROOT_URL: 'https://localtest.me:443'
|
ROOT_URL: 'https://localtest.me:443'
|
||||||
|
|
||||||
mailer:
|
mailer:
|
||||||
ENABLED: true
|
ENABLED: false
|
||||||
USER: ipcei-cis-devfw@mms-support.de
|
# USER: ipcei-cis-devfw@mms-support.de
|
||||||
PROTOCOL: smtps
|
# PROTOCOL: smtps
|
||||||
FROM: '"IPCEI CIS DevFW" <ipcei-cis-devfw@mms-support.de>'
|
# FROM: '"IPCEI CIS DevFW" <ipcei-cis-devfw@mms-support.de>'
|
||||||
SMTP_ADDR: mail.mms-support.de
|
# SMTP_ADDR: mail.mms-support.de
|
||||||
SMTP_PORT: 465
|
# SMTP_PORT: 465
|
||||||
|
|
||||||
service:
|
service:
|
||||||
ssh:
|
ssh:
|
||||||
|
|
Loading…
Reference in a new issue