Browse Source

Update Whoogle-search to 0.8.0 (#320)

Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
main
Jasper 2 years ago
committed by GitHub
parent
commit
942985479a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      whoogle-search/docker-compose.yml
  2. 46
      whoogle-search/umbrel-app.yml

2
whoogle-search/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 6420
web:
image: benbusby/whoogle-search:0.7.4@sha256:8526a3272d992ea2c240919b8b5dafee2b37eab28af7df4f175054ef29d8b65d
image: benbusby/whoogle-search:0.8.0@sha256:05ddde51df8d9b6ec8af2432c7ae669a63a6db99e3a140b3c92843e2539b055a
restart: on-failure
stop_grace_period: 1m
init: true

46
whoogle-search/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: whoogle-search
category: Networking
name: Whoogle Search
version: "0.7.4"
version: "0.8.0"
tagline: A self-hosted, ad-free, privacy-respecting metasearch engine
description: >-
Get Google search results, but without any ads, javascript, AMP links,
@ -67,5 +67,49 @@ gallery:
path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >
Complete overhaul of session management
- Fixed runaway session file creation for public instance maintainers
- Fixed failure to decrypt subsequent result page queries (i.e. page 2 query appearing as "gAAAAA....")
Added ability to navigate through results with Tab and Shift+Tab
Added an "Advanced Search" toggle in search results for quickly switching between countries
- Can be updated to support other search params, if requested
Updated filter for sponsored results/advertising content
Configured language + country is now included in search suggestion requests
Fixed issues with bolding search terms in result pages
Added ability to encode configuration in the URL
Allows jumping between Whoogle instances (via Farside, for example) and maintaining the same configuration settings
Fixed issues with result links to Google domains
Reduced the amount of logging the Tor service outputs by default
New translations:
- Thai
- Kurdish
- Welsh
submitter: Jasper
submission: https://github.com/getumbrel/umbrel-apps/pull/117
Loading…
Cancel
Save