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:
parent
cfea07c39a
commit
2ccdd83377
2 changed files with 9 additions and 8 deletions
|
@ -18,8 +18,10 @@
|
|||
setup_private=1
|
||||
setup_public=1
|
||||
upgrade=1
|
||||
# 3.13.6~ynh2
|
||||
upgrade=1 from_commit=e755357f8306805084317c81e85807ed87fdbd47
|
||||
# 3.13.6~ynh1
|
||||
upgrade=1 from_commit=7474baadc1705ffe5981a52bdced16bdd1edf979
|
||||
#upgrade=1 from_commit=7474baadc1705ffe5981a52bdced16bdd1edf979
|
||||
backup_restore=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.
|
||||
|
@ -30,10 +32,10 @@
|
|||
# If the level 5 (Package linter) is forced to 1. Please add justifications here.
|
||||
Level 5=auto
|
||||
;;; Options
|
||||
Email=wilkens.fabian+github@gmail.com
|
||||
Notification=all
|
||||
Email=
|
||||
Notification=
|
||||
;;; Upgrade options
|
||||
; commit=7474baadc1705ffe5981a52bdced16bdd1edf979
|
||||
name=3.13.6~ynh1
|
||||
; commit=e755357f8306805084317c81e85807ed87fdbd47
|
||||
name=3.13.6~ynh2
|
||||
manifest_arg=domain=DOMAIN&path=PATH&is_public=1
|
||||
|
||||
|
|
|
@ -5,13 +5,12 @@
|
|||
"description": {
|
||||
"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",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"maintainer": {
|
||||
"name": "Fabian Wilkens",
|
||||
"email": "wilkens.fabian+github@gmail.com",
|
||||
"url": "https://github.com/FabianWilkens/snserver_ynh"
|
||||
"email": "46000361+FabianWilkens@users.noreply.github.com",
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.1.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue