Commit Graph

51 Commits

Author SHA1 Message Date
d91dfefec1 Add PostgreSQL database configuration
Some checks failed
Build and publish wylab SS14 server / build-amd64 (push) Successful in 1m10s
Build and publish wylab SS14 server / build-arm64 (push) Has been cancelled
Configure SS14 server to use PostgreSQL for persistent storage.
Data persists independently of game server container rebuilds.
2025-12-16 07:04:23 +01:00
3b41aab1f5 Revert "Add MariaDB database configuration"
All checks were successful
Build and publish wylab SS14 server / build-amd64 (push) Successful in 1m15s
Build and publish wylab SS14 server / build-arm64 (push) Successful in 5m28s
SS14 does not support MySQL/MariaDB, only SQLite and PostgreSQL.
Reverting to SQLite default.
2025-12-16 06:56:53 +01:00
Codex Agent
551245ab53 Add MariaDB database configuration
All checks were successful
Build and publish wylab SS14 server / build-amd64 (push) Successful in 1m12s
Build and publish wylab SS14 server / build-arm64 (push) Successful in 7m33s
Configure SS14 server to use MariaDB for persistent storage
(player data, admin logs, preferences).

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-16 06:10:55 +01:00
Wylabb
29ec3bd03e Replace GHA cache with registry cache
Some checks failed
Build and publish wylab SS14 server / build-arm64 (push) Successful in 6m10s
Build and publish wylab SS14 server / build-amd64 (push) Failing after 11m57s
Switch from type=gha to type=registry for Docker build caching.
Registry cache works with Gitea runners and stores cache layers
as special tags in the container registry.

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-15 04:50:40 +01:00
Wylabb
3a0980b294 Remove incompatible GitHub Actions cache from workflow
Some checks failed
Build and publish wylab SS14 server / build-amd64 (push) Has been cancelled
Build and publish wylab SS14 server / build-arm64 (push) Has been cancelled
Remove cache-from and cache-to settings using type=gha, which are
incompatible with Gitea runners. The build completes successfully
but fails when trying to export to the non-existent GHA cache service.

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-15 04:49:33 +01:00
Wylabb
900969b9ef Fix amd64 runner to use Docker mode
Some checks failed
Build and publish wylab SS14 server / build-arm64 (push) Successful in 14s
Build and publish wylab SS14 server / build-amd64 (push) Failing after 14m15s
Restore runs-on to [self-hosted, linux-amd64] which now maps to Docker
mode after updating the runner configuration. This fixes actions/checkout
compatibility while maintaining amd64 tagging.

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-15 04:25:00 +01:00
Wylabb
f1229098af Switch amd64 job to Docker runner mode
Some checks failed
Build and publish wylab SS14 server / build-arm64 (push) Successful in 14s
Build and publish wylab SS14 server / build-amd64 (push) Has been cancelled
Change build-amd64 from host mode to ubuntu-latest Docker runner to
fix actions/checkout compatibility. The checkout action requires a
proper containerized environment that host mode doesn't provide.

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-15 04:19:08 +01:00
Wylabb
2d7fbeb95a Fix checkout action compatibility with gitea-runner
Some checks failed
Build and publish wylab SS14 server / build-amd64 (push) Failing after 21s
Build and publish wylab SS14 server / build-arm64 (push) Successful in 22s
Downgrade actions/checkout from v4 to v3 to resolve MODULE_NOT_FOUND
errors in gitea-runner's act environment. The v4 action has known
compatibility issues with act's caching mechanism.

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-15 03:59:42 +01:00
Codex Agent
7010841d75 Point runners to macos-arm64 and linux-amd64 labels
Some checks failed
Build and publish wylab SS14 server / build-amd64 (push) Failing after 8s
Build and publish wylab SS14 server / build-arm64 (push) Successful in 12s
2025-12-15 01:32:54 +01:00
Codex Agent
ad71315b41 Switch runner labels to lower-case arm64/x64
Some checks failed
Build and publish wylab SS14 server / build-arm64 (push) Has been cancelled
Build and publish wylab SS14 server / build-amd64 (push) Has been cancelled
2025-12-15 01:30:46 +01:00
Codex Agent
b4155b8c0a Adjust runner labels to self-hosted ARM64/X64
Some checks failed
Build and publish wylab SS14 server / build-arm64 (push) Has been cancelled
Build and publish wylab SS14 server / build-amd64 (push) Has been cancelled
2025-12-15 01:28:49 +01:00
Codex Agent
e0d3723507 Pin arm64/amd64 jobs to matching self-hosted runners
Some checks failed
Build and publish wylab SS14 server / build-arm64 (push) Has been cancelled
Build and publish wylab SS14 server / build-amd64 (push) Has been cancelled
2025-12-15 01:21:27 +01:00
Codex Agent
db3c67de58 Remove QEMU setup for amd64 job
Some checks failed
Build and publish wylab SS14 server / build-arm64 (push) Successful in 21s
Build and publish wylab SS14 server / build-amd64 (push) Has been cancelled
2025-12-15 01:06:10 +01:00
Codex Agent
61a392c4d3 Revert cache registry change
Some checks failed
Build and publish wylab SS14 server / build-amd64 (push) Has been cancelled
Build and publish wylab SS14 server / build-arm64 (push) Has been cancelled
2025-12-15 01:02:08 +01:00
Codex Agent
d528323a9f Use registry cache for buildx
Some checks failed
Build and publish wylab SS14 server / build-arm64 (push) Has been cancelled
Build and publish wylab SS14 server / build-amd64 (push) Has been cancelled
2025-12-15 01:00:54 +01:00
Codex Agent
ea4f55a8dc Auto-detect target platform
Some checks failed
Build and publish wylab SS14 server / build-arm64 (push) Successful in 7m22s
Build and publish wylab SS14 server / build-amd64 (push) Has been cancelled
2025-12-15 00:50:55 +01:00
Codex Agent
2a615a644a CI: split arm64 and amd64 jobs
Some checks failed
Build and publish wylab SS14 server / build-arm64 (push) Successful in 6m57s
Build and publish wylab SS14 server / build-amd64 (push) Has been cancelled
2025-12-15 00:31:53 +01:00
Codex Agent
3b0e3ae250 CI: force plain buildx progress for logging
Some checks failed
Build and publish wylab SS14 server / build-and-push-image (push) Has been cancelled
2025-12-15 00:18:48 +01:00
Codex Agent
8633363c22 CI: cache build artifacts and configs
Some checks failed
Build and publish wylab SS14 server / build-and-push-image (push) Has been cancelled
2025-12-14 23:33:08 +01:00
Codex Agent
59c193f954 CI: enable amd64 buildx with qemu
Some checks failed
Build and publish wylab SS14 server / build-and-push-image (push) Has been cancelled
2025-12-14 18:45:32 +01:00
Codex Agent
8a9aaefd2a CI: build/push linux/amd64 image
Some checks failed
Build and publish wylab SS14 server / build-and-push-image (push) Failing after 54s
2025-12-14 18:43:51 +01:00
Codex Agent
fdf43ea089 Revert "Fix shell scripts to use LF line endings"
All checks were successful
Build and publish wylab SS14 server / build-and-push-image (push) Successful in 7s
This reverts commit f248f11f7e.
2025-12-14 18:41:41 +01:00
Codex Agent
f248f11f7e Fix shell scripts to use LF line endings
All checks were successful
Build and publish wylab SS14 server / build-and-push-image (push) Successful in 10s
2025-12-14 18:37:33 +01:00
Codex Agent
9ba94bb69f Restrict workflow to native arch
Some checks failed
Build and publish wylab SS14 server / build-and-push-image (push) Has been cancelled
2025-12-14 18:06:56 +01:00
Codex Agent
b74fc4298d Add buildx setup for workflow
Some checks failed
Build and publish wylab SS14 server / build-and-push-image (push) Has been cancelled
2025-12-14 17:20:26 +01:00
Codex Agent
54fe07621e Remove host mapping step from workflow
All checks were successful
Build and publish wylab SS14 server / build-and-push-image (push) Successful in 3m57s
2025-12-14 17:04:05 +01:00
Codex Agent
0ec2652886 Add client zip download helper
Some checks failed
Build and publish wylab SS14 server / build-and-push-image (push) Failing after 8m47s
2025-12-14 16:51:52 +01:00
Wylabb
893f5de12b chore: trigger CI 2025-12-14 11:39:57 +01:00
Codex Agent
cd5890730a Use internal git host mapping 2025-12-14 09:31:15 +01:00
Codex Agent
842b643ecd Add git host mapping for CI 2025-12-14 09:30:09 +01:00
Codex Agent
627d147be2 Always rebuild docker image in CI 2025-12-14 09:23:41 +01:00
Codex Agent
fdef15cdf1 Support Robust.Server fallback 2025-12-14 09:19:35 +01:00
Codex Agent
da734d1ffc Fallback to Robust.Server when Watchdog absent 2025-12-14 09:16:11 +01:00
Codex Bot
8b66eca6a3 Make start script detect SS14.Watchdog path 2025-12-14 08:36:26 +01:00
Codex Bot
ec1d063d83 Use lowercase registry image name 2025-12-14 08:27:04 +01:00
Codex Bot
0fc5da9fe0 Skip redundant Docker image builds 2025-12-14 08:09:18 +01:00
Codex Bot
eb4cf5ead8 Build Docker image from wylab-station-14 source 2025-12-14 05:13:39 +01:00
LiamAEdwards
974d47dab1 Fix broken watchdog errors 2025-12-08 17:41:16 +00:00
Liam A Edwards
7983287722 Update README.md 2025-11-19 14:25:23 +00:00
Liam A Edwards
5979d2ad3c Update Dockerfile 2025-11-19 14:22:11 +00:00
Liam A Edwards
234c4e9cb2 Update Dockerfile 2024-02-08 21:11:58 +00:00
LiamAEdwards
b68dc6e13c Switched to using watchdog 2023-10-21 00:49:53 +00:00
Liam A Edwards
b763ef3498 Update README.md 2023-10-08 18:54:25 +01:00
Liam A Edwards
3523e19090 Update README.md 2023-10-08 18:08:07 +01:00
Liam A Edwards
93f871b4c3 Update README.md
Updated details to use the Github Package Repository
2023-10-08 17:58:04 +01:00
Liam A Edwards
d8feee01a0 Create main.yml 2023-10-08 17:53:36 +01:00
Liam A Edwards
734d04f24c Update README.md 2023-10-08 17:44:42 +01:00
LiamAEdwards
1196bb6f7e Added local host file functionality 2023-10-08 16:36:56 +00:00
Liam A Edwards
473bf4d2fa Update Dockerfile 2023-10-08 17:15:55 +01:00
Liam A Edwards
cccfda69c4 Create README.md 2023-10-08 17:15:33 +01:00