Auto update

This commit is contained in:
2026-01-01 22:36:04 -05:00
parent 3c570c9682
commit 955b0b867b
2 changed files with 71 additions and 27 deletions

View File

@ -72,8 +72,8 @@ config.logFile = "stargate.log"
-- AUTO-UPDATE
---------------------------------------------
-- Auto-update addresses file from git repository
config.autoUpdateAddresses = true
config.addressesRepoUrl = "https://git.munebase.dev/Munelit/StargateControl/raw/branch/master/addresses.lua"
-- Auto-update all program files from git repository on startup
config.autoUpdate = true
config.repoBaseUrl = "https://git.munebase.dev/Munelit/StargateControl/raw/branch/master/"
return config