1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/squid3_ynh.git synced 2024-09-03 20:26:11 +02:00
Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more.
Find a file
2020-10-17 15:38:40 +05:30
conf Check correct squid folder in /etc 2018-09-28 16:22:49 +05:30
scripts Added message in upgrade and restart service in install 2020-10-17 15:38:40 +05:30
check_process Updated app to latest example_ynh 2020-10-17 14:49:50 +05:30
issue_template.md Updated app to latest example_ynh 2020-10-17 14:49:50 +05:30
manifest.json Forgot a { in manifest 2018-10-04 20:54:58 +05:30
pull_request_template.md Updated app to latest example_ynh 2020-10-17 14:49:50 +05:30
README.md Added message in upgrade and restart service in install 2020-10-17 15:38:40 +05:30

Squid3 Proxy for Yunohost with LDAP

Integration level Install Squid3 with YunoHost

Squid: Proxy with Optimising Web Delivery

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.

Instruction

  1. The app can not be multi-instance(can't be installed many times on same server).
  2. LDAP is there(Registered users can use there login username and password to browser internet through the proxy)
  3. Port number used by the proxy will be sent to the admin mail of the Yunohost server.
  4. The username and password is asked twice first time you start the browser(I have no idea why this happens).

Configure Squid3 for Firefox

  1. Go to Preferences -> General -> network proxy
  2. Select Manual proxy configuration
  3. In HTTP Proxy enter your domain name or server IP and in Port enter the port sent to your admin email.
  4. Check Use this proxy server for all protocols.
  5. Under No Proxy for enter this localhost, 127.0.0.1.
  6. Save and restart the Firefox.

If you try Squid 3 in any other way please write the instruction in the issue so that I can add it to the readme

Special Thanks

Thanks to Fred to write the instruction to configure Squid for Yunohost. French: https://memo-linux.com/installer-squid3-sur-un-serveur-yunohost/

Supported architectures

  • x86-64 - Build Status
  • ARMv8-A - Build Status