mirror of
https://github.com/YunoHost-Apps/linkstack_ynh.git
synced 2024-09-03 19:36:14 +02:00
Add help strings for the admin account in the install form (#57)
* Add help strings for the admin account in the install form * typo
This commit is contained in:
parent
82f80c35e1
commit
dea0996045
1 changed files with 5 additions and 1 deletions
|
@ -16,7 +16,7 @@ admindoc = "https://docs.linkstack.org/"
|
||||||
code = "https://github.com/LinkStackOrg/LinkStack"
|
code = "https://github.com/LinkStackOrg/LinkStack"
|
||||||
# XXX: No CPE yet... check https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=LinkStack
|
# XXX: No CPE yet... check https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=LinkStack
|
||||||
#cpe = "???"
|
#cpe = "???"
|
||||||
fund = "https://liberapay.com/LittleLink-Custom"
|
fund = "https://liberapay.com/LinkStack"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.2"
|
yunohost = ">= 11.2"
|
||||||
|
@ -42,11 +42,15 @@ ram.runtime = "50M"
|
||||||
[install.admin]
|
[install.admin]
|
||||||
# this is a generic question - ask strings are automatically handled by YunoHost's core
|
# this is a generic question - ask strings are automatically handled by YunoHost's core
|
||||||
type = "user"
|
type = "user"
|
||||||
|
help.en = "The email address of this user will be used as the admin login for LinkStack"
|
||||||
|
help.fr = "L'adresse e-mail associée à cet utilisateur sera utilisée comme identifiant administrateur dans LinkStack"
|
||||||
|
|
||||||
[install.password]
|
[install.password]
|
||||||
# this is a generic question - ask strings are automatically handled by YunoHost's core
|
# this is a generic question - ask strings are automatically handled by YunoHost's core
|
||||||
# Note that user-provided passwords questions are not automatically saved as setting
|
# Note that user-provided passwords questions are not automatically saved as setting
|
||||||
type = "password"
|
type = "password"
|
||||||
|
help.en = "The password for the LinkStack admin user"
|
||||||
|
help.fr = "Le mot de passe pour le compte administrateur de LinkStack"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
# See the packaging documentation for the full set
|
# See the packaging documentation for the full set
|
||||||
|
|
Loading…
Add table
Reference in a new issue