diff --git a/README.md b/README.md index 4568874..536d040 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,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:** 1.2.1 +**Shipped version:** 2.0.2 ## Screenshots diff --git a/conf/amd64.src b/conf/amd64.src index ee0811f..6fa274c 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/gotify/server/releases/download/v1.2.1/gotify-linux-amd64.zip -SOURCE_SUM=f0702c07716c8a6b27c14f8469771d8f23cc17a9b4e12265e7bef3733a203a59 +SOURCE_URL=https://github.com/gotify/server/releases/download/v2.0.2/gotify-linux-amd64.zip +SOURCE_SUM=c11d144574432ef9b2a94c03e360b5b24db4f12ea31492321213ef94f55dadaf SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/conf/config.yml b/conf/config.yml index 6c1607e..cdcc99c 100644 --- a/conf/config.yml +++ b/conf/config.yml @@ -1,5 +1,6 @@ server: port: __PORT__ # the port the HTTP server will listen on + listenaddr: 127.0.0.1 # only listen for connections from local reverse proxy ssl: enabled: false # if https should be enabled