Commit graph

76 commits

Author SHA1 Message Date
doomtube
7bcbc6b73b fixes lol
All checks were successful
Build and Push / build-all (push) Successful in 9m6s
2026-01-08 22:57:43 -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
83ab76c7d3 fixes lol
All checks were successful
Build and Push / build-all (push) Successful in 1m54s
2026-01-08 20:44:56 -05:00
doomtube
3e20780b60 fixes lol
All checks were successful
Build and Push / build-all (push) Successful in 1m43s
2026-01-08 20:26:20 -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
24d9a945b3 Fix Chess960 FEN parsing for chess.js compatibility
All checks were successful
Build and Push / build-all (push) Successful in 2m11s
- Add convertChess960Fen() function to convert Chess960 file-based
  castling notation (e.g., "HAha") to standard notation ("KQkq")
- chess.js doesn't support Chess960 FEN natively, so we convert before
  loading
- Apply conversion in all places where FEN is loaded: waiting state,
  playing state, and opponent move handler

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 17:07:53 -05:00
doomtube
e52f3b7cc7 Fix: Enable Chess960 mode in chess.js for FEN parsing
All checks were successful
Build and Push / build-all (push) Successful in 1m53s
2026-01-08 16:47:19 -05:00
doomtube
87e6d3ede9 fixes lol
All checks were successful
Build and Push / build-all (push) Successful in 2m8s
2026-01-08 13:55:33 -05:00
doomtube
f53d8f040b Fix: Load Chess960 FEN in waiting state to show correct piece placement
All checks were successful
Build and Push / build-all (push) Successful in 1m32s
2026-01-08 03:15:03 -05:00
doomtube
1ad3179cc3 Fix Chess960: seed RNG and use proper castling notation
All checks were successful
Build and Push / build-all (push) Successful in 1m1s
2026-01-08 02:43:12 -05:00
doomtube
ada6b44236 fixes lol
All checks were successful
Build and Push / build-all (push) Successful in 1m40s
2026-01-08 02:14:02 -05:00
doomtube
caff69eebb fixes lol
All checks were successful
Build and Push / build-all (push) Successful in 18s
2026-01-08 02:08:39 -05:00
doomtube
41ea02a943 fixes lol
All checks were successful
Build and Push / build-all (push) Successful in 16s
2026-01-08 01:57:40 -05:00
doomtube
76765e9755 fixes lol
All checks were successful
Build and Push / build-all (push) Successful in 21s
2026-01-08 01:52:14 -05:00
doomtube
c13210e5ed fixes lol
Some checks failed
Build and Push / build-all (push) Failing after 58s
2026-01-08 01:45:13 -05:00
doomtube
7916294943 fixes lol
Some checks failed
Build and Push / build-all (push) Failing after 54s
2026-01-08 01:43:00 -05:00
doomtube
07ef81c4c8 fixes lol
Some checks failed
Build and Push / build-all (push) Failing after 55s
2026-01-08 01:31:04 -05:00
doomtube
9984ab49fb fixes lol
Some checks failed
Build and Push / build-all (push) Failing after 55s
2026-01-08 01:28:58 -05:00
doomtube
32a19f24ea fixes lol
Some checks failed
Build and Push / build-all (push) Failing after 54s
2026-01-08 01:23:04 -05:00
doomtube
e704a1e1c4 fixes lol
Some checks failed
Build and Push / build-all (push) Failing after 58s
2026-01-08 01:13:57 -05:00
doomtube
ab51b4b504 fixes lol
Some checks failed
Build and Push / build-all (push) Failing after 56s
2026-01-08 00:58:21 -05:00
doomtube
bdc4ade8cf fixes lol
Some checks failed
Build and Push / build-all (push) Failing after 52s
2026-01-08 00:52:34 -05:00
doomtube
cc39b528e6 fixes lol
All checks were successful
Build and Push / build-all (push) Successful in 27s
2026-01-08 00:08:46 -05:00
doomtube
57369cf225 fixes lol
All checks were successful
Build and Push / build-all (push) Successful in 37s
2026-01-07 22:20:16 -05:00
doomtube
b9d2bf4487 fixes lol
Some checks failed
Build and Push / build-all (push) Failing after 40s
2026-01-07 21:59:50 -05:00
doomtube
a56ca40204 fixes lol
All checks were successful
Build and Push / build-all (push) Successful in 9m32s
2026-01-07 16:27:43 -05:00
doomtube
c2bfa06faa fixes lol 2026-01-07 03:38:34 -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
1a3930dd87 fixes lol
All checks were successful
Build and Push / build-all (push) Successful in 3m38s
2026-01-07 03:06:39 -05:00
doomtube
3676dc46ed fixes lol
All checks were successful
Build and Push / build-all (push) Successful in 9m12s
2026-01-07 02:14:34 -05:00
doomtube
99151c6692 Fix: Force pull images in deploy workflow
All checks were successful
Build and Push / build-all (push) Successful in 2m6s
2026-01-07 00:39:37 -05:00
doomtube
0bb461498e Fix: Force pull images in deploy workflow
All checks were successful
Build and Push / build-all (push) Successful in 7m30s
2026-01-06 23:56:06 -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
5430e434c3 Fix: Force pull images in deploy workflow
All checks were successful
Build and Push / build-all (push) Successful in 25s
2026-01-06 23:00:03 -05:00
doomtube
48d5aec90c Fix: Force pull images in deploy workflow
All checks were successful
Build and Push / build-all (push) Successful in 18s
2026-01-06 22:18:22 -05:00
doomtube
52fa815b3e Fix: Use platform=neutral for Nakama Goja runtime
All checks were successful
Build and Push / build-all (push) Successful in 28s
2026-01-06 22:09:23 -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
c20a5e7486 Add automatic SSL certificate generation
All checks were successful
Build and Push / build-all (push) Successful in 1m36s
2026-01-06 17:33:07 -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
e13fffdaac Fix: Add port 8088 to DigitalOcean cloud firewall for HLS/LLHLS
All checks were successful
Build and Push / build-all (push) Successful in 22s
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-06 05:24:55 -05:00
doomtube
264d64b72a Fix: Add port 8088 to firewall for HLS/LLHLS streaming
All checks were successful
Build and Push / build-all (push) Successful in 17s
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-06 05:22:16 -05:00
doomtube
48e8347d78 Fix: Install git for GitHub dependencies in Nakama Dockerfile
All checks were successful
Build and Push / build-all (push) Successful in 38s
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-06 05:19:07 -05:00
doomtube
22e610ea55 Fix: Use npm install instead of npm ci in Nakama Dockerfile
Some checks failed
Build and Push / build-all (push) Failing after 19s
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-06 05:17:01 -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
3155eacdac Add automatic SSL certificate generation
All checks were successful
Build and Push / build-all (push) Successful in 7m17s
2026-01-06 04:53:46 -05:00
doomtube
01bd631af8 Fix: Ubercoin balance display and refresh issues
- Profile page: Add cache: 'no-store' to always fetch fresh balance data
- Profile page: Update balance immediately after tip using transaction result
  to avoid race conditions where DB hasn't committed yet
- Profile page: Reload profile after 500ms delay for data consistency
- UbercoinTipModal: Clarify "Your balance" to avoid confusion with recipient's

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-06 04:52:41 -05:00
doomtube
0fc49d0032 Fix: Let's Encrypt status detection and auto-generate .env
- AdminController: Detect existing SSL certificates from /etc/letsencrypt
  and update database status automatically (fixes status showing "none"
  when cert was obtained via cloud-init)
- docker-compose.prod.yml: Mount /etc/letsencrypt to backend container
- cloud-init: Auto-generate .env with secure random secrets on first boot
  (DB_PASSWORD, JWT_SECRET, REDIS_PASSWORD, OME_API_TOKEN, NAKAMA keys)

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-06 04:49:00 -05:00
doomtube
118629549e Fix: Use dynamic URLs for all frontend connections
- CSP: Allow WebSocket/HTTP connections to any domain (for production)
- Nakama: Detect host/SSL from browser location instead of hardcoded localhost
- WebSocket: Dynamic protocol/host detection for stream and watch sync
- HLS/LLHLS/WebRTC: Dynamic URLs in live page and stream components
- RTMP/SRT: Show actual domain in my-realms settings page
- Forums: Use numeric forum ID for banner/title-color API calls

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-06 04:45:39 -05:00