2023-01-11 18:59:44 +01:00
|
|
|
{
|
2023-01-14 13:28:23 +01:00
|
|
|
"name": "Cors Proxy",
|
2023-01-11 18:59:44 +01:00
|
|
|
"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."
|
|
|
|
},
|
2023-02-14 16:31:05 +01:00
|
|
|
"version": "1.0~ynh2",
|
2023-01-11 18:59:44 +01:00
|
|
|
"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"
|
|
|
|
},
|
2023-01-14 10:17:35 +01:00
|
|
|
{
|
|
|
|
"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é."
|
|
|
|
}
|
|
|
|
},
|
2023-01-11 18:59:44 +01:00
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|