2026-02-14 09:48:27 -03:00
2026-02-13 23:48:17 -03:00
2026-02-14 09:48:27 -03:00
2026-02-13 23:48:17 -03:00

Homepage

A modern, secure, highly customizable application dashboard.

📋 Configuration Notes

Environment Variables

The following environment variables are used in the configuration:

PUID
PGID
TZ
HOMEPAGE_ALLOWED_HOSTS

Setup Details

  • Domain: configured in docker-compose.yaml (uses ${DOMAIN} variable)
  • Port: 3000 (container internal)
  • Volumes:
    • /srv/homelab/volumes/homepage/config
    • /var/run/docker.sock (read-only, for Docker integration)
  • Networks: proxy (external)

Important URLs

  • Dashboard: https://homepage.${DOMAIN}

Customizations

  • Reverse Proxy: Traefik with Cloudflare DNS challenge for SSL.
  • Docker Integration: Access to Docker socket for container monitoring.
  • Allowed Hosts: Restricted to ${DOMAIN} via environment variable.

🚀 Deployment

Deployed via Docker Compose / Portainer.

🔧 Service Details

  • Container: homepage
  • Image: ghcr.io/gethomepage/homepage:latest
  • Health Check: Native application health monitoring (wget)
  • Logging: JSON format, 10MB rotation
Description
No description provided
Readme 42 KiB
Languages
Dockerfile 100%