1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ntfy_ynh.git synced 2024-09-03 19:46:27 +02:00

Update upstream to v2.9.0 (#37)

* Upgrade to v2.9.0
* Auto-update README
* Update upgrade tests

---------

Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
Alexander Wühr 2024-03-19 15:15:14 +01:00 committed by GitHub
parent a675bb9076
commit c140c65d3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 29 additions and 33 deletions

View file

@ -1,5 +1,5 @@
<!-- <!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand. It shall NOT be edited by hand.
--> -->
@ -18,18 +18,17 @@ 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. 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:** 2.9.0~ynh1
**Shipped version:** 2.8.0~ynh2 **Demo:** <https://ntfy.sh/app>
**Demo:** https://ntfy.sh/app
## Documentation and resources ## Documentation and resources
* Official app website: <https://ntfy.sh/> - Official app website: <https://ntfy.sh/>
* Official user documentation: <https://docs.ntfy.sh/> - Official user documentation: <https://docs.ntfy.sh/>
* Official admin documentation: <https://docs.ntfy.sh/> - Official admin documentation: <https://docs.ntfy.sh/>
* Upstream app code repository: <https://github.com/binwiederhier/ntfy> - Upstream app code repository: <https://github.com/binwiederhier/ntfy>
* YunoHost Store: <https://apps.yunohost.org/app/ntfy> - YunoHost Store: <https://apps.yunohost.org/app/ntfy>
* Report a bug: <https://github.com/YunoHost-Apps/ntfy_ynh/issues> - Report a bug: <https://github.com/YunoHost-Apps/ntfy_ynh/issues>
## Developer info ## Developer info
@ -37,7 +36,7 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos
To try the testing branch, please proceed like that. To try the testing branch, please proceed like that.
``` bash ```bash
sudo yunohost app install https://github.com/YunoHost-Apps/ntfy_ynh/tree/testing --debug sudo yunohost app install https://github.com/YunoHost-Apps/ntfy_ynh/tree/testing --debug
or or
sudo yunohost app upgrade ntfy -u https://github.com/YunoHost-Apps/ntfy_ynh/tree/testing --debug sudo yunohost app upgrade ntfy -u https://github.com/YunoHost-Apps/ntfy_ynh/tree/testing --debug

View file

@ -1,5 +1,5 @@
<!-- <!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand. It shall NOT be edited by hand.
--> -->
@ -17,18 +17,17 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
## Vue densemble ## Vue densemble
ntfy (prononcer : *notify*) est un simple service de notification pub-sub basé sur HTTP. Il vous permet d'envoyer des notifications sur votre téléphone ou votre ordinateur via des scripts depuis n'importe quel ordinateur, sans inscription, sans frais ni configuration. Il est également open source si vous souhaitez exécuter le vôtre. ntfy (prononcer : *notify*) est un simple service de notification pub-sub basé sur HTTP. Il vous permet d'envoyer des notifications sur votre téléphone ou votre ordinateur via des scripts depuis n'importe quel ordinateur, sans inscription, sans frais ni configuration. Il est également open source si vous souhaitez exécuter le vôtre.
**Version incluse :** 2.9.0~ynh1
**Version incluse :** 2.8.0~ynh2 **Démo :** <https://ntfy.sh/app>
**Démo :** https://ntfy.sh/app
## Documentations et ressources ## Documentations et ressources
* Site officiel de lapp : <https://ntfy.sh/> - Site officiel de lapp : <https://ntfy.sh/>
* Documentation officielle utilisateur : <https://docs.ntfy.sh/> - Documentation officielle utilisateur : <https://docs.ntfy.sh/>
* Documentation officielle de ladmin : <https://docs.ntfy.sh/> - Documentation officielle de ladmin : <https://docs.ntfy.sh/>
* Dépôt de code officiel de lapp : <https://github.com/binwiederhier/ntfy> - Dépôt de code officiel de lapp : <https://github.com/binwiederhier/ntfy>
* YunoHost Store: <https://apps.yunohost.org/app/ntfy> - YunoHost Store : <https://apps.yunohost.org/app/ntfy>
* Signaler un bug : <https://github.com/YunoHost-Apps/ntfy_ynh/issues> - Signaler un bug : <https://github.com/YunoHost-Apps/ntfy_ynh/issues>
## Informations pour les développeurs ## Informations pour les développeurs
@ -36,7 +35,7 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
Pour essayer la branche testing, procédez comme suit. Pour essayer la branche testing, procédez comme suit.
``` bash ```bash
sudo yunohost app install https://github.com/YunoHost-Apps/ntfy_ynh/tree/testing --debug sudo yunohost app install https://github.com/YunoHost-Apps/ntfy_ynh/tree/testing --debug
ou ou
sudo yunohost app upgrade ntfy -u https://github.com/YunoHost-Apps/ntfy_ynh/tree/testing --debug sudo yunohost app upgrade ntfy -u https://github.com/YunoHost-Apps/ntfy_ynh/tree/testing --debug

View file

@ -5,7 +5,7 @@ name = "ntfy"
description.en = "Open Source Push Notification Server" description.en = "Open Source Push Notification Server"
description.fr = "Serveur open source de notification" description.fr = "Serveur open source de notification"
version = "2.8.0~ynh2" version = "2.9.0~ynh1"
maintainers = ["Alexander Wühr"] maintainers = ["Alexander Wühr"]
@ -50,14 +50,14 @@ autoupdate.asset.amd64 = '.*_linux_amd64\.tar\.gz'
autoupdate.asset.arm64 = '.*_linux_arm64\.tar\.gz' autoupdate.asset.arm64 = '.*_linux_arm64\.tar\.gz'
autoupdate.asset.armhf = '.*_linux_armv7\.tar\.gz' autoupdate.asset.armhf = '.*_linux_armv7\.tar\.gz'
amd64.url = "https://github.com/binwiederhier/ntfy/releases/download/v2.8.0/ntfy_2.8.0_linux_amd64.tar.gz" amd64.url = "https://github.com/binwiederhier/ntfy/releases/download/v2.9.0/ntfy_2.9.0_linux_amd64.tar.gz"
amd64.sha256 = "7158312a9f6e49daf94355e63a8fa73e04f3c2d5defc2bba0cbf3e35fdf7bf9a" amd64.sha256 = "f34915b1630f2ef1a6a5db63517425a83c086722ddc5f81a310276e96d056fdb"
arm64.url = "https://github.com/binwiederhier/ntfy/releases/download/v2.8.0/ntfy_2.8.0_linux_arm64.tar.gz" arm64.url = "https://github.com/binwiederhier/ntfy/releases/download/v2.9.0/ntfy_2.9.0_linux_arm64.tar.gz"
arm64.sha256 = "918d0a81355288ef60e8ef0d0587630f069c5c75909a12d6abbdb2e1628dbc52" arm64.sha256 = "d74e473dfcf93012680ff38dca313141759efe353c8d837976e023dae6cc3f49"
armhf.url = "https://github.com/binwiederhier/ntfy/releases/download/v2.8.0/ntfy_2.8.0_linux_armv7.tar.gz" armhf.url = "https://github.com/binwiederhier/ntfy/releases/download/v2.9.0/ntfy_2.9.0_linux_armv7.tar.gz"
armhf.sha256 = "bf63f969b64889158bb0daa2f55f2e3356516a0c4ff2f57d0392a0c7df0abefc" armhf.sha256 = "5857d284b22f917c769f189bdf32cfd92685a54f6d36e3b8da5f6af64e1f2d71"
[resources.system_user] [resources.system_user]

View file

@ -9,6 +9,4 @@ exclude = "install.private"
# Commits to test upgrade from # Commits to test upgrade from
# ------------------------------- # -------------------------------
test_upgrade_from.727dfd9.name = "Upgrade from 2.6.2~ynh1" test_upgrade_from.dbdb3bb.name = "Upgrade from 2.8.0~ynh1"
test_upgrade_from.e89c0fb.name = "Upgrade from 2.5.0~ynh1"
#test_upgrade_from.5b729db.name = "Upgrade from 2.4.0~ynh1"