resource ss added and a record fix

This commit is contained in:
2026-09-20 23:58:03 -07:00
parent 02d485ddbf
commit 16c122c84b
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -179,6 +179,7 @@ docker run -d \
-e WORLD_NAME="$WORLD_NAME" \ -e WORLD_NAME="$WORLD_NAME" \
-e SERVER_PASS="$SERVER_PASS" \ -e SERVER_PASS="$SERVER_PASS" \
-e SERVER_PUBLIC="$SERVER_PUBLIC" \ -e SERVER_PUBLIC="$SERVER_PUBLIC" \
-e SERVER_ARGS="-modifier resources more" \
"$IMAGE" "$IMAGE"
echo "Valheim server started." echo "Valheim server started."
+3
View File
@@ -27,7 +27,10 @@ VOLUME_MOUNT="/mnt/$VOLUME_NAME"
# StackScript that mounts the volume on first boot (see stackscript.md). # StackScript that mounts the volume on first boot (see stackscript.md).
# Enter the numeric StackScript ID manually after creating it in the Linode UI. # Enter the numeric StackScript ID manually after creating it in the Linode UI.
#STACKSCRIPT_ID="2225110" #STACKSCRIPT_ID="2225110"
# Normal:
STACKSCRIPT_ID="2225140" STACKSCRIPT_ID="2225140"
# More resources (1.5):
STACKSCRIPT_ID="2225166"
if [[ "$SCRIPT_ACTION" == "" || "$SCRIPT_ACTION" == "--help" || "$SCRIPT_ACTION" == "-?" ]]; then if [[ "$SCRIPT_ACTION" == "" || "$SCRIPT_ACTION" == "--help" || "$SCRIPT_ACTION" == "-?" ]]; then
echo "Linode helper script: create-linode.sh <action> <label> [args]" echo "Linode helper script: create-linode.sh <action> <label> [args]"