Files
hassio-addons/webtrees/rootfs/etc
Alexandre 5abcb923c4 fix(webtrees): chown persistent dirs to the uid the app actually runs as (#2941)
/docker-entrypoint.py renumbers www-data to PUID:PGID after cont-init has
run, then re-chowns only its DATA_DIR. Chowning /config by name beforehand
left /config/modules_v4 owned by the image's original www-data uid (33),
so the running Apache/PHP process (uid 1000) could not create directories
in it -- breaking custom module installation from the webtrees UI.

Fixes #2940

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
2026-08-05 08:35:20 +02:00
..
2025-07-23 08:58:09 +00:00