diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 5dd1161..e2ea899 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -1,3 +1,3 @@ If you wish, you can add custom configurations inside `__INSTALL_DIR__/config.local.php`. -For more than one instance, each will need a dedicated domain name for mail configuration, for example: domain.tld/paheko, paheko.domain.tld, paheko2.domain.tld +**Important**: for some reason, email does not work when installing on a subpath. You are encouraged to use a full, dedicated for this domain (with path set to /) diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md index 2dd06fa..104f67e 100644 --- a/doc/ADMIN_fr.md +++ b/doc/ADMIN_fr.md @@ -1,5 +1,5 @@ Vous pouvez si vous le souhaitez ajouter des configurations personnelles en éditant le fichier `__INSTALL_DIR__/config.local.php`. -Pour plus d'une instance, chacune aura besoin d'un nom de domaine dédié pour la configuration des mails, exemple: domain.tld/paheko, paheko.domain.tld, paheko2.domain.tld +**Important** : Pour une raison quelconque, le courriel ne fonctionne pas lors de l’installation sur une sous-instance. Nous vous encourageons à utiliser un nom de domaine complet dédié à ce domaine (avec le chemin défini sur /). diff --git a/manifest.toml b/manifest.toml index 06692a2..f1543b3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -30,10 +30,6 @@ ram.runtime = "50M" [install.domain] type = "domain" - [install.path] - type = "path" - default = "/paheko" - [install.init_main_permission] type = "group" default = "visitors" @@ -45,7 +41,7 @@ ram.runtime = "50M" [resources.system_user] allow_email = true - + [resources.install_dir] [resources.data_dir] diff --git a/tests.toml b/tests.toml index a76e789..dc529ea 100644 --- a/tests.toml +++ b/tests.toml @@ -7,3 +7,5 @@ test_format = 1.0 # ------------------------------- test_upgrade_from.534bb03f927c5301e69bc0339a7441142a75b485.name = "Upgrade from 1.2.8" + test_upgrade_from.534bb03f927c5301e69bc0339a7441142a75b485.args.domain = "domain.tld" + test_upgrade_from.534bb03f927c5301e69bc0339a7441142a75b485.args.path = "/paheko"