1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotify_ynh.git synced 2024-09-03 20:36:26 +02:00

update to 2.0.2

This commit is contained in:
Clément 2019-03-10 13:50:15 +01:00
parent 222201c5e1
commit 9a1af1f8f2
3 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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