Homepage

A homepage for your server.

Once the container is running, you need to also configure services, widgets and styles in separate YAML files. Refer to the official documentation for more information.

Example docker-compose file:

services:
  homepage:
    image: ghcr.io/gethomepage/homepage:latest
    container_name: homepage
    restart: unless-stopped
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock:ro
      - ./config:/app/config
    environment:
      HOMEPAGE_ALLOWED_HOSTS: example.com