This is a custom fork of the original gethomepage/homepage project, with additional functionality extending beyond the scope of the original project.
Docker Image: 🐳
ghcr.io/stancuflorin/homepage-plus:dev
Docker Container Actions - it allows users to start / restart / stop Docker containers directly from the homepage interface.
The original homepage
project is intentionally read-only by design. The maintainers aim to avoid adding features that alter system state or introduce complex edge cases (like full Kubernetes support).
This fork breaks that limitation to provide more control and usability for users who want lightweight container management directly from their dashboard.
Run the fork using Docker:
docker run -d \
-p 3000:3000 \
-v /var/run/docker.sock:/var/run/docker.sock \
ghcr.io/stancuflorin/homepage-plus:dev
Note: Mounting the Docker socket is required for container control features.
All base functionality and configuration are inherited from the upstream project. For general usage, refer to the original Homepage documentation.
Only the container management feature is added on top.
Thanks to the maintainers of the original Homepage project for building an awesome and extensible dashboard.