Commit graph

15 commits

Author SHA1 Message Date
doomtube
48f62c8c02 fixes lol
All checks were successful
Build and Push / build-all (push) Successful in 3m21s
2026-01-10 00:33:42 -05:00
doomtube
2cf84704da fixes lol
All checks were successful
Build and Push / build-all (push) Successful in 19s
2026-01-09 00:56:16 -05:00
doomtube
ab1dd08225 fixes lol
All checks were successful
Build and Push / build-all (push) Successful in 4m48s
2026-01-09 00:49:07 -05:00
doomtube
9ff89fa18b Fix: Add env REDIS_DB directive to nginx.conf
All checks were successful
Build and Push / build-all (push) Successful in 19s
Allow Lua workers to access REDIS_DB environment variable.
Without this directive, os.getenv("REDIS_DB") returns nil.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 21:55:26 -05:00
doomtube
db7faa5a75 Fix: Redis AUTH must come before SELECT
All checks were successful
Build and Push / build-all (push) Successful in 21s
The SELECT command was failing because Redis requires authentication first.
Reordered commands: connect -> auth -> select.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 21:37:29 -05:00
doomtube
03e213df98 fixes lol
All checks were successful
Build and Push / build-all (push) Successful in 23s
2026-01-08 21:24:01 -05:00
doomtube
c2bcc86527 fixes lol
All checks were successful
Build and Push / build-all (push) Successful in 8m33s
2026-01-08 19:42:22 -05:00
doomtube
c358db55aa fixes lol
All checks were successful
Build and Push / build-all (push) Successful in 2m7s
2026-01-07 03:29:05 -05:00
doomtube
7f56f19e94 Fix: Force pull images in deploy workflow
All checks were successful
Build and Push / build-all (push) Successful in 8m52s
2026-01-06 23:20:31 -05:00
doomtube
fc0385c8d5 fixes
All checks were successful
Build and Push / build-all (push) Successful in 22s
2026-01-06 21:32:34 -05:00
doomtube
42855330c0 Add automatic SSL certificate generation
All checks were successful
Build and Push / build-all (push) Successful in 8m13s
2026-01-06 15:22:41 -05:00
doomtube
e32e5aceaf Fix: Nakama chess modules, chat WebSocket protocol, and streaming SSL
Some checks failed
Build and Push / build-all (push) Failing after 1m50s
- Add Nakama Dockerfile to build custom image with chess modules
- Update docker-compose.prod.yml to use custom Nakama image with --runtime.js_entrypoint
- Fix chat WebSocket to use wss:// on HTTPS pages (was hardcoded ws://)
- Add SSL configuration to nginx port 8088 for HLS/LLHLS streaming
- Add Nakama build step to CI workflow

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-06 05:13:49 -05:00
doomtube
38ecb718e7 Add automatic SSL certificate generation
All checks were successful
Build and Push / build-all (push) Successful in 15s
2026-01-06 03:46:28 -05:00
doomtube
c717c3751c Initial commit - realms platform 2026-01-05 22:54:27 -05:00
doomtube
875a53f499 Replace master branch with local files 2025-08-03 21:53:15 -04:00