2022-08-15 19:09:53 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2022-03-13 16:50:59 +01:00
# squid3 pour YunoHost
2023-10-31 15:36:27 +01:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/squid3.svg )](https://dash.yunohost.org/appci/app/squid3) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/squid3.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/squid3.maintain.svg )
2022-03-13 16:50:59 +01:00
[![Installer squid3 avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=squid3)
*[Read this readme in english.](./README.md)*
2023-10-31 15:36:27 +01:00
> *Ce package vous permet d’ installer squid3 rapidement et simplement sur un serveur YunoHost.
Si vous n’ avez pas YunoHost, regardez [ici ](https://yunohost.org/#/install ) pour savoir comment l’ installer et en profiter.*
2022-03-13 16:50:59 +01:00
2023-10-31 15:36:27 +01:00
## Vue d’ ensemble
2022-03-13 16:50:59 +01:00
## 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.
2023-01-10 15:39:57 +01:00
**Version incluse :** 4.13~ynh1
2022-03-13 16:50:59 +01:00
## Avertissements / informations importantes
## 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**
1. Select **Manual proxy configuration**
1. In **HTTP Proxy** enter your **domain name or server IP** and in **Port** enter the port sent to your **admin email** .
1. Check **Use this proxy server for all protocols** .
1. Under **No Proxy for** enter this **localhost, 127.0.0.1** .
1. **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/
## Documentations et ressources
2023-10-31 15:36:27 +01:00
* Site officiel de l’ app : < http: // www . squid-cache . org >
* YunoHost Store: < https: // apps . yunohost . org / app / squid3 >
2022-08-15 19:09:53 +02:00
* Signaler un bug : < https: // github . com / YunoHost-Apps / squid3_ynh / issues >
2022-03-13 16:50:59 +01:00
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing ](https://github.com/YunoHost-Apps/squid3_ynh/tree/testing ).
Pour essayer la branche testing, procédez comme suit.
2022-08-15 19:09:53 +02:00
``` bash
2022-03-13 16:50:59 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/squid3_ynh/tree/testing --debug
ou
sudo yunohost app upgrade squid3 -u https://github.com/YunoHost-Apps/squid3_ynh/tree/testing --debug
```
2023-10-31 15:36:27 +01:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >