mirror of
https://github.com/YunoHost-Apps/gotify_ynh.git
synced 2024-09-03 20:36:26 +02:00
commit
e71257851e
8 changed files with 15 additions and 13 deletions
4
.github/workflows/updater.yml
vendored
4
.github/workflows/updater.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Fetch the source code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Run the updater script
|
||||
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Create Pull Request
|
||||
id: cpr
|
||||
if: ${{ env.PROCEED == 'true' }}
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
commit-message: Update to version ${{ env.VERSION }}
|
||||
|
|
|
@ -6,6 +6,7 @@ It shall NOT be edited by hand.
|
|||
# Gotify for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/gotify)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=gotify)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -18,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
Gotify is a simple server for sending and receiving messages in real-time per web socket. (Includes a sleek web-ui)
|
||||
|
||||
|
||||
**Shipped version:** 2.2.4~ynh1
|
||||
**Shipped version:** 2.3.0~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ It shall NOT be edited by hand.
|
|||
# Gotify pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/gotify)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=gotify)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
|
@ -18,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
Gotify est un serveur simple permettant d'envoyer et de recevoir des messages via websocket.
|
||||
|
||||
|
||||
**Version incluse :** 2.2.4~ynh1
|
||||
**Version incluse :** 2.3.0~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/gotify/server/releases/download/v2.2.4/gotify-linux-amd64.zip
|
||||
SOURCE_SUM=60328447ee6b6125426d87eb913901826ac181fe581edd689208264eb81717c0
|
||||
SOURCE_URL=https://github.com/gotify/server/releases/download/v2.3.0/gotify-linux-amd64.zip
|
||||
SOURCE_SUM=53ebd14063c36aba91844e9a7671a51b14878b4a1d8599c92dd8dbcc8e7d4527
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=false
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/gotify/server/releases/download/v2.2.4/gotify-linux-arm64.zip
|
||||
SOURCE_SUM=95e2aef556d709c88380cec89f263d202fd1e135f978c6e3df647a2a8c992eb8
|
||||
SOURCE_URL=https://github.com/gotify/server/releases/download/v2.3.0/gotify-linux-arm64.zip
|
||||
SOURCE_SUM=dc7caac45fbc4e3ab189e72b3a6d56890b4c16a341cca4f3de9a706c8b96c42c
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=false
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/gotify/server/releases/download/v2.2.4/gotify-linux-arm-7.zip
|
||||
SOURCE_SUM=1f35322d0cc908897483ecbb6278393c1438aa606c92d0e4139f9553cffd8597
|
||||
SOURCE_URL=https://github.com/gotify/server/releases/download/v2.3.0/gotify-linux-arm-7.zip
|
||||
SOURCE_SUM=510030433d27fb11566f7f26c2159a70a35deddc6a595be5a802467dc7408f26
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=false
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/gotify/server/releases/download/v2.2.4/gotify-linux-386.zip
|
||||
SOURCE_SUM=829cb883af346356ef7ff18b91bd27153cb78ef90677be4b1db6421fad1f7258
|
||||
SOURCE_URL=https://github.com/gotify/server/releases/download/v2.3.0/gotify-linux-386.zip
|
||||
SOURCE_SUM=99db17eec0a1fa0a12ff3df463d77078a5114a57dbe1559e7a31e4c428ebe084
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=false
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Simple server for sending and receiving messages",
|
||||
"fr": "Simple serveur pour envoyer et recevoir des messages"
|
||||
},
|
||||
"version": "2.2.4~ynh1",
|
||||
"version": "2.3.0~ynh1",
|
||||
"url": "http://gotify.net",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Add table
Reference in a new issue