mirror of
https://github.com/YunoHost-Apps/cac-proxy_ynh.git
synced 2024-09-03 18:16:07 +02:00
65 lines
2 KiB
JSON
65 lines
2 KiB
JSON
{
|
|
"name": "Cors Proxy",
|
|
"id": "cac-proxy",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "An advanced https proxy allowing you to call other websites from your own web application.",
|
|
"fr": "Un proxy https avancé vous permettant d'appeler d'autres sites depuis votre propre application web."
|
|
},
|
|
"version": "1.0~ynh2",
|
|
"url": "https://github.com/gcollin/cookie-aware-cors-proxy",
|
|
"upstream": {
|
|
"license": "MIT",
|
|
"code": "https://github.com/gcollin/cookie-aware-cors-proxy"
|
|
},
|
|
"license": "MIT",
|
|
"maintainer": {
|
|
"name": "Gerard Collin",
|
|
"email": "ger@collin.best"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 11.0.0"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/proxy",
|
|
"default": "/proxy"
|
|
},
|
|
{
|
|
"name": "install_chromium",
|
|
"type": "boolean",
|
|
"default": false,
|
|
"optional": true,
|
|
"ask": {
|
|
"en": "Install Chromium for advanced website support (+480 MB).",
|
|
"fr": "Installer Chromium pour supporter les sites web complexes (+480 MB)."
|
|
}
|
|
},
|
|
{
|
|
"name": "public_key",
|
|
"type": "string",
|
|
"optional": true,
|
|
"ask": {
|
|
"en": "SSH Public key to allow service updates as part of delivery process, leave empty to disable.",
|
|
"fr": "Clef publique SSH permettant la mise à jour des services via une deploiement automatique, inactif si non renseigné."
|
|
}
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|