mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
Appease the v2 linter²
This commit is contained in:
parent
4858315636
commit
e4c890cac0
6 changed files with 4 additions and 7 deletions
|
@ -6,6 +6,7 @@ To allow non-YunoHost users to log in, tune the LDAP extension setting in Flarum
|
|||
### Upgrading
|
||||
|
||||
Note that, for the moment, all third-party extensions are removed upon upgrading.
|
||||
Their data and parameters remain in Flarum's database, they only require to be reinstalled.
|
||||
|
||||
### Adding extensions
|
||||
|
||||
|
|
|
@ -25,27 +25,23 @@ architectures = "all"
|
|||
multi_instance = true
|
||||
ldap = true
|
||||
sso = false
|
||||
disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ...
|
||||
ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
||||
ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
||||
disk = "80M"
|
||||
ram.build = "400M"
|
||||
ram.runtime = "50M"
|
||||
|
||||
[install]
|
||||
|
||||
[install.domain]
|
||||
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
||||
type = "domain"
|
||||
|
||||
[install.path]
|
||||
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
||||
type = "path"
|
||||
default = "/flarum"
|
||||
|
||||
[install.admin]
|
||||
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
||||
type = "user"
|
||||
|
||||
[install.password]
|
||||
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
||||
help.en = "Choose your password. It will be useful if logging in from YunoHost fails or is disrupted."
|
||||
help.fr = "Choisissez votre mot de passe. Il sera utile si la connexion via YunoHost échoue ou est perturbée."
|
||||
type = "password"
|
||||
|
|
Loading…
Reference in a new issue