Not sure that I'd bet the bank that this is secure. It probably is. From what I can see, you have to be able to go in and do things as root.
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"id": "com.jadud.garage",
|
|
"title": "Garage",
|
|
"version": "0.0.1",
|
|
"healthCheckPath": "/health",
|
|
"multiDomain": true,
|
|
"httpPort": 3900,
|
|
"httpPorts": {
|
|
"GARAGE_S3": {
|
|
"title": "Garage S3 Server Domain",
|
|
"description": "The domain name for the Garage S3 API",
|
|
"containerPort": 3900,
|
|
"defaultValue": "garage-s3"
|
|
},
|
|
"GARAGE_RPC": {
|
|
"title": "Garage RPC Server Domain",
|
|
"description": "The domain name for the Garage RPC",
|
|
"containerPort": 3901,
|
|
"defaultValue": "garage-rpc"
|
|
},
|
|
"GARAGE_WEB": {
|
|
"title": "Garage WEB Server Domain",
|
|
"description": "The domain name for the Garage web server",
|
|
"containerPort": 3902,
|
|
"defaultValue": "garage-web"
|
|
},
|
|
"GARAGE_ADMIN": {
|
|
"title": "Garage Admin API Domain",
|
|
"description": "The domain name for the Garage admin API",
|
|
"containerPort": 3903,
|
|
"defaultValue": "garage-admin"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
},
|
|
"manifestVersion": 2,
|
|
"icon": ""
|
|
}
|