Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add help strings for the admin account in the install form #57

Merged
merged 2 commits into from
Feb 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 5 additions & 1 deletion manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ admindoc = "https://docs.linkstack.org/"
code = "https://github.com/LinkStackOrg/LinkStack"
# XXX: No CPE yet... check https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=LinkStack
#cpe = "???"
fund = "https://liberapay.com/LittleLink-Custom"
fund = "https://liberapay.com/LinkStack"

[integration]
yunohost = ">= 11.2"
Expand All @@ -42,11 +42,15 @@ ram.runtime = "50M"
[install.admin]
# this is a generic question - ask strings are automatically handled by YunoHost's core
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]
# 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
type = "password"
help.en = "The password for the LinkStack admin user"
help.fr = "Le mot de passe pour le compte administrateur de LinkStack"

[resources]
# See the packaging documentation for the full set
Expand Down