mirror of
https://github.com/YunoHost-Apps/snserver_ynh.git
synced 2024-09-03 20:26:22 +02:00
Update manifest.json & check_process
This commit is contained in:
parent
526ee6e2f4
commit
aebc9f6087
2 changed files with 7 additions and 2 deletions
|
@ -17,6 +17,8 @@
|
||||||
setup_private=1
|
setup_private=1
|
||||||
setup_public=1
|
setup_public=1
|
||||||
upgrade=1
|
upgrade=1
|
||||||
|
# 3.22.8~yhn1
|
||||||
|
upgrade=1 from_commit=c9ea83e8102affd5ca74a6d438920fa40af4a63e
|
||||||
# 3.20.5~ynh2
|
# 3.20.5~ynh2
|
||||||
upgrade=1 from_commit=e8db15c97db16f68d6453970a9dff74d5136017b
|
upgrade=1 from_commit=e8db15c97db16f68d6453970a9dff74d5136017b
|
||||||
# 3.13.6~ynh4
|
# 3.13.6~ynh4
|
||||||
|
@ -38,6 +40,9 @@
|
||||||
Email=
|
Email=
|
||||||
Notification=
|
Notification=
|
||||||
;;; Upgrade options
|
;;; Upgrade options
|
||||||
|
; commit=c9ea83e8102affd5ca74a6d438920fa40af4a63e
|
||||||
|
name=3.22.8~ynh1
|
||||||
|
manifest_arg=domain=DOMAIN&path=PATH&is_public=1
|
||||||
; commit=e8db15c97db16f68d6453970a9dff74d5136017b
|
; commit=e8db15c97db16f68d6453970a9dff74d5136017b
|
||||||
name=3.20.5~ynh2
|
name=3.20.5~ynh2
|
||||||
manifest_arg=domain=DOMAIN&path=PATH&is_public=1
|
manifest_arg=domain=DOMAIN&path=PATH&is_public=1
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"description": {
|
"description": {
|
||||||
"en": "The Standard Notes syncing server. An end-to-end encrypted note-taking app."
|
"en": "The Standard Notes syncing server. An end-to-end encrypted note-taking app."
|
||||||
},
|
},
|
||||||
"version": "3.22.8~ynh1",
|
"version": "3.22.8~ynh2",
|
||||||
"url": "https://github.com/standardnotes/syncing-server",
|
"url": "https://github.com/standardnotes/syncing-server",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
"email": "46000361+FabianWilkens@users.noreply.github.com"
|
"email": "46000361+FabianWilkens@users.noreply.github.com"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.1.7"
|
"yunohost": ">= 4.2.4"
|
||||||
},
|
},
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue