You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/scripts
boojack 3a55edd917 fix(scripts): prevent entrypoint restart loop when MEMOS_UID=0
The root-drop guard only checked `id -u = 0`, so when the target user was
also root (MEMOS_UID=0, common under rootless Docker with userns-remap)
su-exec re-execed back into root, re-entered the block, and looped forever
without ever reaching the memos binary — the container hung with no logs.

Add a MEMOS_ENTRYPOINT_SWITCHED marker (preserved across the su-exec
re-exec) so the privilege drop runs at most once, and log the resolved
UID:GID on startup so this path is never silent again.

Closes #6061
1 week ago
..
Dockerfile chore: update backend and frontend dependencies (#5900) 2 months ago
build.sh fix: update demo mode handling 6 months ago
compose.yaml fix: use stable memos image tag (#5482) 6 months ago
entrypoint.sh fix(scripts): prevent entrypoint restart loop when MEMOS_UID=0 1 week ago
entrypoint_test.sh fix(scripts): add file existence check in file_env (#5424) 6 months ago
install.sh fix: improve installer compatibility and docs 4 months ago