Close to a fully working package
This commit is contained in:
@@ -1,34 +1,19 @@
|
||||
{
|
||||
"id": "com.jadud.garage",
|
||||
"title": "Garage",
|
||||
"version": "0.0.1",
|
||||
"healthCheckPath": "/health",
|
||||
"multiDomain": true,
|
||||
"httpPort": 3900,
|
||||
"tcpPorts": {
|
||||
"GARAGE_WEB": {
|
||||
"title": "Garage web server domain",
|
||||
"description": "Web port",
|
||||
"defaultValue": 3902,
|
||||
"containerPort": 3902,
|
||||
"portCount": 1
|
||||
},
|
||||
"GARAGE_ADMIN": {
|
||||
"title": "Admin port",
|
||||
"description": "Admin port",
|
||||
"defaultValue": 3903,
|
||||
"containerPort": 3903,
|
||||
"portCount": 1
|
||||
}
|
||||
},
|
||||
"addons": {
|
||||
"localstorage": {
|
||||
"sqlite": {
|
||||
"paths": ["/app/data/garage/meta/db.sqlite"],
|
||||
"_documentation": "https://garagehq.deuxfleurs.fr/documentation/reference-manual/configuration/#:~:text=%3Cmetadata_dir%3E/db.sqlite"
|
||||
"addons": {
|
||||
"localstorage": {
|
||||
"sqlite": {
|
||||
"paths": [
|
||||
"/app/data/garage/meta/db.sqlite"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"manifestVersion": 2,
|
||||
"icon": ""
|
||||
},
|
||||
"healthCheckPath": "/health",
|
||||
"httpPort": 80,
|
||||
"icon": "",
|
||||
"id": "com.jadud.garage",
|
||||
"manifestVersion": 2,
|
||||
"multiDomain": true,
|
||||
"title": "Garage",
|
||||
"version": "0.0.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user