Add dedicated server packaging

This commit is contained in:
Alexander Sellite 2026-08-10 13:56:40 -04:00
commit b9c031dfab
13 changed files with 275 additions and 0 deletions

View file

@ -0,0 +1,7 @@
NETFISHING_SERVER_NAME="NETfishing Dedicated Server"
NETFISHING_SERVER_BIND=*
NETFISHING_SERVER_PORT=7777
NETFISHING_SERVER_MAX_PLAYERS=8
NETFISHING_SERVER_PUBLIC=false
NETFISHING_DISCOVERY_URL=https://discovery.netfishing.org
NETFISHING_DATA_DIR=/var/lib/netfishing-server

10
config/server.cfg.example Normal file
View file

@ -0,0 +1,10 @@
[server]
name="NETfishing Dedicated Server"
bind_address="*"
port=7777
max_players=8
public=false
data_directory="/var/lib/netfishing-server"
[discovery]
url="https://discovery.netfishing.org"