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",
|
||||
"id": "ynhexample",
|
||||
"name": "Calibre-web",
|
||||
"id": "calibreweb",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "Example package for YunoHost application.",
|
||||
"fr": "Exemple de package d’application pour YunoHost."
|
||||
"en": "Calibre-web for Yunohost",
|
||||
"fr": "Calibre-web pour Yunohost."
|
||||
},
|
||||
"version": "1.0~ynh1",
|
||||
"url": "https://example.com",
|
||||
"version": "0.9~ynh1",
|
||||
"url": "https://github.com/janeczku/calibre-web",
|
||||
"license": "free",
|
||||
"maintainer": {
|
||||
"name": "John doe",
|
||||
"email": "john.doe@example.com",
|
||||
"url": "http://example.com"
|
||||
"name": "Krakinou",
|
||||
"email": "misterl56@hotmail.com"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 2.7.14"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"multi_instance": false,
|
||||
"services": [
|
||||
"nginx",
|
||||
"php5-fpm",
|
||||
"mysql"
|
||||
"calibreweb"
|
||||
],
|
||||
"arguments": {
|
||||
"install" : [
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
#add comment
|
||||
|
||||
#=================================================
|
||||
# GENERIC START
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue