Open Source Webserver without PHP and minimal extra modules.
A lightweight, security-focused version of the Apache HTTP Server. This addon provides a bare-bones web server optimized for static content and performance. It excludes PHP and extra modules to minimize the footprint and attack surface, making it perfect for simple HTML sites, documentation, or serving assets.
| Feature | Apache2 (Full) | Apache2 Minimal | Apache2 Minimal + MariaDB |
|---|---|---|---|
| PHP Support | ✅ Yes (Full) | ❌ No | ✅ Yes (Basic) |
| MariaDB Client | ✅ Yes | ❌ No | ✅ Yes |
| Footprint | 🖥️ Large | ⚡ Smallest | ⚖️ Medium |
| Best For | WordPress, Full CMS | Static Sites | Simple PHP Apps |
This addon supports the Webserver App integration for Home Assistant. The integration is automatically installed/updated when the addon starts.
For more information and configuration details, please refer to the Integration README.
Configure the app via the Configuration tab in the Home Assistant App page.
certfile: fullchain.pem
default_conf: default
default_ssl_conf: default
document_root: /share/htdocs
init_commands: []
keyfile: privkey.pem
log_level: info
ssl: true
website_name: web.localThis project is open-source and available under the MIT License. Maintained by FaserF.
