docker-php-startpage
Docker image that serves a PHP/Twig personal startpage
docker-php-startpage is a Docker image that serves a PHP/Twig-based personal startpage (new-tab dashboard) using Apache. It provides a sample configuration and is designed to be customized by mounting user files into the container.
Key Features
- Docker image built from the official PHP base with Apache to serve a startpage
- Templates rendered with Twig and shipped with sample layouts and themes (light/dark)
- Uses a sample config.json and supports mounting a host volume at /var/www/html/user_includes for custom configs and template overrides
- Multi-architecture image builds (linux/amd64, linux/arm64, linux/arm/v7)
- Simple docker-compose examples included for quick deployment and debugging
- Performs server-side URL status checks, suitable for showing link/status tiles on the startpage
Use Cases
- Host a lightweight personal startpage or new-tab dashboard with quick links and status tiles
- Provide a central links/dashboard page for a small self-hosted homelab or private network
- Rapidly prototype or customize startpage templates using Twig and mounted configuration files
Limitations and Considerations
- No built-in authentication or user management; intended for private/home use behind a proxy or LAN
- Configuration is file-based (mounted files); there is no web-based config editor
- Server-side URL checks require the container to have network access to target URLs
docker-php-startpage is a minimal, template-driven startpage image aimed at users who want a simple, customizable dashboard they can run via Docker or docker-compose.
Categories:
Tags:
Tech Stack:
Similar Services

Glance
Self-hosted, configurable dashboard for feeds and status widgets
Glance is a lightweight self-hosted dashboard that aggregates RSS and other widgets (Reddit, YouTube, weather, markets, server stats) into customizable pages.

Dashy
Self-hosted personal dashboard for links, widgets, and status checks
Dashy is a self-hosted personal dashboard for organizing services in one place, with widgets, themes, live status checks, search, and optional authentication.

Homer
Static YAML-configured homepage dashboard for self-hosted services
Homer is a lightweight static homepage dashboard configured via YAML to organize and quickly access self-hosted services, with search, theming, and PWA support.


Heimdall
Application dashboard and web app launcher
Heimdall is a self-hosted application dashboard and startpage to organize and launch your web apps, services, and bookmarks, with optional live stats via enhanced app int...

Dawarich
Self-hosted location history tracker and map timeline
Dawarich is a privacy-focused, self-hostable location history tracker and Google Timeline alternative with interactive maps, trips, stats, and data import/export.

Wallos
Open-source self-hosted personal subscription and expense tracker
Wallos is a self-hostable web app for tracking recurring subscriptions, multi-currency expenses, notifications and simple analytics for household finances.
Twig
Docker
PHP