1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotosocial_ynh.git synced 2024-09-03 19:16:06 +02:00

fix manifest

This commit is contained in:
OniriCorpe 2024-01-16 03:29:28 +01:00
parent 67ee643551
commit 885744febf

View file

@ -20,7 +20,7 @@ code = "https://github.com/superseriousbusiness/gotosocial"
[integration] [integration]
yunohost = ">= 11.2.6" yunohost = ">= 11.2.6"
architectures = ["amd64", "i386", "arm64", "armhf"] architectures = "all"
multi_instance = true multi_instance = true
ldap = false ldap = false
sso = false sso = false
@ -33,6 +33,8 @@ ram.runtime = "100M"
type = "domain" type = "domain"
[install.admin] [install.admin]
ask.en = "Name your admin user for GoToSocial"
ask.fr = "Nommez votre compte administrateur pour GoToSocial"
help.en = "Must be in lower case and without special characters." help.en = "Must be in lower case and without special characters."
help.fr = "Doit être en minuscule et sans caractère special." help.fr = "Doit être en minuscule et sans caractère special."
type = "string" type = "string"