ADD: update Nextcloud and Gitea configurations for domain and Docker settings; enhance Homarr deployment with resource limits and OIDC authentication
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -173,6 +173,10 @@ spec:
|
||||
value: giteapassword
|
||||
- name: GITEA__server__ROOT_URL
|
||||
value: "https://git.henryathome.home64.de"
|
||||
- name: GITEA__server__DOMAIN
|
||||
value: git.henryathome.home64.de
|
||||
- name: GITEA__server__PROTOCOL
|
||||
value: http
|
||||
- name: GITEA__server__SSH_DOMAIN
|
||||
value: git.henryathome.home64.de
|
||||
- name: GITEA__server__START_SSH_SERVER
|
||||
@@ -181,6 +185,8 @@ spec:
|
||||
value: "32000"
|
||||
- name: GITEA__server__SSH_PORT
|
||||
value: "32000"
|
||||
- name: GITEA__packages__ENABLED
|
||||
value: "true"
|
||||
ports:
|
||||
- containerPort: 3000 # HTTP
|
||||
- containerPort: 32000 # SSH
|
||||
|
||||
Reference in New Issue
Block a user