diff --git a/README.md b/README.md index 6ed2837..8131ea7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ It shall NOT be edited by hand. # ntfy for YunoHost -[![Integration level](https://dash.yunohost.org/integration/ntfy.svg)](https://dash.yunohost.org/appci/app/ntfy) ![Working status](https://ci-apps.yunohost.org/ci/badges/ntfy.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/ntfy.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/ntfy.svg)](https://dash.yunohost.org/appci/app/ntfy) ![Working status](https://ci-apps.yunohost.org/ci/badges/ntfy.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/ntfy.maintain.svg) + [![Install ntfy with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ntfy) *[Lire ce readme en français.](./README_fr.md)* @@ -18,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ntfy (pronounce: *notify*) is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer, entirely without signup, cost or setup. It's also open source if you want to run your own. -**Shipped version:** 1.30.1~ynh1 +**Shipped version:** 1.31.0~ynh1 **Demo:** https://ntfy.sh/app ## Disclaimers / important information diff --git a/README_fr.md b/README_fr.md index 08b148f..ba6142c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,20 +5,21 @@ It shall NOT be edited by hand. # ntfy pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/ntfy.svg)](https://dash.yunohost.org/appci/app/ntfy) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/ntfy.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/ntfy.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/ntfy.svg)](https://dash.yunohost.org/appci/app/ntfy) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/ntfy.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/ntfy.maintain.svg) + [![Installer ntfy avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ntfy) *[Read this readme in english.](./README.md)* -> *Ce package vous permet d'installer ntfy 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.* +> *Ce package vous permet d’installer ntfy 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.* -## Vue d'ensemble +## Vue d’ensemble ntfy (pronounce: *notify*) is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer, entirely without signup, cost or setup. It's also open source if you want to run your own. -**Version incluse :** 1.30.1~ynh1 +**Version incluse :** 1.31.0~ynh1 **Démo :** https://ntfy.sh/app ## Avertissements / informations importantes @@ -36,10 +37,10 @@ The configuration file is located at `/var/www//server.yml`. ## Documentations et ressources -* Site officiel de l'app : +* Site officiel de l’app : * Documentation officielle utilisateur : -* Documentation officielle de l'admin : -* Dépôt de code 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 : @@ -55,4 +56,4 @@ ou sudo yunohost app upgrade ntfy -u https://github.com/YunoHost-Apps/ntfy_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** +**Plus d’infos sur le packaging d’applications :** \ No newline at end of file diff --git a/check_process b/check_process index 1d015f6..cdbac34 100644 --- a/check_process +++ b/check_process @@ -6,6 +6,10 @@ setup_nourl=0 setup_private=0 upgrade=1 + # 1.29.1~ynh1 + upgrade=1 from_commit=4af2734d9bb32afbafd97af94507ad0e5191f996 + # 1.30.1~ynh1 + upgrade=1 from_commit=6d7d7082971be2626d082a117cdd613a21716f61 backup_restore=1 multi_instance=1 port_already_use=0 diff --git a/conf/amd64.src b/conf/amd64.src index 2c22f50..43bac0f 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v1.30.1/ntfy_1.30.1_linux_x86_64.tar.gz -SOURCE_SUM=daf6845317adbb951c470b0d08b43b7b077ef669617934e0eddb5d719f0706e1 +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v1.31.0/ntfy_1.31.0_linux_x86_64.tar.gz +SOURCE_SUM=17fb41d037bc4193f9954be8d164eafe11657c4b3a8770deb926d2e534497fed SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_1.30.1_linux_x86_64 +SOURCE_FILENAME=ntfy_1.31.0_linux_x86_64 diff --git a/conf/arm64.src b/conf/arm64.src index a7f600a..ea9dbfb 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v1.30.1/ntfy_1.30.1_linux_arm64.tar.gz -SOURCE_SUM=b602bcf05ba3e08e723f2cc40517f2d0d6fc07502fb976de5ad7a44a58dfd300 +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v1.31.0/ntfy_1.31.0_linux_arm64.tar.gz +SOURCE_SUM=b2c5351385bef867a1909713c199f384de643d64c255af67eeb147ad3658d1c9 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_1.30.1_linux_arm64 +SOURCE_FILENAME=ntfy_1.31.0_linux_arm64 diff --git a/conf/armhf.src b/conf/armhf.src index b71dbec..7ec1a72 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v1.30.1/ntfy_1.30.1_linux_armv7.tar.gz -SOURCE_SUM=66e08ddf24c59dc8a5ad7e4956508349662a6474f18ae6ac82f55a4c98c44281 +SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v1.31.0/ntfy_1.31.0_linux_armv7.tar.gz +SOURCE_SUM=0bcd4b82577093e3e31787a964e4b6528155f45e83ef53d35cba65f8bb92de62 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=ntfy_1.30.1_linux_armv7 +SOURCE_FILENAME=ntfy_1.31.0_linux_armv7 diff --git a/manifest.json b/manifest.json index da3d92b..3fd33df 100644 --- a/manifest.json +++ b/manifest.json @@ -15,7 +15,7 @@ "code": "https://github.com/binwiederhier/ntfy" }, "url": "https://ntfy.sh/", - "version": "1.30.1~ynh1", + "version": "1.31.0~ynh1", "license": "GPL-2.0-only", "maintainer": { "name": "Alexander Wühr",