Add Hytale server support with tmux runtime
All checks were successful
Deploy GSM / deploy (push) Successful in 29s

- Add tmux runtime support to ssh.js (status, start, stop, logs, uptime)
- Add Hytale server configuration to config.json
- Add Hytale server info and logo to frontend (ServerCard, ServerDetail)
- Add Hytale emoji to Discord notification mapping
- Update documentation with Hytale server details

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-15 13:39:58 +01:00
parent 8af57aa81a
commit b2dde62476
7 changed files with 74 additions and 2 deletions

View File

@@ -841,7 +841,7 @@ router.post("/discord/send-update", authenticateToken, requireRole("superadmin")
try {
const serverIcons = {
minecraft: '⛏️', factorio: '⚙️', zomboid: '🧟', vrising: '🧛',
palworld: '🦎', terraria: '⚔️', openttd: '🚂'
palworld: '🦎', terraria: '⚔️', openttd: '🚂', hytale: '🏰'
};
const embed = new EmbedBuilder()