Homepage - A dashboard manager

January 18, 2025

docker · management

Homepage provides a central dashboard to access and monitor all services. It helps organize links, services, and system information.

code
version: "3.8"

services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
restart: unless-stopped
ports:
- "3000:3000"
volumes:
- /mnt/nas/homepage/config:/app/config
networks:
- caddy_net

networks:
caddy_net:
external: true

Explanation
  • config: stores layout and widgets
  • port: UI access
  • network: accessible via Caddy

Notes

  • Improves usability of large self-hosted stack
  • Easy to extend with widgets