The most popular publication platform on the Web.
Caution
Experimental / Beta Status
This App is still in development and/or primarily developed for personal use. It is not extensively testet yet, but is expected to work fundamentally.
The app exposes two ports for accessing your WordPress site:
- HTTP: Port
8099=>http://homeassistant.local:8099 - HTTPS: Port
8449=>https://homeassistant.local:8449
Important:
- If you enable SSL (
ssl: true), requests to the HTTP port will strictly redirect to the HTTPS port. - Make sure your
wordpress_urlconfiguration matches the protocol you intend to use (e.g., start withhttps://if using SSL).
On the very first startup, the app will install WordPress and automatically generate a secure Admin Password.
- Start the app.
- Check the Log tab of the app immediately.
- Look for a message box containing "Wordpress Admin Password".
- Copy and save this password! It will only be shown once.
The default Username is admin (unless changed in configuration).
- A
wp-config.phpfile is automatically generated and maintained by the app. - The database connection is handled automatically.
Configure the app via the Configuration tab in the Home Assistant App page.
certfile: fullchain.pem
keyfile: privkey.pem
log_level: info
ssl: false
wordpress_admin_email: admin@example.com
wordpress_admin_user: admin
wordpress_title: My Blog
wordpress_url: http://wordpress.localThis project is open-source and available under the MIT License. Maintained by FaserF.
