Run locally
Tested and verified to launch successfully.
Terminal
$ npx launchfile up glance Requires Docker Desktop. No source code needed — pulls pre-built images and starts glance with all dependencies.
Image:
glanceapp/glance:latest Launchfile
View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: glance
description: "Self-hosted dashboard with RSS, weather, bookmarks, and more"
repository: https://github.com/glanceapp/glance
logo: https://raw.githubusercontent.com/glanceapp/glance/main/docs/images/icon.svg
image: glanceapp/glance:latest
provides:
- protocol: http
port: 8080
exposed: true
storage:
config:
path: /app/data
persistent: true
restart: always Test Results
Last Tested
2026-04-08
Health Check
Passing
Startup Time
1s
Total Disk
21 MB
Learn More
Spec references for features used in this Launchfile.