1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/chtickynotes_ynh.git synced 2024-09-03 18:15:57 +02:00

Cleaning up

This commit is contained in:
ericgaspar 2021-03-15 08:56:46 +01:00
parent e97b7a0dbb
commit 3df344a0e0
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 1 additions and 16 deletions

View file

@ -1,8 +1,6 @@
# See here for more information # See here for more information
# https://github.com/YunoHost/package_check#syntax-check_process-file # https://github.com/YunoHost/package_check#syntax-check_process-file
# Move this file from check_process.default to check_process when you have filled it.
;; Test complet ;; Test complet
; Manifest ; Manifest
domain="domain.tld" (DOMAIN) domain="domain.tld" (DOMAIN)
@ -18,7 +16,6 @@
upgrade=1 upgrade=1
backup_restore=1 backup_restore=1
multi_instance=0 multi_instance=0
port_already_use=0
change_url=1 change_url=1
;;; Options ;;; Options
Email= Email=

View file

@ -17,7 +17,7 @@
"email": "" "email": ""
}, },
"requirements": { "requirements": {
"yunohost": ">= 3.8.1" "yunohost": ">= 4.1.7"
}, },
"multi_instance": false, "multi_instance": false,
"services": [ "services": [
@ -27,28 +27,16 @@
"install" : [ { "install" : [ {
"name": "domain", "name": "domain",
"type": "domain", "type": "domain",
"ask": {
"en": "Choose a domain for ChtickyNotes",
"fr": "Choisissez un domaine pour ChtickyNotes"
},
"example": "domain.org" "example": "domain.org"
},{ },{
"name": "path", "name": "path",
"type": "path", "type": "path",
"ask": {
"en": "Choose a path for ChtickyNotes",
"fr": "Choisissez un chemin pour ChtickyNotes"
},
"example": "/chtickynotes", "example": "/chtickynotes",
"default": "/chtickynotes" "default": "/chtickynotes"
}, },
{ {
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true "default": true
} }
] ]