Browse Source

Update whoogle-search to v0.9.1 (#1737)

main
Nathan Fretz 3 months ago
committed by GitHub
parent
commit
a75a8e65dc
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      whoogle-search/docker-compose.yml
  2. 13
      whoogle-search/umbrel-app.yml

2
whoogle-search/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 6420 APP_PORT: 6420
web: web:
image: benbusby/whoogle-search:0.9.0@sha256:2c87cc33ebbd1091f34e3dddd0a4e016ad1680d840945a80f4f410b4354779aa image: benbusby/whoogle-search:0.9.1@sha256:f654c45236f6ed30ac5be47473a4a27757c0b58c173eccfc8fc12555c325e341
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
init: true init: true

13
whoogle-search/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: whoogle-search id: whoogle-search
category: networking category: networking
name: Whoogle Search name: Whoogle Search
version: "0.9.0" version: "0.9.1"
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,
@ -69,14 +69,13 @@ defaultUsername: ""
defaultPassword: "" defaultPassword: ""
releaseNotes: >- releaseNotes: >-
This update includes several improvements and new features: This update includes several improvements and new features:
- Added support for custom environment file paths
- Custom bangs for quick searches - Added ability to define fallback search engine URLs
- "Feeling Lucky" functionality has been fixed - Fixed USPS tracking link display on mobile devices
- Improved error handling and query extraction - Improved config security by switching to JSON format
- Stack Overflow added as a default site alternative
- Various security updates and dependency upgrades - Various security updates and dependency upgrades
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.9.1
submitter: Jasper submitter: Jasper
submission: https://github.com/getumbrel/umbrel-apps/pull/117 submission: https://github.com/getumbrel/umbrel-apps/pull/117
Loading…
Cancel
Save