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
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
>works -- Whoogle requests the JavaScript-free search results, then filters out garbage from the results page and proxies all external content for the user.
5
5
>
6
6
>This is possibly a breaking change that may mean the end for Whoogle. We'll continue fighting back and releasing workarounds until all workarounds are
7
-
>exhausted or a better method is found.
7
+
>exhausted or a better method is found. If you know of a better way, please review and comment in our Way Forward Discussion
8
8
9
9
___
10
10
@@ -88,6 +88,17 @@ Contents
88
88
<sup>***If deployed to a remote server, or configured to send requests through a VPN, Tor, proxy, etc.</sup>
89
89
90
90
## Install
91
+
92
+
### Supported Platforms
93
+
Official Docker images are built for:
94
+
-**linux/amd64** (x86_64)
95
+
-**linux/arm64** (ARM 64-bit, Raspberry Pi 3/4/5, Apple Silicon)
96
+
97
+
**Note**: ARMv7 support (32-bit ARM, Raspberry Pi 2) was dropped in v1.2.0 due to incompatibility with modern security libraries on Alpine Linux. Users with ARMv7 devices can either:
98
+
- Use an older version (v1.1.x or earlier)
99
+
- Build locally with pinned dependencies (see notes in Dockerfile)
100
+
- Upgrade to a 64-bit OS if hardware supports it (Raspberry Pi 3+)
101
+
91
102
There are a few different ways to begin using the app, depending on your preferences:
92
103
93
104
___
@@ -700,7 +711,6 @@ Instead of using auto-generated Opera UA strings, you can provide your own list
700
711
```
701
712
Opera/9.80 (J2ME/MIDP; Opera Mini/4.2.13337/22.478; U; en) Presto/2.4.15 Version/10.00
702
713
Opera/9.80 (Android; Linux; Opera Mobi/498; U; en) Presto/2.12.423 Version/10.1
703
-
Opera/9.30 (Nintendo Wii; U; ; 3642; en)
704
714
```
705
715
706
716
2. Set the `WHOOGLE_UA_LIST_FILE` environment variable to point to your file:
0 commit comments