1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/squid3_ynh.git synced 2024-09-03 20:26:11 +02:00
squid3_ynh/manifest.json

34 lines
938 B
JSON

{
"name": "squid3",
"id": "squid3",
"packaging_format": 1,
"description": {
"en": "Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more.",
"fr": "Squid est un proxy cache pour le web, compatible HTTP, HTTPS, FTP, et plus encore."
},
"version": "1.0~ynh2",
"url": "http://www.squid-cache.org/",
"license": "GPL v2",
"maintainer": {
"name": "Anmol Sharma",
"email": "anmol@datamol.org"
},
"requirements": {
"yunohost": ">= 3.5.0"
},
"multi_instance": false,
"services": [],
"arguments": {
"install" : [
{
"name": "squid_port",
"ask": {
"en": "Choose a port for your Squid 3.",
"fr": "Entrez un port pour votre Squid 3."
},
"example": "8095",
"default": "8095"
}
]
}
}