tududi/scripts
Antonis c7220c3060
Fix #291 (#444)
* Fix password validation on container restart

Only validate password for new users, not when updating existing users.
This prevents container crashes when TUDUDI_USER_PASSWORD is set but
doesn't meet current validation requirements for existing users.

* Fix entrypoint crash when app user doesn't exist

Check if app user exists before getting UID/GID to prevent
'id: unknown user app' error on restart. Fall back to build-time
defaults (APP_UID/APP_GID) if user is missing.

---------

Co-authored-by: antanst <>
2025-10-23 21:41:21 +03:00
..
create-version.sh Add script to bump version 2025-09-30 11:52:12 +03:00
docker-entrypoint.sh Fix #291 (#444) 2025-10-23 21:41:21 +03:00
start-all-dev.sh Fix npm run start to run everything. 2025-08-09 16:59:17 +03:00
sync-translations-README.md Facilitate custom UID/GID at runtime in Docker. (#161) 2025-07-15 21:25:06 +03:00
sync-translations.js Add multilanguage support 2025-07-15 10:44:01 +03:00
test-docker-build.sh Setup intelligence (#84) 2025-06-27 14:02:18 +03:00
update-timezones.js Scaffold timezone package 2025-10-20 13:32:03 +03:00