self-hosted-cookbook/apps/search/whoogle.md

25 lines
465 B
Markdown
Raw Normal View History

2020-11-02 00:23:25 +00:00
# Whoogle
2021-02-22 10:18:24 +00:00
- not the best looking
- keyboard support (thanks to [me](https://github.com/benbusby/whoogle-search/pull/202) :wink:)
2020-11-02 00:23:25 +00:00
<br>
- [Homepage](https://benbusby.com/projects/whoogle-search/)
- [Github repo](https://github.com/benbusby/whoogle-search)
## docker-compose.yml
```yml
2021-02-22 10:18:24 +00:00
---
2020-11-02 00:23:25 +00:00
version: "3"
services:
whoogle-search:
image: benbusby/whoogle-search
container_name: whoogle-search
restart: unless-stopped
ports:
- 3123:5000
```