mirror of
https://github.com/YunoHost-Apps/ntfy_ynh.git
synced 2024-09-03 19:46:27 +02:00
Merge pull request #24 from YunoHost-Apps/testing
Update upstream to v2.7.0
This commit is contained in:
commit
9056d10447
8 changed files with 14 additions and 15 deletions
|
@ -19,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.
|
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.6.2~ynh1
|
**Shipped version:** 2.7.0~ynh1
|
||||||
|
|
||||||
**Demo:** https://ntfy.sh/app
|
**Demo:** https://ntfy.sh/app
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
|
@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
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.
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 2.6.2~ynh1
|
**Version incluse :** 2.7.0~ynh1
|
||||||
|
|
||||||
**Démo :** https://ntfy.sh/app
|
**Démo :** https://ntfy.sh/app
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.6.2/ntfy_2.6.2_linux_amd64.tar.gz
|
SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.7.0/ntfy_2.7.0_linux_amd64.tar.gz
|
||||||
SOURCE_SUM=c8a23c5ecb4fd58549bb18524fd3990f032f17e5adef97dcea0633b40d700816
|
SOURCE_SUM=2218bea3204348700034cff652437e317b8ed2466aa58d8b2444b41b68eaf5e2
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
SOURCE_FILENAME=ntfy_2.6.2_linux_amd64
|
SOURCE_FILENAME=ntfy_2.7.0_linux_amd64
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.6.2/ntfy_2.6.2_linux_arm64.tar.gz
|
SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.7.0/ntfy_2.7.0_linux_arm64.tar.gz
|
||||||
SOURCE_SUM=fc5b20d587798567a419934196ede635ccdac04fbac94d6de06ffc0efb1d5a59
|
SOURCE_SUM=1e0e1bc4183e3ffecbe8d8b1b91b5df8965d907968588c19b7a591719bd146fb
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
SOURCE_FILENAME=ntfy_2.6.2_linux_arm64
|
SOURCE_FILENAME=ntfy_2.7.0_linux_arm64
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.6.2/ntfy_2.6.2_linux_armv7.tar.gz
|
SOURCE_URL=https://github.com/binwiederhier/ntfy/releases/download/v2.7.0/ntfy_2.7.0_linux_armv7.tar.gz
|
||||||
SOURCE_SUM=72f2477de6e325bd91ed18edf8e4229bfa68ded2d6089d7b0202c3ea0a67d815
|
SOURCE_SUM=84981fe6f4234fb8e6429b0c6cbe7090bab1f773e1994b42237c40c244cdd326
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
SOURCE_FILENAME=ntfy_2.6.2_linux_armv7
|
SOURCE_FILENAME=ntfy_2.7.0_linux_armv7
|
||||||
|
|
|
@ -2,7 +2,7 @@ location / {
|
||||||
proxy_pass http://localhost:__PORT__/;
|
proxy_pass http://localhost:__PORT__/;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
|
|
||||||
proxy_set_header Host $http_host;
|
proxy_set_header Host $host;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection "upgrade";
|
proxy_set_header Connection "upgrade";
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
|
|
|
@ -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.6.2~ynh1"
|
version = "2.7.0~ynh1"
|
||||||
|
|
||||||
maintainers = ["Alexander Wühr"]
|
maintainers = ["Alexander Wühr"]
|
||||||
|
|
||||||
|
@ -31,7 +31,6 @@ ram.runtime = "50M"
|
||||||
[install]
|
[install]
|
||||||
[install.domain]
|
[install.domain]
|
||||||
type = "domain"
|
type = "domain"
|
||||||
full_domain = true
|
|
||||||
|
|
||||||
[install.admin]
|
[install.admin]
|
||||||
type = "user"
|
type = "user"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
test_format = 1.0
|
test_format = 1.0
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
test_upgrade_from.c1e589c.name = "Upgrade from 2.6.1~ynh1"
|
test_upgrade_from.727dfd9.name = "Upgrade from 2.6.2~ynh1"
|
||||||
test_upgrade_from.e89c0fb.name = "Upgrade from 2.5.0~ynh1"
|
test_upgrade_from.e89c0fb.name = "Upgrade from 2.5.0~ynh1"
|
||||||
test_upgrade_from.5b729db.name = "Upgrade from 2.4.0~ynh1"
|
test_upgrade_from.5b729db.name = "Upgrade from 2.4.0~ynh1"
|
||||||
|
|
Loading…
Reference in a new issue