mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
Test manifest
This commit is contained in:
parent
aecae63c5f
commit
94fe2e22b8
2 changed files with 11 additions and 13 deletions
|
@ -1,27 +1,25 @@
|
||||||
{
|
{
|
||||||
"name": "YunoHost example app",
|
"name": "Calibre-web",
|
||||||
"id": "ynhexample",
|
"id": "calibreweb",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "Example package for YunoHost application.",
|
"en": "Calibre-web for Yunohost",
|
||||||
"fr": "Exemple de package d’application pour YunoHost."
|
"fr": "Calibre-web pour Yunohost."
|
||||||
},
|
},
|
||||||
"version": "1.0~ynh1",
|
"version": "0.9~ynh1",
|
||||||
"url": "https://example.com",
|
"url": "https://github.com/janeczku/calibre-web",
|
||||||
"license": "free",
|
"license": "free",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "John doe",
|
"name": "Krakinou",
|
||||||
"email": "john.doe@example.com",
|
"email": "misterl56@hotmail.com"
|
||||||
"url": "http://example.com"
|
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 2.7.14"
|
"yunohost": ">= 2.7.14"
|
||||||
},
|
},
|
||||||
"multi_instance": true,
|
"multi_instance": false,
|
||||||
"services": [
|
"services": [
|
||||||
"nginx",
|
"nginx",
|
||||||
"php5-fpm",
|
"calibreweb"
|
||||||
"mysql"
|
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install" : [
|
"install" : [
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#add comment
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# GENERIC START
|
# GENERIC START
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue