1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paheko_ynh.git synced 2024-09-03 19:56:22 +02:00

Merge pull request #45 from YunoHost-Apps/testing

Testing
This commit is contained in:
Robles Rodolphe 2023-12-05 04:10:26 +01:00 committed by GitHub
commit c99806256d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 7 deletions

View file

@ -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 /)

View file

@ -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 linstallation sur une sous-instance. Nous vous encourageons à utiliser un nom de domaine complet dédié à ce domaine (avec le chemin défini sur /).

View file

@ -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]

View file

@ -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"