Replace ATM10 with Biohazard: Project Genesis modpack
All checks were successful
Deploy GSM / deploy (push) Successful in 31s

Switched Minecraft server from All the Mods 10 to Biohazard: Project Genesis
(Beta 0.4.5, MC 1.20.1 + Forge 47.4.0). Updated server name, Discord bot
display, frontend modpack link, and documentation.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-04 23:27:58 +02:00
parent fe188cdab1
commit 99ca25c9e3
7 changed files with 8 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ The homelab consists of:
- **Proxmox Server (192.168.2.20)**: Virtualization host running LXC containers and VMs - **Proxmox Server (192.168.2.20)**: Virtualization host running LXC containers and VMs
- **Gameserver Monitor (192.168.2.30)**: React/Node.js webapp for monitoring game servers (LXC) - **Gameserver Monitor (192.168.2.30)**: React/Node.js webapp for monitoring game servers (LXC)
- **Factorio Server (192.168.2.50)**: Docker-based game server (LXC) - **Factorio Server (192.168.2.50)**: Docker-based game server (LXC)
- **Minecraft Server (192.168.2.51)**: ATM10 modded server running via screen (VM) - **Minecraft Server (192.168.2.51)**: Biohazard: Project Genesis modded server running via screen (VM)
- **V Rising Server (192.168.2.52)**: Dedicated server (LXC) - **V Rising Server (192.168.2.52)**: Dedicated server (LXC)
- **Palworld Server (192.168.2.53)**: Dedicated server with systemd (LXC) - **Palworld Server (192.168.2.53)**: Dedicated server with systemd (LXC)
- **Project Zomboid Server (10.0.30.66)**: Dedicated server (external VM) - **Project Zomboid Server (10.0.30.66)**: Dedicated server (external VM)

View File

@@ -190,7 +190,7 @@ Frontend Backend
"servers": [ "servers": [
{ {
"id": "minecraft", "id": "minecraft",
"name": "All the Mods 10 | Minecraft", "name": "Biohazard: Project Genesis | Minecraft",
"host": "192.168.2.51", "host": "192.168.2.51",
"type": "minecraft", "type": "minecraft",
"runtime": "screen", "runtime": "screen",

View File

@@ -138,7 +138,7 @@ Internet
| Eigenschaft | Wert | | Eigenschaft | Wert |
|-------------|------| |-------------|------|
| Modpack | All The Mods 10 (ATM10) | | Modpack | Biohazard: Project Genesis (Beta 0.4.5) |
| Runtime | screen | | Runtime | screen |
| Screen Name | minecraft | | Screen Name | minecraft |
| Game Port | 25565 | | Game Port | 25565 |

View File

@@ -3,7 +3,7 @@
"servers": [ "servers": [
{ {
"id": "minecraft", "id": "minecraft",
"name": "All the Mods 10 | Minecraft", "name": "Biohazard: Project Genesis | Minecraft",
"host": "192.168.2.51", "host": "192.168.2.51",
"type": "minecraft", "type": "minecraft",
"runtime": "screen", "runtime": "screen",

View File

@@ -16,7 +16,7 @@ const previousPlayerLists = new Map();
// Server display config // Server display config
const serverDisplay = { const serverDisplay = {
minecraft: { name: 'Minecraft ATM10', icon: '⛏️', color: 0x7B5E3C, address: 'minecraft.zeasy.dev' }, minecraft: { name: 'Biohazard: Project Genesis', icon: '⛏️', color: 0x4A7A2E, address: 'minecraft.zeasy.dev' },
factorio: { name: 'Factorio', icon: '⚙️', color: 0xF97316, address: 'factorio.zeasy.dev' }, factorio: { name: 'Factorio', icon: '⚙️', color: 0xF97316, address: 'factorio.zeasy.dev' },
zomboid: { name: 'Project Zomboid', icon: '🧟', color: 0x4ADE80, address: 'pz.zeasy.dev:16261' }, zomboid: { name: 'Project Zomboid', icon: '🧟', color: 0x4ADE80, address: 'pz.zeasy.dev:16261' },
vrising: { name: 'V Rising', icon: '🧛', color: 0xDC2626, address: 'vrising.zeasy.dev' }, vrising: { name: 'V Rising', icon: '🧛', color: 0xDC2626, address: 'vrising.zeasy.dev' },

View File

@@ -411,10 +411,10 @@ const updateHandlers = {
gameName: "Terraria (tModLoader)" gameName: "Terraria (tModLoader)"
}), }),
// Minecraft ATM10 - Manual update required (modpack) // Minecraft Biohazard - Manual update required (modpack)
minecraft: { minecraft: {
supportsUpdate: false, // Modpacks need manual update supportsUpdate: false, // Modpacks need manual update
gameName: "Minecraft ATM10" gameName: "Biohazard: Project Genesis"
}, },
// OpenTTD - Manual update required // OpenTTD - Manual update required

View File

@@ -7,7 +7,7 @@ const serverInfo = {
address: 'minecraft.zeasy.dev', address: 'minecraft.zeasy.dev',
logo: '/minecraft.png', logo: '/minecraft.png',
links: [ links: [
{ label: 'ATM10 Modpack', url: 'https://www.curseforge.com/minecraft/modpacks/all-the-mods-10' } { label: 'Biohazard Modpack', url: 'https://www.curseforge.com/minecraft/modpacks/biohazard-project-genesis' }
] ]
}, },
factorio: { factorio: {