No description
  • Shell 49.4%
  • JavaScript 24.3%
  • HTML 18.1%
  • Dockerfile 8.2%
Find a file
trainraider 7243c5d500 feat: Bun runtime, container support, auth server, install scripts
- Containerfile: Ubuntu 24.04 + Bun runtime
- auth-server.js: Unix socket auth server (verify_session, verify_credentials, create_user)
- scripts/install.sh: idempotent installer (systemd/OpenRC detection, privilege separation)
- scripts/run.sh: container entrypoint (starts auth + backend as separate users)
- scripts/container-setup.sh: build/run/stop helper
- server.js: reads session secret from auth server's private file
- package.json: fixed to valid JSON (double quotes)
- Privilege separation: backend (chatapp) and auth (chatapp-auth) users
2026-04-27 01:18:54 -04:00
public feat: add login/register pages with bcrypt auth and sessions 2026-04-26 20:49:29 -04:00
scripts feat: Bun runtime, container support, auth server, install scripts 2026-04-27 01:18:54 -04:00
.gitignore feat: project skeleton with Express server on port 4000 2026-04-26 15:27:53 -04:00
auth-server.js feat: Bun runtime, container support, auth server, install scripts 2026-04-27 01:18:54 -04:00
bun.lock feat: add login/register pages with bcrypt auth and sessions 2026-04-26 20:49:29 -04:00
Containerfile feat: Bun runtime, container support, auth server, install scripts 2026-04-27 01:18:54 -04:00
package.json feat: Bun runtime, container support, auth server, install scripts 2026-04-27 01:18:54 -04:00
server.js feat: Bun runtime, container support, auth server, install scripts 2026-04-27 01:18:54 -04:00