Glance

Create a personal, self-hosted dashboard to view all your feeds in one place. Aggregate RSS, Reddit, YouTube, and more with highly customizable widgets.

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:

  • Diverse Widgets: Aggregate content from various sources, including RSS feeds, Subreddits, Hacker News, YouTube channels, Twitch streams, weather forecasts, and market prices. You can also monitor server stats and Docker containers.
  • Extensive Customization: Tailor the dashboard to your exact needs. Configure different layouts, create multiple pages or tabs, and tweak numerous options for each widget. You can even apply custom CSS and create your own themes.
  • Mobile Optimized: Access your dashboard on the go with an interface that is fully optimized for mobile devices.
  • Simple Configuration: Set up and manage your dashboard easily using straightforward YAML configuration files.
  • Custom Content: Create your own widgets by embedding iframes, adding custom HTML, or fetching data from custom APIs.

Directory Structure

glance
.env
docker-compose.yml
glance.yml

docker-compose.yml

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

.env

# Glance core does not require sensitive environment variables.
# Widget API keys and other secrets should be configured directly in your glance.yml file.

Share:

Ad
Favicon

 

  
 

Similar to Glance

Favicon

 

  
  
Favicon

 

  
  
Favicon