You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-4Lines changed: 21 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,10 @@
2
2
3
3
## :page_with_curl: About
4
4
5
-
Alpine docker with [privoxy](https://www.privoxy.org) enabled and configured to work with HTTPS.
5
+
Image with [privoxy](https://www.privoxy.org) enabled and configured to work with HTTPS.
6
6
7
7
It also includes '[adblock2privoxy](https://github.com/essandess/adblock2privoxy)' to translate adblock rules to privoxy with CSS hidden elements & blackhole.
8
+
This means that this image also includes an nginx server so that the advanced CSS rules work correctly.
8
9
9
10
**The default configuration is intended for personal use only (ex. raspberry)**
10
11
@@ -14,13 +15,26 @@ This image downloads the 'trustedCAs' file from curl.se and also generates the c
14
15
15
16
Privoxy Status Page: https://config.privoxy.org/show-status
16
17
18
+
### Default Ports
19
+
20
+
| PORT | Description | Required |
21
+
|----------------|-------------|-------------|
22
+
| 8118 | Privoxy |[x]|
23
+
| 80 | Nginx |[]|
24
+
| 443 | Nginx SSL |[]|
25
+
17
26
18
27
### Env. Variables
19
28
20
29
| Name | Description | Default |
21
30
|----------------|-------------|-------------|
31
+
| PRIVOXY_PORT | The Privoxy port | 8118 |
22
32
| ADBLOCK_URLS | String of urls separated by spaces | "" |
23
-
| ADBLOCK_CSS_DOMAIN | A domain/IP that points to the container (IP:PORT) | 172.17.0.2:8119 |
33
+
| ADBLOCK_CSS_DOMAIN | A domain/IP that points to the container (IP:PORT) | 172.17.0.2 |
34
+
| ADBLOCK_NGINX_ENABLED | The server to use to get the css files | true |
35
+
| NGINX_SERVER_NAME | The server name for verification process (must coincide with ADBLOCK_CSS_DOMAIN name part) | 172.17.0.2 |
0 commit comments