gitea: Fix HTTP to HTTPS redirect and Git URI format
This commit is contained in:
		| @@ -67,12 +67,14 @@ spec: | ||||
|               value: "2222" | ||||
|             - name: GITEA__SERVER__PROTOCOL | ||||
|               value: https | ||||
|             - name: GITEA__REDIRECT_OTHER_PORT | ||||
|             - name: GITEA__SERVER__REDIRECT_OTHER_PORT | ||||
|               value: "true" | ||||
|             - name: GITEA__PORT_TO_REDIRECT | ||||
|             - name: GITEA__SERVER__PORT_TO_REDIRECT | ||||
|               value: "8080" | ||||
|             - name: GITEA__SERVER__DOMAIN | ||||
|               value: git.k-space.ee | ||||
|             - name: GITEA__SERVER__SSH_DOMAIN | ||||
|               value: git.k-space.ee | ||||
|             - name: GITEA__SERVER__HTTP_ADDR | ||||
|               value: 0.0.0.0 | ||||
|             - name: GITEA__SERVER__ROOT_URL | ||||
|   | ||||
		Reference in New Issue
	
	Block a user