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
2018-10-04 20:58:19 +05:30
conf Check correct squid folder in /etc 2018-09-28 16:22:49 +05:30
scripts typo:sqid for squid in install 2018-10-04 20:58:19 +05:30
check_process Enhancement:Option to select random port 2018-10-04 20:52:43 +05:30
manifest.json Forgot a { in manifest 2018-10-04 20:54:58 +05:30
README.md Updated readme 2018-09-14 11:45:23 +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 will not ask anything while installation.
  2. There is no update script.
  3. The app can not be multi-instance(can't be installed many times on same server).
  4. LDAP is there(Registered users can use there login username and password to browse internet through the proxy)
  5. Port number to be used will be sent to the admin mail of the Yunohost server.
  6. 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/