diff --git a/README.md b/README.md index 8d14fd3..b523625 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Overview Gotify is a simple server for sending and receiving messages in real-time per web socket. (Includes a sleek web-ui) -**Shipped version:** 2.0.16 +**Shipped version:** 2.0.22 ## Screenshots diff --git a/README_fr.md b/README_fr.md index faf05ed..b301310 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour ## Vue d'ensemble Gotify est un serveur simple permettant d'envoyer et de recevoir des messages via websocket. -**Version incluse :** 2.0.16 +**Version incluse :** 2.0.20 ## Captures d'écran diff --git a/check_process b/check_process index dbfc282..96906bb 100644 --- a/check_process +++ b/check_process @@ -16,10 +16,10 @@ setup_nourl=0 setup_private=0 setup_public=0 + upgrade=1 upgrade=1 from_commit=e0fbbb9a6d2fd87b4d42e85c0fc8f4e479689abc backup_restore=1 multi_instance=1 - incorrect_path=0 port_already_use=1 change_url=0 ;;; Upgrade options diff --git a/conf/amd64.src b/conf/amd64.src index 73ab6f4..201e47d 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/gotify/server/releases/download/v2.0.16/gotify-linux-amd64.zip -SOURCE_SUM=c0919fa83fadf6ffee12b14dd94c0662bff69e83c11f51f9f1228ac374f91bf0 +SOURCE_URL=https://github.com/gotify/server/releases/download/v2.0.22/gotify-linux-amd64.zip +SOURCE_SUM=30801ea636d428630ea1380a7853eb85ba5dee74d4d757b0d51d5646af02fbf7 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/conf/arm-7.src b/conf/arm-7.src index c70abf2..b1d428e 100644 --- a/conf/arm-7.src +++ b/conf/arm-7.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/gotify/server/releases/download/v2.0.16/gotify-linux-arm-7.zip -SOURCE_SUM=62cd54303a79af678a77b8591836851c31cebf83c48392fd149007ba39926691 +SOURCE_URL=https://github.com/gotify/server/releases/download/v2.0.22/gotify-linux-arm-7.zip +SOURCE_SUM=2f7a0133a17274a8d919fa438f1ddeb4054612b1bcf9b47773a405e490bb0ed0 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/conf/arm64.src b/conf/arm64.src index 08e4d36..2be1329 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/gotify/server/releases/download/v2.0.16/gotify-linux-arm64.zip -SOURCE_SUM=27705235268d275baeb9fe024f6d9f3ee7faf91ee3f8d745f85728a30d307d39 +SOURCE_URL=https://github.com/gotify/server/releases/download/v2.0.22/gotify-linux-arm64.zip +SOURCE_SUM=fd36d04ccf0adc18758fca3c73a537b9d824fcf5cf21c94d250d3a04458e179d SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/conf/config.yml b/conf/config.yml index 70520cd..2ea5599 100644 --- a/conf/config.yml +++ b/conf/config.yml @@ -6,10 +6,6 @@ server: enabled: false # if https should be enabled redirecttohttps: false # redirect to https if site is accessed by http - responseheaders: # response headers are added to every response (default: none) - Access-Control-Allow-Origin: "*" - Access-Control-Allow-Methods: "GET,POST" - stream: allowedorigins: # allowed origins for websocket connections (same origin is always allowed) - ".+.__DOMAIN__" diff --git a/manifest.json b/manifest.json index aed833e..de61340 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "A simple server for sending and receiving messages.", "fr": "Un simple serveur pour envoyer et recevoir des messages." }, - "version": "2.0.16~ynh3", + "version": "2.0.22~ynh1", "url": "http://gotify.net", "license": "MIT", "maintainer": {