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
|
### Upgrading
|
||||||
|
|
||||||
Note that, for the moment, all third-party extensions are removed upon 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
|
### Adding extensions
|
||||||
|
|
||||||
|
|
|
@ -25,27 +25,23 @@ architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = true
|
ldap = true
|
||||||
sso = false
|
sso = false
|
||||||
disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ...
|
disk = "80M"
|
||||||
ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
ram.build = "400M"
|
||||||
ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
ram.runtime = "50M"
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
|
|
||||||
[install.domain]
|
[install.domain]
|
||||||
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
|
||||||
type = "domain"
|
type = "domain"
|
||||||
|
|
||||||
[install.path]
|
[install.path]
|
||||||
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
|
||||||
type = "path"
|
type = "path"
|
||||||
default = "/flarum"
|
default = "/flarum"
|
||||||
|
|
||||||
[install.admin]
|
[install.admin]
|
||||||
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
|
||||||
type = "user"
|
type = "user"
|
||||||
|
|
||||||
[install.password]
|
[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.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."
|
help.fr = "Choisissez votre mot de passe. Il sera utile si la connexion via YunoHost échoue ou est perturbée."
|
||||||
type = "password"
|
type = "password"
|
||||||
|
|
Loading…
Add table
Reference in a new issue