mirror of
https://github.com/YunoHost-Apps/yourls_ynh.git
synced 2024-09-03 20:35:59 +02:00
Fixed errors in manifest and check_process
This commit is contained in:
parent
641378c9e0
commit
b100e303cc
2 changed files with 5 additions and 3 deletions
|
@ -8,13 +8,14 @@
|
||||||
domain="domain.tld" (DOMAIN)
|
domain="domain.tld" (DOMAIN)
|
||||||
path="/path" (PATH)
|
path="/path" (PATH)
|
||||||
admin="john" (USER)
|
admin="john" (USER)
|
||||||
|
password="yourls123" (password)
|
||||||
; Checks
|
; Checks
|
||||||
pkg_linter=1
|
pkg_linter=1
|
||||||
setup_sub_dir=1
|
setup_sub_dir=1
|
||||||
setup_root=1
|
setup_root=1
|
||||||
setup_nourl=0
|
setup_nourl=0
|
||||||
setup_private=0
|
setup_private=0
|
||||||
setup_public=0
|
setup_public=1
|
||||||
upgrade=1
|
upgrade=1
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
|
@ -36,4 +37,4 @@
|
||||||
Level 10=0
|
Level 10=0
|
||||||
;;; Options
|
;;; Options
|
||||||
Email=anmol@datamol.org
|
Email=anmol@datamol.org
|
||||||
Notification=none
|
Notification=change
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "Yourls",
|
"name": "Yourls",
|
||||||
"id": "yourls",
|
"id": "yourls",
|
||||||
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "An URL shortening service",
|
"en": "An URL shortening service",
|
||||||
"fr": "Un service de raccourcisseur d'url"
|
"fr": "Un service de raccourcisseur d'url"
|
||||||
|
@ -21,7 +22,7 @@
|
||||||
"email": "courgette@farcie.fr",
|
"email": "courgette@farcie.fr",
|
||||||
"url": "http://thomaslebeau.fr"
|
"url": "http://thomaslebeau.fr"
|
||||||
},
|
},
|
||||||
"multi_instance": "true",
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
"nginx",
|
"nginx",
|
||||||
"php5-fpm",
|
"php5-fpm",
|
||||||
|
|
Loading…
Add table
Reference in a new issue