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
|
||||
auto_remove=1
|
||||
; Manifest
|
||||
domain="domain.tld" (DOMAIN)
|
||||
path="/path" (PATH)
|
||||
is_public=1 (PUBLIC|public=1|private=0)
|
||||
domain="domain.tld"
|
||||
path="/path"
|
||||
is_public=1
|
||||
; Checks
|
||||
pkg_linter=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",
|
||||
"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",
|
||||
"maintainer": {
|
||||
"name": "eric_G",
|
||||
"email": ""
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.1.7"
|
||||
"yunohost": ">= 4.2.4"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
|
|
Loading…
Add table
Reference in a new issue