mirror of
https://github.com/YunoHost-Apps/ntfy_ynh.git
synced 2024-09-03 19:46:27 +02:00
Upgrade to v2.10.0 (#38)
* Upgrade to v2.10.0 https://github.com/binwiederhier/ntfy/releases/tag/v2.10.0 * Auto-update READMEs
This commit is contained in:
parent
c140c65d3d
commit
90f7f881ff
4 changed files with 36 additions and 30 deletions
4
ALL_README.md
Normal file
4
ALL_README.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# All available README files by language
|
||||||
|
|
||||||
|
- [Read the README in English](README.md)
|
||||||
|
- [Lire le README en français](README_fr.md)
|
15
README.md
15
README.md
|
@ -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.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
@ -9,16 +9,17 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=ntfy)
|
[](https://install-app.yunohost.org/?app=ntfy)
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Read this README is other languages.](./ALL_README.md)*
|
||||||
|
|
||||||
> *This package allows you to install ntfy quickly and simply on a YunoHost server.
|
> *This package allows you to install ntfy quickly and simply on a YunoHost server.*
|
||||||
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
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.10.0~ynh1
|
||||||
|
|
||||||
**Demo:** <https://ntfy.sh/app>
|
**Demo:** <https://ntfy.sh/app>
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
@ -32,9 +33,9 @@ ntfy (pronounce: *notify*) is a simple HTTP-based pub-sub notification service.
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
||||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/ntfy_ynh/tree/testing).
|
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/ntfy_ynh/tree/testing).
|
||||||
|
|
||||||
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
|
||||||
|
|
33
README_fr.md
33
README_fr.md
|
@ -1,6 +1,6 @@
|
||||||
<!--
|
<!--
|
||||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
Nota bene : ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||||
It shall NOT be edited by hand.
|
Il NE doit PAS être modifié à la main.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
# ntfy pour YunoHost
|
# ntfy pour YunoHost
|
||||||
|
@ -9,31 +9,32 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=ntfy)
|
[](https://install-app.yunohost.org/?app=ntfy)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Lire le README dans d'autres langues.](./ALL_README.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d’installer ntfy rapidement et simplement sur un serveur YunoHost.
|
> *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.*
|
> *Si vous n’avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’installer et en profiter.*
|
||||||
|
|
||||||
## Vue d’ensemble
|
## Vue d’ensemble
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
**Démo :** <https://ntfy.sh/app>
|
**Version incluse :** 2.10.0~ynh1
|
||||||
|
|
||||||
|
**Démo :** <https://ntfy.sh/app>
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
- Site officiel de l’app : <https://ntfy.sh/>
|
- Site officiel de l’app : <https://ntfy.sh/>
|
||||||
- Documentation officielle utilisateur : <https://docs.ntfy.sh/>
|
- Documentation officielle utilisateur : <https://docs.ntfy.sh/>
|
||||||
- Documentation officielle de l’admin : <https://docs.ntfy.sh/>
|
- Documentation officielle de l’admin : <https://docs.ntfy.sh/>
|
||||||
- Dépôt de code officiel de l’app : <https://github.com/binwiederhier/ntfy>
|
- Dépôt de code officiel de l’app : <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
|
||||||
|
|
||||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/ntfy_ynh/tree/testing).
|
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/ntfy_ynh/tree/testing).
|
||||||
|
|
||||||
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
|
||||||
|
@ -41,4 +42,4 @@ 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
|
||||||
```
|
```
|
||||||
|
|
||||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
||||||
|
|
|
@ -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.9.0~ynh1"
|
version = "2.10.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.9.0/ntfy_2.9.0_linux_amd64.tar.gz"
|
amd64.url = "https://github.com/binwiederhier/ntfy/releases/download/v2.10.0/ntfy_2.10.0_linux_amd64.tar.gz"
|
||||||
amd64.sha256 = "f34915b1630f2ef1a6a5db63517425a83c086722ddc5f81a310276e96d056fdb"
|
amd64.sha256 = "e1457da40e879b6945036ba4bd5193cd78ab8f59d23588fbc1382bdb19f2d8e1"
|
||||||
|
|
||||||
arm64.url = "https://github.com/binwiederhier/ntfy/releases/download/v2.9.0/ntfy_2.9.0_linux_arm64.tar.gz"
|
arm64.url = "https://github.com/binwiederhier/ntfy/releases/download/v2.10.0/ntfy_2.10.0_linux_arm64.tar.gz"
|
||||||
arm64.sha256 = "d74e473dfcf93012680ff38dca313141759efe353c8d837976e023dae6cc3f49"
|
arm64.sha256 = "44628c3df627c60ff607ee5881b5fa8d1ad3013b487d9f9004270c38ea7835fc"
|
||||||
|
|
||||||
armhf.url = "https://github.com/binwiederhier/ntfy/releases/download/v2.9.0/ntfy_2.9.0_linux_armv7.tar.gz"
|
armhf.url = "https://github.com/binwiederhier/ntfy/releases/download/v2.10.0/ntfy_2.10.0_linux_armv7.tar.gz"
|
||||||
armhf.sha256 = "5857d284b22f917c769f189bdf32cfd92685a54f6d36e3b8da5f6af64e1f2d71"
|
armhf.sha256 = "00fa98e9b45ffb3383f9466e5b60b732092a7f0bcdfc420dad615b36732d2b1a"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue