From 2566595abe5221e8ca1fa1b2820dcdc356cf5911 Mon Sep 17 00:00:00 2001 From: gOOvER Date: Wed, 17 Feb 2021 16:44:44 +0100 Subject: [PATCH 1/2] Added missing Auto Update Variable --- steamcmd_servers/valheim/egg-valheim.json | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/steamcmd_servers/valheim/egg-valheim.json b/steamcmd_servers/valheim/egg-valheim.json index 96e909f7..914a6de0 100644 --- a/steamcmd_servers/valheim/egg-valheim.json +++ b/steamcmd_servers/valheim/egg-valheim.json @@ -4,12 +4,15 @@ "version": "PTDL_v1", "update_url": null }, - "exported_at": "2021-02-10T11:36:40-06:00", + "exported_at": "2021-02-17T16:43:58+01:00", "name": "Valheim", "author": "magi1053@outlook.com", "description": "A brutal exploration and survival game for 1-10 players, set in a procedurally-generated purgatory inspired by viking culture.", "features": null, - "image": "quay.io\/parkervcp\/pterodactyl-images:debian_source", + "images": [ + "quay.io\/parkervcp\/pterodactyl-images:debian_source" + ], + "file_denylist": "", "startup": ".\/valheim_server.x86_64 -nographics -batchmode -name \"{{SERVER_NAME}}\" -port {{SERVER_PORT}} -world \"{{WORLD}}\" -password \"{{PASSWORD}}\" > >(sed -uE \"{{FILTER}}\") & trap \"{{STOP}}\" 15; wait $!", "config": { "files": "{}", @@ -87,6 +90,15 @@ "user_viewable": false, "user_editable": false, "rules": "required|string" + }, + { + "name": "Auto Update", + "description": "", + "env_variable": "AUTO_UPDATE", + "default_value": "1", + "user_viewable": true, + "user_editable": true, + "rules": "required|string|max:20" } ] -} +} \ No newline at end of file From 586603f27943f28a61703430baa9bce37a499f4d Mon Sep 17 00:00:00 2001 From: gOOvER Date: Wed, 17 Feb 2021 16:47:34 +0100 Subject: [PATCH 2/2] removed annoying file_deny --- steamcmd_servers/valheim/egg-valheim.json | 1 - 1 file changed, 1 deletion(-) diff --git a/steamcmd_servers/valheim/egg-valheim.json b/steamcmd_servers/valheim/egg-valheim.json index 914a6de0..d6162120 100644 --- a/steamcmd_servers/valheim/egg-valheim.json +++ b/steamcmd_servers/valheim/egg-valheim.json @@ -12,7 +12,6 @@ "images": [ "quay.io\/parkervcp\/pterodactyl-images:debian_source" ], - "file_denylist": "", "startup": ".\/valheim_server.x86_64 -nographics -batchmode -name \"{{SERVER_NAME}}\" -port {{SERVER_PORT}} -world \"{{WORLD}}\" -password \"{{PASSWORD}}\" > >(sed -uE \"{{FILTER}}\") & trap \"{{STOP}}\" 15; wait $!", "config": { "files": "{}",