diff --git a/doc/ADMIN.md b/doc/ADMIN.md index a0846e4..a6d36c9 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -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 diff --git a/doc/notifications/post_install.md b/doc/POST_INSTALL.md similarity index 100% rename from doc/notifications/post_install.md rename to doc/POST_INSTALL.md diff --git a/doc/notifications/post_install_fr.md b/doc/POST_INSTALL_fr.md similarity index 100% rename from doc/notifications/post_install_fr.md rename to doc/POST_INSTALL_fr.md diff --git a/doc/notifications/pre_install.md b/doc/PRE_INSTALL.md similarity index 100% rename from doc/notifications/pre_install.md rename to doc/PRE_INSTALL.md diff --git a/doc/notifications/pre_install_fr.md b/doc/PRE_INSTALL_fr.md similarity index 100% rename from doc/notifications/pre_install_fr.md rename to doc/PRE_INSTALL_fr.md diff --git a/manifest.toml b/manifest.toml index efb83d0..8c3a731 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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"