mirror of
https://github.com/YunoHost-Apps/shiori_ynh.git
synced 2024-09-03 20:26:17 +02:00
Fix
This commit is contained in:
parent
1f934380a5
commit
1ba8cc9141
2 changed files with 0 additions and 73 deletions
|
@ -1,25 +0,0 @@
|
|||
;; Test complet
|
||||
; Manifest
|
||||
domain="domain.tld"
|
||||
path="/path"
|
||||
is_public=1
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_sub_dir=1
|
||||
setup_root=1
|
||||
setup_nourl=0
|
||||
setup_private=1
|
||||
setup_public=1
|
||||
upgrade=1
|
||||
#1.5.0~ynh3
|
||||
#upgrade=1 from_commit=5887398434a96643fba4598b6864d78f4d6505ce
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
change_url=1
|
||||
;;; Options
|
||||
Email=
|
||||
Notification=none
|
||||
;;; Upgrade options
|
||||
; commit=5887398434a96643fba4598b6864d78f4d6505ce
|
||||
name=Merge pull request #5 from YunoHost-Apps/testing
|
||||
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666&
|
|
@ -1,48 +0,0 @@
|
|||
{
|
||||
"name": "Shiori",
|
||||
"id": "shiori",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "Simple bookmark manager",
|
||||
"fr": "Gestionnaire de liens simple"
|
||||
},
|
||||
"version": "1.5.3~ynh6",
|
||||
"url": "https://github.com/go-shiori/shiori",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
"admindoc": "https://github.com/go-shiori/shiori/wiki",
|
||||
"userdoc": "https://github.com/go-shiori/shiori/wiki/Usage",
|
||||
"code": "https://github.com/go-shiori/shiori"
|
||||
},
|
||||
"license": "MIT",
|
||||
"maintainer": {
|
||||
"name": "eric_G",
|
||||
"email": ""
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 11.0.9"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
"nginx"
|
||||
],
|
||||
"arguments": {
|
||||
"install" : [
|
||||
{
|
||||
"name": "domain",
|
||||
"type": "domain"
|
||||
},
|
||||
{
|
||||
"name": "path",
|
||||
"type": "path",
|
||||
"example": "/shiori",
|
||||
"default": "/shiori"
|
||||
},
|
||||
{
|
||||
"name": "is_public",
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue