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

25 lines
639 B
JSON
Raw Normal View History

2018-09-14 05:20:02 +02:00
{
"name": "squid3",
2018-09-14 07:08:41 +02:00
"id": "squid3",
2018-09-14 05:20:02 +02:00
"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."
2018-09-14 05:20:02 +02:00
},
"version": "1.0~ynh1",
"url": "http://www.squid-cache.org/",
"license": "free",
"maintainer": {
"name": "Anmol Sharma",
"email": "anmol@datamol.org"
},
"requirements": {
"yunohost": ">= 2.7.14"
},
"multi_instance": false,
"services": [],
"arguments": {
"install" : []
2018-09-14 05:20:02 +02:00
}
}