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:
parent
caf9fdb5a6
commit
adde68195f
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue