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

Update manifest.json and check_process

This commit is contained in:
Fabian Wilkens 2021-01-24 11:48:59 +01:00
parent cfea07c39a
commit 2ccdd83377
2 changed files with 9 additions and 8 deletions

View file

@ -18,8 +18,10 @@
setup_private=1 setup_private=1
setup_public=1 setup_public=1
upgrade=1 upgrade=1
# 3.13.6~ynh2
upgrade=1 from_commit=e755357f8306805084317c81e85807ed87fdbd47
# 3.13.6~ynh1 # 3.13.6~ynh1
upgrade=1 from_commit=7474baadc1705ffe5981a52bdced16bdd1edf979 #upgrade=1 from_commit=7474baadc1705ffe5981a52bdced16bdd1edf979
backup_restore=1 backup_restore=1
multi_instance=1 multi_instance=1
# This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version. # This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version.
@ -30,10 +32,10 @@
# If the level 5 (Package linter) is forced to 1. Please add justifications here. # If the level 5 (Package linter) is forced to 1. Please add justifications here.
Level 5=auto Level 5=auto
;;; Options ;;; Options
Email=wilkens.fabian+github@gmail.com Email=
Notification=all Notification=
;;; Upgrade options ;;; Upgrade options
; commit=7474baadc1705ffe5981a52bdced16bdd1edf979 ; commit=e755357f8306805084317c81e85807ed87fdbd47
name=3.13.6~ynh1 name=3.13.6~ynh2
manifest_arg=domain=DOMAIN&path=PATH&is_public=1 manifest_arg=domain=DOMAIN&path=PATH&is_public=1

View file

@ -5,13 +5,12 @@
"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.13.6~ynh2", "version": "3.13.6~ynh3",
"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": {
"name": "Fabian Wilkens", "name": "Fabian Wilkens",
"email": "wilkens.fabian+github@gmail.com", "email": "46000361+FabianWilkens@users.noreply.github.com",
"url": "https://github.com/FabianWilkens/snserver_ynh"
}, },
"requirements": { "requirements": {
"yunohost": ">= 4.1.0" "yunohost": ">= 4.1.0"