Commit graph

94 commits

Author SHA1 Message Date
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
doomtube
e26fd346f3 Add automatic SSL certificate generation
All checks were successful
Build and Push / build-all (push) Successful in 13s
2026-01-06 04:09:59 -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
1220c5101d Add config.json to deploy and cleanup stale dirs
All checks were successful
Build and Push / build-all (push) Successful in 13s
2026-01-06 03:03:12 -05:00
doomtube
56a2146b71 Copy config files (Server.xml, init.sql) during deploy
All checks were successful
Build and Push / build-all (push) Successful in 12s
2026-01-06 02:57:28 -05:00
doomtube
e5734920d7 Allow manual workflow trigger to push images
All checks were successful
Build and Push / build-all (push) Successful in 2m40s
2026-01-06 02:51:49 -05:00
doomtube
07a737c799 Fix registry paths to use repo name (doomtube/beeta)
Some checks failed
Build and Push / build-all (push) Failing after 7s
2026-01-06 02:27:57 -05:00
doomtube
a1c7d49e00 Use single-threaded build to prevent OOM
Some checks failed
Build and Push / build-all (push) Failing after 6m47s
2026-01-06 02:19:03 -05:00
doomtube
3b78fb4ebd Reduce build parallelism to prevent OOM in CI
Some checks failed
Build and Push / build-all (push) Failing after 7m28s
2026-01-06 02:02:13 -05:00
doomtube
1341b3dd0a Use config.json.example for Docker build
Some checks failed
Build and Push / build-all (push) Failing after 8m37s
2026-01-06 01:52:55 -05:00
doomtube
499dcce785 Use config.json.example for Docker build 2026-01-06 01:51:35 -05:00
doomtube
d7c0758d55 Use config.json.example for Docker build
Some checks failed
Build and Push / build-backend (push) Failing after 2s
Build and Push / build-frontend (push) Failing after 3s
Build and Push / build-chat (push) Failing after 2s
Build and Push / build-openresty (push) Failing after 3s
2026-01-06 01:45:53 -05:00
doomtube
9dec1c770d Use git clone instead of checkout action (no Node.js required)
Some checks failed
Build and Push / build-backend (push) Failing after 4s
Build and Push / build-frontend (push) Failing after 5m38s
Build and Push / build-chat (push) Failing after 3s
Build and Push / build-openresty (push) Failing after 2s
2026-01-06 01:41:33 -05:00
doomtube
cf9bb358a3 Fix: use docker:27 with git install instead of docker:27-git
Some checks failed
Build and Push / build-backend (push) Failing after 20s
Build and Push / build-frontend (push) Failing after 4s
Build and Push / build-chat (push) Failing after 4s
Build and Push / build-openresty (push) Failing after 4s
2026-01-06 01:40:16 -05:00
doomtube
fcf191e9b1 sdad
Some checks failed
Build and Push / build-backend (push) Failing after 1s
Build and Push / build-frontend (push) Failing after 0s
Build and Push / build-chat (push) Failing after 0s
Build and Push / build-openresty (push) Failing after 1s
2026-01-06 01:28:19 -05:00
doomtube
8d8a23b65e Use lightweight container images for CI/CD 2026-01-06 00:54:08 -05:00
doomtube
b3682b1936 Initial commit - realms platform 2026-01-06 00:26:54 -05:00
doomtube
2aa075e842 Enable manual workflow triggers 2026-01-05 23:37:40 -05:00
doomtube
c717c3751c Initial commit - realms platform 2026-01-05 22:54:27 -05:00
c590ab6d18 Delete docker commands 2025-11-02 03:40:59 +00:00
1b44c3941a Add docker commands 2025-10-26 00:00:44 +00:00
doomtube
007263977b replace npm w/ bun 2025-08-13 12:34:47 -04:00
doomtube
1d42a9a623 nu 2025-08-13 00:10:25 -04:00
doomtube
e8864cc853 nu 2025-08-10 07:55:39 -04:00
doomtube
4c23ab840a nu 2025-08-09 15:37:13 -04:00
doomtube
d812c6aeab nu 2025-08-09 13:51:36 -04:00
doomtube
875a53f499 Replace master branch with local files 2025-08-03 21:53:15 -04:00