1
0
Fork 0
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:
anmol26s 2018-06-13 15:55:42 +05:30
parent 641378c9e0
commit b100e303cc
2 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -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",