self hosted gitea values.yaml

master
razirizwan 2024-12-10 11:24:16 +05:30
parent a33e6fb72e
commit 0545d60351
1 changed files with 48 additions and 0 deletions

48
gitea/values.yaml Normal file
View File

@ -0,0 +1,48 @@
appName: "funtionary"
rootURL: "http://localhost:4000"
gitea:
gitea:
app:
name: functionary
runMode: prod
server:
httpPort: 3000
sshPort: 2222
sshDomain: localhost
disableSsh: false
startSshServer: true
repository:
root: /opt/bitnami/gitea/data/git/repositories
database:
type: postgres
host: my-gitea-postgresql:5432
name: bitnami_gitea
user: bn_gitea
password: WZcoFXAiyd
sslMode: disable
paths:
data: /opt/bitnami/gitea/data
localCopy: /opt/bitnami/gitea/tmp/local-repo
uploads: /opt/bitnami/gitea/tmp/uploads
avatars: /opt/bitnami/gitea/data/avatars
repoAvatars: /opt/bitnami/gitea/data/repo-avatars
attachments: /opt/bitnami/gitea/data/attachments
log:
mode: console
level: info
rootPath: /opt/bitnami/gitea/tmp/log
security:
passwordHashAlgorithm: pbkdf2
internalToken: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYmYiOjE2OTUyMDcxNDF9.73ugZndebY5DJXKVKGHoU1CG5xbpqE2FvBtPre0LIEE
service:
disableRegistration: false
requireSigninView: false
defaultKeepEmailPrivate: false
session:
providerConfig: /opt/bitnami/gitea/data/sessions
postgresql:
auth:
username: bn_gitea
password: WZcoFXAiyd
database: bitnami_gitea