mirror of
https://github.com/YunoHost-Apps/paheko_ynh.git
synced 2024-09-03 19:56:22 +02:00
commit
c99806256d
4 changed files with 5 additions and 7 deletions
|
@ -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 /)
|
||||
|
|
|
@ -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 /).
|
||||
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue