Open Source Webserver without PHP and minimal extra modules.
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
ssl: true
website_name: null/share: Used to store your website files. The default location is/share/htdocs. This allows you to easily edit your website files from outside the app container./ssl: Used for SSL certificates (certfileandkeyfile). Required ifssl: trueis enabled./data: Used internally by the app for persistent storage.
For issues and feature requests, please use the GitHub repository issues.