1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/woodpecker_ynh.git synced 2024-09-03 20:35:57 +02:00

Set defaults for install questions

This commit is contained in:
Salamandar 2023-10-01 20:28:24 +02:00
parent caf9fdb5a6
commit adde68195f

View file

@ -53,11 +53,13 @@ ram.runtime = "200M"
choices.gitlab = "Gitlab"
choices.gitea = "Gitea / Forgejo"
choices.bitbucket = "Bitbucket"
default = "github"
[install.forge_url]
ask.en = "Provide the forge URL"
ask.fr = "Entrez l'URL de la forge"
type = "string"
default = "https://myforge.tld"
help.en = "Useless for Bitbucket and Github.com."
help.fr = "Inutile pour Bitbucket et Github.com."
@ -65,11 +67,13 @@ ram.runtime = "200M"
ask.en = "Provide the forge OAuth Client ID"
ask.fr = "Entrez l'ID de client OAuth de la forge"
type = "string"
default = ""
[install.forge_secret]
ask.en = "Provide the forge OAuth secret"
ask.fr = "Entrez le secret OAuth de la forge"
type = "string"
default = ""
# [install.admin]
# type = "user"