v0.33.1
Security
- Docker container now runs as non-root user (
app, UID/GID 1000 by default) instead of root — compatible with rootless Docker and Podman. SetPUID/PGIDenvironment variables to customize (e.g.PUID=99 PGID=100for Unraid'snobody:users)
Fixed
app_adminrole missing grants on queue tables — causedpermission denied for table queueserrors for background jobs and seed scripts- Added
ALTER DEFAULT PRIVILEGESforapp_adminso future migrations automatically inherit grants (previously onlyapp_userhad default privileges)
Upgrade Notes
- Uploads volume ownership: The container now runs as a non-root user (UID 1000 by default). If file uploads fail after upgrading, fix ownership on the host:
chown -R 1000:1000 ./uploads. Alternatively, setPUIDandPGIDto match your host user (e.g.PUID=99 PGID=100for Unraid)
Downloads
Android App
Download the APK from the assets below and install on your Android device.
Docker Image
docker pull morelitea/initiative:0.33.1Or use latest tag. View on Docker Hub.