Organize your digital life with a personal, self-hosted dashboard that brings all your favorite content into a single, streamlined view. This tool is designed to be fast, lightweight, and highly customizable, running efficiently with low memory usage. It's delivered as a small, single binary or Docker container, ensuring a minimal footprint on your server.
Key features include:
services:
glance:
image: glanceapp/glance:latest
container_name: glance
ports:
- 8080:8080
volumes:
- ./glance.yml:/app/glance.yml
# - /var/run/docker.sock:/var/run/docker.sock # Uncomment if you plan to use the Docker widget
restart: unless-stopped
# Glance core does not require sensitive environment variables.
# Widget API keys and other secrets should be configured directly in your glance.yml file.
Auto-fetched 15 minutes ago
Auto-fetched 15 minutes ago