1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

add help key in manifest

This commit is contained in:
Kayou 2024-08-23 09:52:07 +02:00 committed by GitHub
parent a448839b06
commit d8fefcea6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ name = "Nextcloud configuration"
ask.en = "Set permissions for all data (Can take up to several hours if users have a lot of data)"
type = "button"
style = "success"
[main.version]
[main.version.version_to_follow]
ask.en = "Upgrade channel to use"
@ -24,7 +24,6 @@ name = "Nextcloud configuration"
default = "stable"
help.en = "Recent major releases contains sometimes some annoying bugs or regressions. Using the oldstable channel during this period can be useful if you need high stability."
[main.addressbook]
name = "Address book configuration"
@ -33,7 +32,7 @@ name = "Nextcloud configuration"
type = "boolean"
yes = "yes"
no = "no"
[main.php_fpm_config]
name = "PHP-FPM configuration"

View file

@ -61,7 +61,8 @@ ram.runtime = "512M"
default = true
[install.version_to_follow]
ask.en = "Which version do you want"
ask.en = "Upgrade channel to use"
help.en = "Recent major releases contains sometimes some annoying bugs or regressions. Using the oldstable channel during this period can be useful if you need high stability."
type = "select"
choices = ["stable", "oldstable"]
default = "stable"