name: gitea is: gitea description: Gitea is a painless self-hosted Git service written in Go version: 1.24.3 icon: https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/svg/gitea.svg requires: - name: postgres defaultConfig: namespace: gitea externalDnsDomain: '{{ .cloud.domain }}' image: gitea/gitea:1.24.3 appName: Gitea domain: gitea.{{ .cloud.domain }} tlsSecretName: wildcard-wild-cloud-tls port: 3000 sshPort: 22 storage: 10Gi dbName: gitea dbUser: gitea dbHost: postgres.postgres.svc.cluster.local adminUser: admin adminEmail: "{{ .operator.email }}" dbPort: 5432 timezone: UTC runMode: prod smtp: host: '{{ .cloud.smtp.host }}' port: '{{ .cloud.smtp.port }}' user: '{{ .cloud.smtp.user }}' from: '{{ .cloud.smtp.from }}' defaultSecrets: - key: adminPassword - key: dbPassword - key: secretKey - key: jwtSecret - key: smtpPassword requiredSecrets: - postgres.password