mirror of
https://github.com/YunoHost-Apps/converse_ynh.git
synced 2024-09-03 18:25:53 +02:00
Add templates
This commit is contained in:
parent
114f0ade9e
commit
1bf2a14d42
4 changed files with 11 additions and 5 deletions
|
@ -1,9 +1,8 @@
|
||||||
;; Test complet
|
;; Test complet
|
||||||
auto_remove=1
|
|
||||||
; Manifest
|
; Manifest
|
||||||
domain="domain.tld" (DOMAIN)
|
domain="domain.tld"
|
||||||
path="/path" (PATH)
|
path="/path"
|
||||||
is_public=1 (PUBLIC|public=1|private=0)
|
is_public=1
|
||||||
; Checks
|
; Checks
|
||||||
pkg_linter=1
|
pkg_linter=1
|
||||||
setup_sub_dir=1
|
setup_sub_dir=1
|
||||||
|
|
0
doc/DISCLAIMER.md
Normal file
0
doc/DISCLAIMER.md
Normal file
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
|
@ -8,13 +8,20 @@
|
||||||
},
|
},
|
||||||
"version": "7.0.5~ynh1",
|
"version": "7.0.5~ynh1",
|
||||||
"url": "http://conversejs.org/",
|
"url": "http://conversejs.org/",
|
||||||
|
"upstream": {
|
||||||
|
"license": "MPL-2.0",
|
||||||
|
"website": "http://conversejs.org",
|
||||||
|
"demo": "https://inverse.chat/",
|
||||||
|
"admindoc": "https://conversejs.org/docs/html/index.html",
|
||||||
|
"code": "https://github.com/conversejs/converse.js"
|
||||||
|
},
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "eric_G",
|
"name": "eric_G",
|
||||||
"email": ""
|
"email": ""
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.1.7"
|
"yunohost": ">= 4.2.4"
|
||||||
},
|
},
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue