This repository hosts the Etherpad Home Assistant add-on.
- Open Settings → Add-ons → Add-on Store.
- Click the three-dot menu (top right) → Repositories.
- Add:
https://github.com/ether/home-assistant-addon-etherpad - Install Etherpad from the store and start it.
Or click the one-click button below:
- Etherpad — realtime collaborative document editor.
- Pinned to upstream
etherpad/etherpadDocker image; a daily cron auto-bumps when a new Etherpad version ships. - Persistent SQLite store at
/data/etherpad.db; MySQL/Postgres optional. - Optional direct HTTPS on port 9001 using HA's
/ssl/certificate layout (fullchain.pem+privkey.pem— the same files thecore_letsencryptadd-on writes). - HA ingress for in-frontend access (uses your HA TLS cert).
- Docker
HEALTHCHECK+ supervisor watchdog for auto-restart. - AppArmor profile bundled.
- Multi-arch images (amd64 + aarch64), Cosign-signed.
Issue and pull-request templates live under .github/. By
participating you agree to the Code of Conduct.
Bugs in the Etherpad editor itself should go to https://github.com/ether/etherpad/issues; this repo is for the HA add-on packaging only.
Upstream Etherpad lives at https://github.com/ether/etherpad. This
repository wraps the official etherpad/etherpad Docker image with
the Home Assistant supervisor scaffolding (s6-overlay v3, bashio,
ingress, options schema, AppArmor).