TiloBox
Back to directory
Flame Dashboard project preview

Flame Dashboard

Self-hosted startpage for your server with Docker integration and fast search.

LicenseMIT
GitHub stars5.5k
Last commit1 weeks ago
Tags6 topics
ReactDocker IntegrationNodejsHomelab DashboardSelf HostedStartpage
Overview

Why consider Flame Dashboard?

Flame is a self-hosted dashboard startpage for your server. It features automatic Docker container discovery, weather widgets, pin-protected links, and DuckDuckGo/Google search integration.

Guided learning

Learn Flame Dashboard by building

Practical setup notes, real use cases, and copy-ready examples in one focused guide.

1 min read 2 sections
In this guide2 sections

Overview of Flame

Flame auto-discovers running Docker containers using labels (flame.type=app, flame.name=Vaultwarden), creating interactive launcher buttons on the fly.

Running with Docker

bash
1docker run -d \
2 --name flame \
3 -p 5005:5005 \
4 -v /var/run/docker.sock:/var/run/docker.sock \
5 -v $(pwd)/flame_data:/app/data \
6 pawelmalak/flame:latest

Flame is licensed under the permissive MIT License.

Related tools

More options with a similar category or technology profile.

Flame Dashboard FAQs

Flame Dashboard is listed as a Productivity tool on TiloBox. Review the overview, features, and official documentation on this page to decide whether it solves your specific workflow.

Start with the project's GitHub repository for supported installation and deployment instructions. Test the setup with representative data or a small project before rolling it out more widely.

Flame Dashboard is listed under the MIT license. Read the complete license text and the project's notices before using, modifying, or distributing the software.

Production readiness depends on your requirements. Review maintenance activity, security practices, documentation, backup and upgrade procedures, and compatibility with your stack; then validate it in a non-production environment.

Flame Dashboard is listed as an alternative to Heimdall. Compare the core workflow, deployment model, integrations, and licensing against your must-have requirements before switching.