1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gemserv_ynh.git synced 2024-09-03 18:36:27 +02:00

Merge pull request #8 from YunoHost-Apps/upgrade

Upgrade
This commit is contained in:
yalh76 2022-02-16 19:59:28 +01:00 committed by GitHub
commit 3f31575a8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 6 deletions

View file

@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
A gemini server written in rust.
**Shipped version:** 0.6.3~ynh1
**Shipped version:** 0.6.5~ynh1

View file

@ -14,7 +14,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
A gemini server written in rust.
**Version incluse :** 0.6.3~ynh1
**Version incluse :** 0.6.5~ynh1

View file

@ -13,6 +13,8 @@
upgrade=1 from_commit=3fcde5a7829938763b393ac1e878929bdc35297f
# 0.4.5~ynh1
upgrade=1 from_commit=d1e78f8cb47fc61dc3ede3e9cbb8445e364f0ab0
# 0.6.3~ynh1
upgrade=1 from_commit=884e8c80936563ee20896a1e2ea4ace85fc4c3a7
backup_restore=1
multi_instance=0
port_already_use=0
@ -25,3 +27,5 @@ Notification=all
name=0.4.4~ynh1
; commit=d1e78f8cb47fc61dc3ede3e9cbb8445e364f0ab0
name=0.4.5~ynh1
; commit=884e8c80936563ee20896a1e2ea4ace85fc4c3a7
name=0.6.3~ynh1

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://git.sr.ht/~int80h/gemserv/archive/v0.6.3.tar.gz
SOURCE_SUM=e84656f1a3274d2becdecd731afe767477ead7f2c265c0d7ae8ee9e8bc81ded8
SOURCE_URL=https://git.sr.ht/~int80h/gemserv/archive/v0.6.5.tar.gz
SOURCE_SUM=5a2b63028352c3a0726c5174148fd0e028934db250902427372a84680317f48e
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -7,7 +7,7 @@ Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
ExecStartPre=-/bin/bash -c 'chown __APP__:__APP__ /etc/__APP__/'
ExecStartPre=-/bin/bash -c 'chown -R __APP__:__APP__ /etc/__APP__/'
ExecStartPre=-/bin/bash -c 'cat /etc/__APP__/config.d/*.toml > /etc/__APP__/config.toml'
ExecStart=__FINALPATH__/live/__APP__ /etc/__APP__/config.toml
StandardOutput=append:/var/log/__APP__/__APP__.log

View file

@ -5,7 +5,7 @@
"description": {
"en": "A gemini server written in rust."
},
"version": "0.6.3~ynh1",
"version": "0.6.5~ynh1",
"url": "https://git.sr.ht/~int80h/gemserv/",
"upstream": {
"license": "MIT",