retry, now generating in _common instead of manifest

This commit is contained in:
Boudewijn 2025-03-03 15:25:23 +01:00
parent 9519cfaa43
commit a718380bfd
2 changed files with 4 additions and 3 deletions

View file

@ -46,7 +46,6 @@ ram.runtime = "100M"
default = "all_users"
# for now no credentials configured, make it install first
token=$(tr -dc A-Za-z0-9 </dev/urandom | head -c 60)
[install.user]
help.en = "The name of the user"
type = "string"
@ -57,8 +56,8 @@ token=$(tr -dc A-Za-z0-9 </dev/urandom | head -c 60)
help.en = "Use the help field to add an information for the admin about this question."
help.fr = "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
type = "password"
[install.token]
type = "string"
# [install.token]
# type = "string"
[resources]
# See the packaging documentation for the full set

View file

@ -5,3 +5,5 @@
#=================================================
composer_version="2.5.5"
php_version="8.3"
# will not stay stable over installs, should not be a problem
token=$(tr -dc A-Za-z0-9 </dev/urandom | head -c 60)