From adde68195fafd154bbed78aede9c9777053d6d92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sun, 1 Oct 2023 20:28:24 +0200 Subject: [PATCH] Set defaults for install questions --- manifest.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifest.toml b/manifest.toml index 9bcdb7a..3e18315 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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"