Nathan Fretz
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
7 additions and
8 deletions
-
whoogle-search/docker-compose.yml
-
whoogle-search/umbrel-app.yml
|
|
@ -7,7 +7,7 @@ services: |
|
|
|
APP_PORT: 6420 |
|
|
|
|
|
|
|
web: |
|
|
|
image: benbusby/whoogle-search:0.9.0@sha256:2c87cc33ebbd1091f34e3dddd0a4e016ad1680d840945a80f4f410b4354779aa |
|
|
|
image: benbusby/whoogle-search:0.9.1@sha256:f654c45236f6ed30ac5be47473a4a27757c0b58c173eccfc8fc12555c325e341 |
|
|
|
restart: on-failure |
|
|
|
stop_grace_period: 1m |
|
|
|
init: true |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: whoogle-search |
|
|
|
category: networking |
|
|
|
name: Whoogle Search |
|
|
|
version: "0.9.0" |
|
|
|
version: "0.9.1" |
|
|
|
tagline: A self-hosted, ad-free, privacy-respecting metasearch engine |
|
|
|
description: >- |
|
|
|
Get Google search results, but without any ads, javascript, AMP links, |
|
|
@ -69,14 +69,13 @@ defaultUsername: "" |
|
|
|
defaultPassword: "" |
|
|
|
releaseNotes: >- |
|
|
|
This update includes several improvements and new features: |
|
|
|
|
|
|
|
- Custom bangs for quick searches |
|
|
|
- "Feeling Lucky" functionality has been fixed |
|
|
|
- Improved error handling and query extraction |
|
|
|
- Stack Overflow added as a default site alternative |
|
|
|
- Added support for custom environment file paths |
|
|
|
- Added ability to define fallback search engine URLs |
|
|
|
- Fixed USPS tracking link display on mobile devices |
|
|
|
- Improved config security by switching to JSON format |
|
|
|
- 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 |
|
|
|
submission: https://github.com/getumbrel/umbrel-apps/pull/117 |