Skip to content

v1.0.0

Choose a tag to compare

@nielsrowinbik nielsrowinbik released this 24 Aug 08:19
· 4 commits to main since this release

1.0.0 (2026-08-24)

Features

  • run the container as an unprivileged user (#45) (a3a46ec)

BREAKING CHANGES

  • the container now listens on 8080 instead of 80. Published ports must be remapped, e.g. -p 8090:8080. Existing volumes were created root-owned and are unwritable to the unprivileged container; it refuses to start and prints the one-off chown to run.
  • the add-on's optional direct port is now 8080/tcp, not 80/tcp. The Supervisor stores the mapping against the old number, so
    anyone running an e-ink panel on it must re-open the new port once after updating.