Skip to content

Latest commit

 

History

History

README.md

Apache2 Minimal

Logo

Open your Home Assistant instance and show the app dashboard. Home Assistant App Docker Image Project Maintenance

Open Source Webserver without PHP and minimal extra modules.


📖 About

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.

Apache2 Variant Comparison

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

🏠 Home Assistant Integration

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.


⚙️ Configuration

Configure the app via the Configuration tab in the Home Assistant App page.

Options

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.local

👨‍💻 Credits & License

This project is open-source and available under the MIT License. Maintained by FaserF.