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