Initial commit - All Portainer stacks from Mac
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
homepage:
|
||||
image: ghcr.io/gethomepage/homepage:latest
|
||||
container_name: homepage
|
||||
environment:
|
||||
HOMEPAGE_ALLOWED_HOSTS: 192.168.1.155,192.168.1.155:49325,localhost,127.0.0.1,0.0.0.0,douglasdigitalhome.net,www.douglasdigitalhome.net,homepage.douglasdigitalhome.net
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
# LOG_LEVEL: debug # remove or comment out once everything works
|
||||
ports:
|
||||
- "49325:3000"
|
||||
volumes:
|
||||
- /docker/homepage/config:/app/config
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- homepage.group=Infrastructure
|
||||
- homepage.name=Homepage
|
||||
- homepage.icon=mdi:view-dashboard
|
||||
@@ -0,0 +1,92 @@
|
||||
# https://gethomepage.dev/configs/services/
|
||||
---
|
||||
- Networking:
|
||||
- Pi-hole:
|
||||
icon: pi-hole
|
||||
href: https://pihole.douglasdigitalhome.net
|
||||
description: DNS ad-blocking & stats
|
||||
widget:
|
||||
type: pihole
|
||||
url: http://192.168.1.155:8080
|
||||
key: yL4lBDboHC5FVPAZTBSW8IZvoxEQA0ObAAVyzrcll04=
|
||||
version: 6
|
||||
|
||||
- Home Automation:
|
||||
- Home Assistant:
|
||||
icon: home-assistant
|
||||
href: https://homeassistant.douglasdigitalhome.net
|
||||
description: Smart home hub
|
||||
widget:
|
||||
type: homeassistant
|
||||
url: http://192.168.1.155:8123
|
||||
key: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJjZWY5N2IxMDMwNDA0YzNlOGYwM2Q0OWYyMDc0NzBmZCIsImlhdCI6MTc3Njc4ODAzOCwiZXhwIjoyMDkyMTQ4MDM4fQ.aH7VzskO8tWAU1A14ieg8S98a8EQdyu_1PgE63Nm0_Y
|
||||
|
||||
- Office/Tools:
|
||||
- FreshRSS:
|
||||
icon: freshrss
|
||||
href: https://freshrss.douglasdigitalhome.net
|
||||
description: RSS reader
|
||||
widget:
|
||||
type: freshrss
|
||||
url: http://192.168.1.155:8082
|
||||
username: kdouglas011
|
||||
password: gyv!aky@gvz@fmu1AEV
|
||||
|
||||
- Stirling PDF:
|
||||
icon: mdi-file-pdf-box
|
||||
href: https://stirlingpdf.douglasdigitalhome.net
|
||||
description: PDF toolkit
|
||||
|
||||
- LibreOffice:
|
||||
icon: libreoffice
|
||||
href: https://libreoffice.douglasdigitalhome.net
|
||||
description: Online office suite
|
||||
|
||||
- Monitoring:
|
||||
- Uptime Kuma:
|
||||
icon: uptimekuma
|
||||
href: https://uptimekuma.douglasdigitalhome.net
|
||||
description: Service & System Monitoring
|
||||
widget:
|
||||
type: uptimekuma
|
||||
url: http://192.168.1.145:3001
|
||||
slug: myservers
|
||||
|
||||
- Automation:
|
||||
- n8n:
|
||||
icon: n8n
|
||||
href: https://n8n.douglasdigitalhome.net
|
||||
description: Workflow automation
|
||||
|
||||
- Blinko:
|
||||
icon: mdi-notebook
|
||||
href: https://blinko.douglasdigitalhome.net
|
||||
description: Notes / knowledge base
|
||||
|
||||
- Media:
|
||||
- Plex:
|
||||
icon: plex
|
||||
href: https://app.plex.tv
|
||||
description: Home Media Server
|
||||
|
||||
- AI / LLM:
|
||||
- OpenWebUI:
|
||||
icon: mdi-robot-excited # Nice modern robot icon
|
||||
href: https://openwebui.douglasdigitalhome.net
|
||||
description: Local LLM Chat Interface
|
||||
|
||||
- Other:
|
||||
- 13ft Ladder:
|
||||
icon: mdi-ladder
|
||||
href: https://13ftladder.douglasdigitalhome.net
|
||||
description: URL Paywall Scrubber
|
||||
|
||||
- Nginx Proxy:
|
||||
icon: nginx
|
||||
href: https://nginx.douglasdigitalhome.net
|
||||
description: Reverse proxy
|
||||
|
||||
- OpenSpeedTest:
|
||||
icon: mdi-speedometer
|
||||
href: https://openspeedtest.douglasdigitalhome.net
|
||||
description: Local Network Speed Test
|
||||
Reference in New Issue
Block a user