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)
|
||||
path="/path" (PATH)
|
||||
admin="john" (USER)
|
||||
password="yourls123" (password)
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_sub_dir=1
|
||||
setup_root=1
|
||||
setup_nourl=0
|
||||
setup_private=0
|
||||
setup_public=0
|
||||
setup_public=1
|
||||
upgrade=1
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
|
@ -36,4 +37,4 @@
|
|||
Level 10=0
|
||||
;;; Options
|
||||
Email=anmol@datamol.org
|
||||
Notification=none
|
||||
Notification=change
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"name": "Yourls",
|
||||
"id": "yourls",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "An URL shortening service",
|
||||
"fr": "Un service de raccourcisseur d'url"
|
||||
|
@ -21,7 +22,7 @@
|
|||
"email": "courgette@farcie.fr",
|
||||
"url": "http://thomaslebeau.fr"
|
||||
},
|
||||
"multi_instance": "true",
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
"nginx",
|
||||
"php5-fpm",
|
||||
|
|
Loading…
Reference in a new issue