mirror of
https://github.com/YunoHost-Apps/squid3_ynh.git
synced 2024-09-03 20:26:11 +02:00
commit
d92cf98524
4 changed files with 5 additions and 7 deletions
|
@ -20,8 +20,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages. Squid has extensive access controls and makes a great server accelerator.
|
Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages. Squid has extensive access controls and makes a great server accelerator.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 1.0~ynh3
|
**Shipped version:** 4.13~ynh1
|
||||||
|
|
||||||
## Disclaimers / important information
|
## Disclaimers / important information
|
||||||
|
|
||||||
## Instruction
|
## Instruction
|
||||||
|
|
|
@ -20,8 +20,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages. Squid has extensive access controls and makes a great server accelerator.
|
Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages. Squid has extensive access controls and makes a great server accelerator.
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 1.0~ynh3
|
**Version incluse :** 4.13~ynh1
|
||||||
|
|
||||||
## Avertissements / informations importantes
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
## Instruction
|
## Instruction
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
;; Test complet
|
;; Test complet
|
||||||
; Manifest
|
; Manifest
|
||||||
port="8095" (PORT)
|
port="8095"
|
||||||
; Checks
|
; Checks
|
||||||
pkg_linter=1
|
pkg_linter=1
|
||||||
setup_sub_dir=0
|
setup_sub_dir=0
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Caching proxy for the Web supporting HTTP, HTTPS, FTP and more.",
|
"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."
|
"fr": "Proxy cache pour le web, compatible HTTP, HTTPS, FTP et plus encore."
|
||||||
},
|
},
|
||||||
"version": "1.0~ynh3",
|
"version": "4.13~ynh1",
|
||||||
"url": "http://www.squid-cache.org/",
|
"url": "http://www.squid-cache.org/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "GPL-2.0-only",
|
"license": "GPL-2.0-only",
|
||||||
|
@ -18,7 +18,7 @@
|
||||||
"email": "anmol@datamol.org"
|
"email": "anmol@datamol.org"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.3.0"
|
"yunohost": ">= 11.0.9"
|
||||||
},
|
},
|
||||||
"multi_instance": false,
|
"multi_instance": false,
|
||||||
"services": [],
|
"services": [],
|
||||||
|
|
Loading…
Reference in a new issue