update templates

This commit is contained in:
Andras Bacsai 2022-11-22 13:17:09 +01:00
parent 747a9b521b
commit e1b5c40ca0
2 changed files with 8 additions and 5 deletions

View File

@ -1,5 +1,4 @@
- templateVersion: 1.0.0
ignore: true
defaultVersion: "1.17"
documentation: https://docs.gitea.io
type: gitea
@ -25,7 +24,8 @@
- ROOT_URL=$$config_root_url
- SECRET_KEY=$$secret_secret_key
- INTERNAL_TOKEN=$$secret_internal_token
- SSH_PORT=$$config_hostport_ssh
- SSH_PORT=22
- START_SSH_SERVER=$$config_start_ssh_server
ports:
- "3000"
- "22"
@ -49,6 +49,11 @@
label: SSH Domain
defaultValue: $$generate_domain
description: ""
- id: $$config_start_ssh_server
name: START_SSH_SERVER
label: Start SSH Server
defaultValue: "true"
description: ""
- id: $$config_root_url
name: ROOT_URL
label: Root URL of Gitea
@ -59,13 +64,11 @@
label: Secret Key
defaultValue: $$generate_hex(32)
description: ""
showOnConfiguration: true
- id: $$secret_internal_token
name: INTERNAL_TOKEN
label: Internal JWT Token
defaultValue: $$generate_token
description: ""
showOnConfiguration: true
- templateVersion: 1.0.0
defaultVersion: "20.0"
documentation: https://www.keycloak.org/documentation

File diff suppressed because one or more lines are too long