Run locally
Tested and verified to launch successfully.
Terminal
$ npx launchfile up homepage-dashboard Requires Docker Desktop. No source code needed — pulls pre-built images and starts homepage-dashboard with all dependencies.
Image:
ghcr.io/gethomepage/homepage:latest Launchfile
View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: homepage-dashboard
description: "Customizable application dashboard with service integrations"
repository: https://github.com/gethomepage/homepage
logo: https://raw.githubusercontent.com/gethomepage/homepage/main/public/homepage.svg
image: ghcr.io/gethomepage/homepage:latest
provides:
- protocol: http
port: 3000
exposed: true
storage:
data:
path: /app/config
persistent: true
health: /
restart: always Test Results
Last Tested
2026-04-08
Health Check
Passing
Startup Time
6s
Total Disk
257 MB
Learn More
Spec references for features used in this Launchfile.