1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/discourse_ynh.git synced 2024-09-03 18:26:18 +02:00
discourse_ynh/manifest.json

50 lines
1.1 KiB
JSON
Raw Normal View History

2018-04-02 16:36:02 +02:00
{
"name": "Discourse",
"id": "discourse",
"packaging_format": 1,
"description": {
"en": "Discussion platform",
"fr": "Plateforme de discussion"
2018-04-02 16:36:02 +02:00
},
"version": "2.6.1~ynh2",
2018-04-02 16:36:02 +02:00
"url": "http://Discourse.org",
"license": "GPL-2.0",
"maintainer": {
"name": "JimboJoe",
"email": "jimmy@monin.net",
"url": ""
},
"requirements": {
"yunohost": ">= 4.1.7"
2018-04-02 16:36:02 +02:00
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
2021-03-07 01:39:02 +01:00
"example": "example.com"
2018-04-02 16:36:02 +02:00
},
{
"name": "path",
"type": "path",
"example": "/forum",
"default": "/forum"
},
{
"name": "admin",
"type": "user",
2021-03-07 01:39:02 +01:00
"example": "johndoe"
2018-04-02 16:36:02 +02:00
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}