Add multi-server support for the repo/installer

This commit is contained in:
2026-01-02 23:08:01 -05:00
parent 95b5ba401f
commit 94412549fb
4 changed files with 120 additions and 64 deletions

View File

@ -85,4 +85,9 @@ config.logFile = "stargate.log"
config.autoUpdate = true
config.repoBaseUrl = "https://git.munebase.dev/Munelit/StargateControl/raw/branch/master/"
-- Address book server (determines which addresses.lua to use)
-- Options: "ATM9", "Custom", etc.
-- The file will be loaded from addresses/<server>/addresses.lua
config.addressBook = "ATM9"
return config