mirror of
https://github.com/YunoHost-Apps/ofbiz_ynh.git
synced 2024-09-03 19:46:33 +02:00
41 lines
1,001 B
JSON
41 lines
1,001 B
JSON
{
|
|
"name": "OFBiz",
|
|
"id": "ofbiz",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Apache-OFBiz ERP"
|
|
},
|
|
"version": "18.12.05~ynh1",
|
|
"url": "https://ofbiz.apache.org",
|
|
"upstream": {
|
|
"license": "Apache-2.0",
|
|
"website": "https://ofbiz.apache.org",
|
|
"userdoc": "https://cwiki.apache.org/confluence/display/OFBIZ/Documentation",
|
|
"code": "https://github.com/apache/ofbiz-framework"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"maintainer": {
|
|
"name": "JulienNICOLAS",
|
|
"email": "julien.nicolas@nomaka.fr",
|
|
"url": "http://www.nomaka.fr/"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
}
|
|
]
|
|
}
|
|
}
|