Flame Dashboard
Self-hosted startpage for your server with Docker integration and fast search.
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.
Learn Flame Dashboard by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
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
docker run -d \ --name flame \ -p 5005:5005 \ -v /var/run/docker.sock:/var/run/docker.sock \ -v $(pwd)/flame_data:/app/data \ pawelmalak/flame:latestFlame is licensed under the permissive MIT License.
Related tools
More options with a similar category or technology profile.
McFly
Fly through your shell history with an intelligent neural network search engine.
cheat
Interactive command-line cheatsheets for system administrators and software engineers.
Pipenv
Python development workflow for humans uniting Pipfile, pip, and virtualenv.
Rye
Comprehensive Python package and workspace management tool written in Rust.