Change Space Engineers port to 27020
All checks were successful
Deploy GSM / deploy (push) Successful in 32s
All checks were successful
Deploy GSM / deploy (push) Successful in 32s
Router conflict on 27016 — move SE to 27020 everywhere. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -100,7 +100,7 @@
|
|||||||
"maxRam": 12,
|
"maxRam": 12,
|
||||||
"containerName": "space-engineers-dedicated-docker-linux",
|
"containerName": "space-engineers-dedicated-docker-linux",
|
||||||
"workDir": "/opt/spaceengineers",
|
"workDir": "/opt/spaceengineers",
|
||||||
"port": 27016
|
"port": 27020
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "hytale",
|
"id": "hytale",
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ const serverDisplay = {
|
|||||||
terraria: { name: 'Terraria', icon: '⚔️', color: 0x05C46B, address: 'terraria.zeasy.dev:7777' },
|
terraria: { name: 'Terraria', icon: '⚔️', color: 0x05C46B, address: 'terraria.zeasy.dev:7777' },
|
||||||
openttd: { name: 'OpenTTD', icon: '🚂', color: 0x1E90FF, address: 'openttd.zeasy.dev:3979' },
|
openttd: { name: 'OpenTTD', icon: '🚂', color: 0x1E90FF, address: 'openttd.zeasy.dev:3979' },
|
||||||
hytale: { name: 'Hytale', icon: '🏰', color: 0x00BFFF, address: 'hytale.zeasy.dev:5520' },
|
hytale: { name: 'Hytale', icon: '🏰', color: 0x00BFFF, address: 'hytale.zeasy.dev:5520' },
|
||||||
spaceengineers: { name: 'Space Engineers', icon: '🚀', color: 0xFFA500, address: 'spaceengineers.zeasy.dev:27016' }
|
spaceengineers: { name: 'Space Engineers', icon: '🚀', color: 0xFFA500, address: 'spaceengineers.zeasy.dev:27020' }
|
||||||
};
|
};
|
||||||
|
|
||||||
function loadConfig() {
|
function loadConfig() {
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ const serverInfo = {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
spaceengineers: {
|
spaceengineers: {
|
||||||
address: 'spaceengineers.zeasy.dev:27016',
|
address: 'spaceengineers.zeasy.dev:27020',
|
||||||
logo: '/spaceengineers.png',
|
logo: '/spaceengineers.png',
|
||||||
links: [
|
links: [
|
||||||
{ label: 'Steam', url: 'https://store.steampowered.com/app/244850/Space_Engineers/' }
|
{ label: 'Steam', url: 'https://store.steampowered.com/app/244850/Space_Engineers/' }
|
||||||
|
|||||||
Reference in New Issue
Block a user