35 lines
1.6 KiB
Plaintext
35 lines
1.6 KiB
Plaintext
# Deployment settings. Copy to deploy.conf next to install.sh and edit.
|
|
# install.sh reads this, so there are no flags to remember on the target host.
|
|
|
|
# --- identity ---------------------------------------------------------------
|
|
PACK_NAME="AbdelpakDelta" # display name; the directory slug is derived
|
|
AUTHOR="themiro"
|
|
MC_VERSION="1.21.1"
|
|
NEOFORGE="latest" # or pin e.g. 21.1.248
|
|
|
|
# --- where things live ------------------------------------------------------
|
|
SHARE="/minecraft" # ZFS dataset mountpoint
|
|
|
|
# --- how clients reach it ---------------------------------------------------
|
|
# The public URL of the mods directory. Everything else is derived from it:
|
|
# the pack URL, the guide URLs, and the address shown to players.
|
|
MIRROR_URL="https://games.abdelbaki.eu/abdelpakDelta/mods"
|
|
|
|
# --- ports ------------------------------------------------------------------
|
|
MC_PORT="27960" # Minecraft
|
|
HTTP_PORT="18080" # pack/mod HTTP server, behind your proxy
|
|
HTTP_BIND="0.0.0.0" # 127.0.0.1 if the proxy is on this host
|
|
|
|
# --- memory -----------------------------------------------------------------
|
|
XMX="10G"
|
|
XMS="10G"
|
|
|
|
# --- Minecraft EULA ---------------------------------------------------------
|
|
# Setting this to yes writes eula=true and is your acceptance of
|
|
# https://aka.ms/MinecraftEULA. Leave it as no and the install stops there.
|
|
ACCEPT_EULA="no"
|
|
|
|
# --- optional ---------------------------------------------------------------
|
|
START_SERVER="yes" # no to leave Minecraft stopped
|
|
CAP_ZFS_ARC="2147483648" # bytes; empty to leave ARC alone
|