From cff63bc7f18472024f8af24847ebd5d1a22f4635 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 29 Dec 2022 09:13:06 +0100 Subject: [PATCH 1/4] change link --- doc/DISCLAIMER.md | 2 +- doc/DISCLAIMER_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index cc17aad..ac08882 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -1,4 +1,4 @@ ## Configuration * After installation you will receive an email with the DB password. - * To login to Mautic `https://example.com/mautic/s/login`. + * To login to Mautic `https://mautic.example.com/s/login`. diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md index a1c2e9d..1ab1fe2 100644 --- a/doc/DISCLAIMER_fr.md +++ b/doc/DISCLAIMER_fr.md @@ -1,4 +1,4 @@ ## Configuration * Après l'installation, vous recevrez un e-mail avec le mot de passe DB. - * Pour se connecter à Mautic `https://example.com/mautic/s/login`. + * Pour se connecter à Mautic `https://mautic.example.com/s/login`. From f1b6e46c7b850491b962d0c2630924f363b0fe36 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 29 Dec 2022 08:13:11 +0000 Subject: [PATCH 2/4] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c5980d..8fc19c5 100755 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Open Source Marketing Automation Software ## Configuration * After installation you will receive an email with the DB password. - * To login to Mautic `https://example.com/mautic/s/login`. + * To login to Mautic `https://mautic.example.com/s/login`. ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index df909a1..115b64b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -30,7 +30,7 @@ Logiciel d'automatisation marketing open source ## Configuration * Après l'installation, vous recevrez un e-mail avec le mot de passe DB. - * Pour se connecter à Mautic `https://example.com/mautic/s/login`. + * Pour se connecter à Mautic `https://mautic.example.com/s/login`. ## Documentations et ressources From f0d01c2d4b991e1f2a81ee0040708c6416303cb4 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 29 Dec 2022 09:13:50 +0100 Subject: [PATCH 3/4] Update install --- scripts/install | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/scripts/install b/scripts/install index c9f8352..3ffed39 100755 --- a/scripts/install +++ b/scripts/install @@ -122,24 +122,6 @@ ynh_script_progression --message="Setuping a cron..." ynh_add_config --template="../conf/cron" --destination="/etc/cron.d/$app" chmod 644 "/etc/cron.d/$app" -# #================================================= -# # SETUP APPLICATION WITH CURL -# #================================================= - -# # Set the app as temporarily public for cURL call -# ynh_permission_update --permission "main" --add "visitors" - -# # Reload NGINX -# ynh_systemd_action --service_name=nginx --action=reload - -# ynh_script_progression --message="Finalizing installation..." --weight=10 - -# # Installation with cURL -# installUrl="//index.php/installer" - -# ynh_local_curl $installUrl -# ynh_local_curl $installUrl/step/1 "install_doctrine_step_host=localhost" "install_doctrine_step_name=$db_user" "install_doctrine_step_password=$db_pwd" "install_doctrine_step_user=$db_name" - #================================================= # SETUP SSOWAT #================================================= From 7fcdfafb20a96ea784a34f4600e6f1eb1cea876b Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 29 Dec 2022 09:14:38 +0100 Subject: [PATCH 4/4] Update check_process --- check_process | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_process b/check_process index a594a7a..798a046 100755 --- a/check_process +++ b/check_process @@ -5,7 +5,7 @@ is_public=1 ; Checks pkg_linter=1 - setup_sub_dir=1 + setup_sub_dir=0 setup_root=1 setup_nourl=0 setup_private=1