Home Catalogus Glance Dashboard
Dashboards & Portalen

Glance Dashboard

Extremely fast, self-contained dashboard written in Go for server feeds, weather, bookmarks, and services.

ARM64 & AMD64
Docker & Rootless Podman
100% Self-Hosted (Geen Lock-in)
RAM Profiel: Gemiddeld
Standaard Poort: Port 8102

Waarom deze configuratie?

Snelle Start (Standalone Docker Compose)

Onderstaand compose-fragment is direct te gebruiken in elke Docker- of Podman-omgeving:

services:
  glance:
    image: "glanceapp/glance:latest"
    container_name: njorddeploy-glance
    restart: unless-stopped
    ports:
      - "8102:8080"
    volumes:
      - "data_root/glance:/app/config"
      - /etc/timezone:/etc/timezone:ro
      - /etc/localtime:/etc/localtime:ro
    networks:
      - njorddeploy_net

networks:
  njorddeploy_net:

Start de service direct via de commandline: docker compose up -d

Configuratie & Omgevingsvariabelen

Belangrijkste configuratieparameters en standaardwaarden uit de NjordDeploy component-sjabloon:

Variable Default Value Description
GLANCE_WEB_PORT 8102 Glance Dashboard web interface port.

Ecosysteem & Bedrijfsintegratie

Eenvoudig beheren via NjordDeploy

Installeer, bewaak en update deze service met 1 klik op uw eigen Raspberry Pi of Proxmox server via de NjordDeploy Configurator.