mirror of
https://github.com/YunoHost-Apps/squid3_ynh.git
synced 2024-09-03 20:26:11 +02:00
35 lines
952 B
JSON
35 lines
952 B
JSON
{
|
|
"name": "squid3",
|
|
"id": "squid3",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Caching proxy for the Web supporting HTTP, HTTPS, FTP and more.",
|
|
"fr": "Proxy cache pour le web, compatible HTTP, HTTPS, FTP et plus encore."
|
|
},
|
|
"version": "1.0~ynh2",
|
|
"url": "http://www.squid-cache.org/",
|
|
"license": "GPL-2.0-only",
|
|
"maintainer": {
|
|
"name": "Anmol Sharma",
|
|
"email": "anmol@datamol.org"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 3.5.0"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "squid_port",
|
|
"type": "string",
|
|
"ask": {
|
|
"en": "Choose a port for your Squid 3.",
|
|
"fr": "Entrez un port pour votre Squid 3."
|
|
},
|
|
"example": "8095",
|
|
"default": "8095"
|
|
}
|
|
]
|
|
}
|
|
}
|