diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 783a4ae..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-*~
-*.sw[op]
diff --git a/README.md b/README.md
index 901971c..4a32649 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ It shall NOT be edited by hand.
# Prosody for YunoHost
-[](https://dash.yunohost.org/appci/app/prosody)  
+[](https://dash.yunohost.org/appci/app/prosody)  
[](https://install-app.yunohost.org/?app=prosody)
*[Lire ce readme en français.](./README_fr.md)*
@@ -18,31 +18,29 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Prosody is a modern XMPP communication server. It aims to be easy to set up and configure, and efficient with system resources. Additionally, for developers it aims to be easy to extend and give a flexible system on which to rapidly develop added functionality, or prototype new protocols.
-**Shipped version:** 0.11.11~ynh1
-
-
-
+**Shipped version:** 0.11.13~ynh1
## Disclaimers / important information
* Prosody will not replace the XMPP service Metronome integrated in YunoHost, it has been implemented for some specific apps that require Prosody
## Documentation and resources
-* Official app website: https://prosody.im/
-* Official admin documentation: https://prosody.im/doc
-* Upstream app code repository: https://hg.prosody.im/
-* YunoHost documentation for this app: https://yunohost.org/app_prosody
-* Report a bug: https://github.com/YunoHost-Apps/prosody_ynh/issues
+* Official app website:
+* Official admin documentation:
+* Upstream app code repository:
+* YunoHost documentation for this app:
+* Report a bug:
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/prosody_ynh/tree/testing).
To try the testing branch, please proceed like that.
-```
+
+``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/prosody_ynh/tree/testing --debug
or
sudo yunohost app upgrade prosody -u https://github.com/YunoHost-Apps/prosody_ynh/tree/testing --debug
```
-**More info regarding app packaging:** https://yunohost.org/packaging_apps
\ No newline at end of file
+**More info regarding app packaging:**
diff --git a/README_fr.md b/README_fr.md
index 2560f99..33106c7 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -1,10 +1,14 @@
+
+
# Prosody pour YunoHost
-[](https://dash.yunohost.org/appci/app/prosody)  
+[](https://dash.yunohost.org/appci/app/prosody)  
[](https://install-app.yunohost.org/?app=prosody)
*[Read this readme in english.](./README.md)*
-*[Lire ce readme en français.](./README_fr.md)*
> *Ce package vous permet d'installer Prosody rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
@@ -14,31 +18,29 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Prosody is a modern XMPP communication server. It aims to be easy to set up and configure, and efficient with system resources. Additionally, for developers it aims to be easy to extend and give a flexible system on which to rapidly develop added functionality, or prototype new protocols.
-**Version incluse :** 0.11.11~ynh1
-
-
-
+**Version incluse :** 0.11.13~ynh1
## Avertissements / informations importantes
* Prosody will not replace the XMPP service Metronome integrated in YunoHost, it has been implemented for some specific apps that require Prosody
## Documentations et ressources
-* Site officiel de l'app : https://prosody.im/
-* Documentation officielle de l'admin : https://prosody.im/doc
-* Dépôt de code officiel de l'app : https://hg.prosody.im/
-* Documentation YunoHost pour cette app : https://yunohost.org/app_prosody
-* Signaler un bug : https://github.com/YunoHost-Apps/prosody_ynh/issues
+* Site officiel de l'app :
+* Documentation officielle de l'admin :
+* Dépôt de code officiel de l'app :
+* Documentation YunoHost pour cette app :
+* Signaler un bug :
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/prosody_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
-```
+
+``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/prosody_ynh/tree/testing --debug
ou
sudo yunohost app upgrade prosody -u https://github.com/YunoHost-Apps/prosody_ynh/tree/testing --debug
```
-**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
\ No newline at end of file
+**Plus d'infos sur le packaging d'applications :**
diff --git a/check_process b/check_process
index 45f593d..0be8f19 100644
--- a/check_process
+++ b/check_process
@@ -9,7 +9,8 @@
setup_private=0
setup_public=0
upgrade=1
- # upgrade=1 from_commit=CommitHash
+ # 0.11.11~ynh1
+ upgrade=1 from_commit=ef55382f85a80e9a56d362bf34f16db0038dfbab
backup_restore=1
multi_instance=0
port_already_use=1
@@ -17,6 +18,3 @@
;;; Options
Email=
Notification=none
-;;; Upgrade options
- ; commit=CommitHash
- name=Name and date of the commit.
diff --git a/conf/app.src b/conf/app.src
index 2835bf8..df1c9fe 100644
--- a/conf/app.src
+++ b/conf/app.src
@@ -1,5 +1,5 @@
-SOURCE_URL=https://prosody.im/downloads/source/prosody-0.11.11.tar.gz
-SOURCE_SUM=a1af90e2d4ac2f7cf81b385475140ecee60bec1eb83003efb5aeb89765b13774
+SOURCE_URL=https://prosody.im/downloads/source/prosody-0.11.13.tar.gz
+SOURCE_SUM=39c61b346a09b5125b604cb969e14206cbbcb86c81156ffc6ba2d62527cf0432
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true
diff --git a/manifest.json b/manifest.json
index 9d0dbde..fa4db84 100644
--- a/manifest.json
+++ b/manifest.json
@@ -5,7 +5,7 @@
"description": {
"en": "a modern XMPP communication server"
},
- "version": "0.11.11~ynh1",
+ "version": "0.11.13~ynh1",
"url": "https://prosody.im/",
"upstream": {
"license": "MIT",
diff --git a/scripts/install b/scripts/install
index 7b03487..4de0362 100755
--- a/scripts/install
+++ b/scripts/install
@@ -14,7 +14,7 @@ source /usr/share/yunohost/helpers
#=================================================
ynh_clean_setup () {
- true
+ ynh_clean_check_starting
}
# Exit if an error occurs during the execution of the script
ynh_abort_if_errors
@@ -33,6 +33,11 @@ ynh_script_progression --message="Disabling Metronome..."
ynh_systemd_action --service_name="metronome" --action="stop"
systemctl disable metronome.service --quiet
+ynh_exec_warn_less yunohost diagnosis run --force
+ynh_exec_warn_less yunohost diagnosis ignore --filter ports port=5222
+ynh_exec_warn_less yunohost diagnosis ignore --filter ports port=5269
+ynh_exec_warn_less yunohost diagnosis ignore --filter services service=metronome
+
#=================================================
# STORE SETTINGS FROM MANIFEST
#=================================================
diff --git a/scripts/remove b/scripts/remove
index 7e6f0f8..6677116 100755
--- a/scripts/remove
+++ b/scripts/remove
@@ -104,6 +104,11 @@ ynh_script_progression --message="Enabling Metronome..."
systemctl enable metronome.service --quiet
ynh_systemd_action --service_name="metronome" --action="start"
+ynh_exec_warn_less yunohost diagnosis unignore --filter ports port=5222
+ynh_exec_warn_less yunohost diagnosis unignore --filter ports port=5269
+ynh_exec_warn_less yunohost diagnosis unignore --filter services service=metronome
+ynh_exec_warn_less yunohost diagnosis run --force
+
#=================================================
# END OF SCRIPT
#=================================================
diff --git a/scripts/restore b/scripts/restore
index c03c2dd..859b8a4 100755
--- a/scripts/restore
+++ b/scripts/restore
@@ -15,7 +15,7 @@ source /usr/share/yunohost/helpers
#=================================================
ynh_clean_setup () {
- true
+ ynh_clean_check_starting
}
# Exit if an error occurs during the execution of the script
ynh_abort_if_errors
@@ -38,6 +38,11 @@ ynh_script_progression --message="Disabling Metronome..."
ynh_systemd_action --service_name="metronome" --action="stop"
systemctl disable metronome.service --quiet
+ynh_exec_warn_less yunohost diagnosis run --force
+ynh_exec_warn_less yunohost diagnosis ignore --filter ports port=5222
+ynh_exec_warn_less yunohost diagnosis ignore --filter ports port=5269
+ynh_exec_warn_less yunohost diagnosis ignore --filter services service=metronome
+
#=================================================
# STANDARD RESTORATION STEPS
#=================================================
diff --git a/scripts/upgrade b/scripts/upgrade
index 7a20898..6153014 100644
--- a/scripts/upgrade
+++ b/scripts/upgrade
@@ -34,6 +34,7 @@ ynh_script_progression --message="Backing up the app before upgrading (may take
# Backup the current version of the app
ynh_backup_before_upgrade
ynh_clean_setup () {
+ ynh_clean_check_starting
# Restore it if the upgrade fails
ynh_restore_upgradebackup
}
@@ -48,6 +49,11 @@ ynh_script_progression --message="Disabling Metronome..."
ynh_systemd_action --service_name="metronome" --action="stop"
systemctl disable metronome.service --quiet
+ynh_exec_warn_less yunohost diagnosis run --force
+ynh_exec_warn_less yunohost diagnosis ignore --filter ports port=5222
+ynh_exec_warn_less yunohost diagnosis ignore --filter ports port=5269
+ynh_exec_warn_less yunohost diagnosis ignore --filter services service=metronome
+
#=================================================
# STANDARD UPGRADE STEPS
#=================================================