Commit History

fix: chown /app to su2a for auto-update write access
4257495
verified

cjovs commited on

fix: write update temp file to /tmp instead of /app
7d3a39d
verified

cjovs commited on

feat: auto-update to latest GitHub release on restart
78d07fd
verified

cjovs commited on

fix: use partial unique index syntax for admin ON CONFLICT
fa19754
verified

cjovs commited on

fix: create admin user from secrets on fresh DB
b25c094
verified

cjovs commited on

fix: bypass FUSE config corruption with env vars + enable registration on start
f3a3464
verified

cjovs commited on

revert: restore original entrypoint from 5565702
feb6f75
verified

cjovs commited on

fix: embed config in entrypoint, use DATA_DIR=/tmp to bypass FUSE entirely
95d5a78
verified

cjovs commited on

fix: set PATH for hf in root context, unconditional config download
86371d6
verified

cjovs commited on

fix: download config via HF API instead of FUSE cp to avoid corruption
47cd325
verified

cjovs commited on

fix: use DATA_DIR=/tmp to bypass FUSE config read corruption
77dfd7f
verified

cjovs commited on

fix: copy config off FUSE in root context to avoid permission denied
53959b5
verified

cjovs commited on

fix: copy config off FUSE mount to prevent read corruption
881f288
verified

cjovs commited on

revert: back to single-file backup (debug RUNTIME_ERROR)
a37625e
verified

cjovs commited on

feat: split DB backup into <2MB chunks to avoid FUSE write truncation
2b8dbb8
verified

cjovs commited on

fix: use Python bcrypt at runtime
b990d0b
verified

cjovs commited on

fix: use quoted heredoc + psql -v to prevent shell expansion of bcrypt hash
74408f8

cjovs commited on

fix: use DO block for admin upsert, fix settings table column names
ef4cb5c

cjovs commited on

feat: auto-create admin user and enable registration on first start via psql
fce4b85

cjovs commited on

revert: restore original entrypoint
2c4ddf1

cjovs commited on

fix: run admin creation after server starts (tables must exist first)
57ed68f

cjovs commited on

feat: auto-create admin user from ADMIN_EMAIL/ADMIN_PASSWORD secrets on startup
27b2af6

cjovs commited on

fix: resolve RUNTIME_ERROR caused by FUSE bucket mount conflicts
5565702

cjovs commited on

PG local + bucket backup/restore, DB: su2adb
126ef31
verified

cjovs commited on

initial commit
400e30e
verified

cjovs commited on