mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-14 17:39:17 +00:00
Update whoogle-search to v0.9.0 (#1570)
This commit is contained in:
parent
9e1076ac2e
commit
6b07dd02e5
|
@ -7,10 +7,10 @@ services:
|
||||||
APP_PORT: 6420
|
APP_PORT: 6420
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: benbusby/whoogle-search:0.8.4@sha256:222ea6ed103bf7a5bdff06b1042ef96725dd70a7d92108f769e782f2e7808218
|
image: benbusby/whoogle-search:0.9.0@sha256:2c87cc33ebbd1091f34e3dddd0a4e016ad1680d840945a80f4f410b4354779aa
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
init: true
|
init: true
|
||||||
user: "927:927"
|
user: "927:927"
|
||||||
environment:
|
environment:
|
||||||
EXPOSE_PORT: 6420
|
EXPOSE_PORT: 6420
|
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||||
id: whoogle-search
|
id: whoogle-search
|
||||||
category: networking
|
category: networking
|
||||||
name: Whoogle Search
|
name: Whoogle Search
|
||||||
version: "0.8.4"
|
version: "0.9.0"
|
||||||
tagline: A self-hosted, ad-free, privacy-respecting metasearch engine
|
tagline: A self-hosted, ad-free, privacy-respecting metasearch engine
|
||||||
description: >-
|
description: >-
|
||||||
Get Google search results, but without any ads, javascript, AMP links,
|
Get Google search results, but without any ads, javascript, AMP links,
|
||||||
|
@ -67,19 +67,16 @@ gallery:
|
||||||
path: ""
|
path: ""
|
||||||
defaultUsername: ""
|
defaultUsername: ""
|
||||||
defaultPassword: ""
|
defaultPassword: ""
|
||||||
releaseNotes: >
|
releaseNotes: >-
|
||||||
Minor update:
|
This update includes several improvements and new features:
|
||||||
- Site favicons are now fetched and displayed for each search result
|
|
||||||
- Audio tags are now interpreted correctly
|
- Custom bangs for quick searches
|
||||||
- Primarily found in word definition cards in the results view
|
- "Feeling Lucky" functionality has been fixed
|
||||||
- POST requests now redirected as encrypted GET requests
|
- Improved error handling and query extraction
|
||||||
- This allows navigating back from a result website to the Whoogle search result page without having to confirm form resubmission
|
- Stack Overflow added as a default site alternative
|
||||||
- The "GET-only searches" config is still available for anyone who still prefers it
|
- Various security updates and dependency upgrades
|
||||||
- URLs in element and window endpoints are now validated
|
|
||||||
- Fixes a potential vulnerability where an element or window endpoint could retrieve file contents from a service hosted on another port
|
|
||||||
- Valid HTML in result text content is now sanitized to prevent parsing issues
|
Full release notes are found at https://github.com/benbusby/whoogle-search/releases/tag/v0.9.0
|
||||||
|
|
||||||
|
|
||||||
Full release notes are found at https://github.com/benbusby/whoogle-search/releases/tag/v0.8.4
|
|
||||||
submitter: Jasper
|
submitter: Jasper
|
||||||
submission: https://github.com/getumbrel/umbrel-apps/pull/117
|
submission: https://github.com/getumbrel/umbrel-apps/pull/117
|
Loading…
Reference in New Issue
Block a user