update templates
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
- templateVersion: 1.0.0
|
- templateVersion: 1.0.0
|
||||||
ignore: true
|
|
||||||
defaultVersion: "1.17"
|
defaultVersion: "1.17"
|
||||||
documentation: https://docs.gitea.io
|
documentation: https://docs.gitea.io
|
||||||
type: gitea
|
type: gitea
|
||||||
@@ -25,7 +24,8 @@
|
|||||||
- ROOT_URL=$$config_root_url
|
- ROOT_URL=$$config_root_url
|
||||||
- SECRET_KEY=$$secret_secret_key
|
- SECRET_KEY=$$secret_secret_key
|
||||||
- INTERNAL_TOKEN=$$secret_internal_token
|
- INTERNAL_TOKEN=$$secret_internal_token
|
||||||
- SSH_PORT=$$config_hostport_ssh
|
- SSH_PORT=22
|
||||||
|
- START_SSH_SERVER=$$config_start_ssh_server
|
||||||
ports:
|
ports:
|
||||||
- "3000"
|
- "3000"
|
||||||
- "22"
|
- "22"
|
||||||
@@ -49,6 +49,11 @@
|
|||||||
label: SSH Domain
|
label: SSH Domain
|
||||||
defaultValue: $$generate_domain
|
defaultValue: $$generate_domain
|
||||||
description: ""
|
description: ""
|
||||||
|
- id: $$config_start_ssh_server
|
||||||
|
name: START_SSH_SERVER
|
||||||
|
label: Start SSH Server
|
||||||
|
defaultValue: "true"
|
||||||
|
description: ""
|
||||||
- id: $$config_root_url
|
- id: $$config_root_url
|
||||||
name: ROOT_URL
|
name: ROOT_URL
|
||||||
label: Root URL of Gitea
|
label: Root URL of Gitea
|
||||||
@@ -59,13 +64,11 @@
|
|||||||
label: Secret Key
|
label: Secret Key
|
||||||
defaultValue: $$generate_hex(32)
|
defaultValue: $$generate_hex(32)
|
||||||
description: ""
|
description: ""
|
||||||
showOnConfiguration: true
|
|
||||||
- id: $$secret_internal_token
|
- id: $$secret_internal_token
|
||||||
name: INTERNAL_TOKEN
|
name: INTERNAL_TOKEN
|
||||||
label: Internal JWT Token
|
label: Internal JWT Token
|
||||||
defaultValue: $$generate_token
|
defaultValue: $$generate_token
|
||||||
description: ""
|
description: ""
|
||||||
showOnConfiguration: true
|
|
||||||
- templateVersion: 1.0.0
|
- templateVersion: 1.0.0
|
||||||
defaultVersion: "20.0"
|
defaultVersion: "20.0"
|
||||||
documentation: https://www.keycloak.org/documentation
|
documentation: https://www.keycloak.org/documentation
|
||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user