Add full homelab inventory and remaining home services.
UniFi, Joplin, Glance, Uptime Kuma, Whoogle, Synology packages docs, Proxmox LXC inventory, Portainer stacks, and INVENTORY.md master list. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# Whoogle
|
||||
|
||||
Privacy-vriendelijke Google-proxy. Config-map op NAS was leeg.
|
||||
|
||||
Poort: **5000**
|
||||
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
whoogle:
|
||||
image: benbusby/whoogle-search:latest
|
||||
container_name: whoogle
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "${WHOOGLE_PORT:-5000}:5000"
|
||||
environment:
|
||||
TZ: ${TZ:-Europe/Brussels}
|
||||
WHOOGLE_CONFIG_DIR: /config
|
||||
volumes:
|
||||
- ./config:/config
|
||||
Reference in New Issue
Block a user