Compare commits

...

1 commit

Author SHA1 Message Date
402c386429 net9 harmony
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 4s
2025-01-07 19:51:36 +00:00
2 changed files with 6 additions and 3 deletions

View file

@ -25,7 +25,7 @@ services:
## These have their defualts set in the Dockerfile, and are safe to remove from this file ## These have their defualts set in the Dockerfile, and are safe to remove from this file
# Prevents SteamCMD from updating the gamefiles # Prevents SteamCMD from updating the gamefiles
DISABLE_STEAMCMD: "false" DISABLE_STEAMCMD: false
# Where to located the config file, defaults to /data/Config.json # Where to located the config file, defaults to /data/Config.json
# if config file does not exist, it will generate a template one at that location # if config file does not exist, it will generate a template one at that location
@ -39,7 +39,8 @@ services:
# list of mods to load, # list of mods to load,
MOD_URLS: | MOD_URLS: |
https://github.com/New-Project-Final-Final-WIP/HeadlessTweaks/releases/latest/download/HeadlessTweaks.dll https://github.com/Raidriar796/StresslessHeadless/releases/download/2.0.0-rc1/StresslessHeadless.dll
# https://github.com/New-Project-Final-Final-WIP/HeadlessTweaks/releases/latest/download/HeadlessTweaks.dll
# Controls the UID:GID of the headless, defaults to `root` if not set # Controls the UID:GID of the headless, defaults to `root` if not set
RUN_AS: 1000 RUN_AS: 1000

View file

@ -10,7 +10,9 @@
# Define file URLs and their associated positions # Define file URLs and their associated positions
file_urls=( file_urls=(
"https://github.com/resonite-modding-group/ResoniteModLoader/releases/latest/download/ResoniteModLoader.dll /data/resonite/Headless/Libraries/ResoniteModLoader.dll" "https://github.com/resonite-modding-group/ResoniteModLoader/releases/latest/download/ResoniteModLoader.dll /data/resonite/Headless/Libraries/ResoniteModLoader.dll"
"https://github.com/resonite-modding-group/ResoniteModLoader/releases/latest/download/0Harmony.dll /data/resonite/Headless/rml_libs/0Harmony.dll" # "https://github.com/resonite-modding-group/ResoniteModLoader/releases/latest/download/0Harmony.dll /data/resonite/Headless/rml_libs/0Harmony.dll"
# net9 Harmony
"https://github.com/stiefeljackal/pardeike.Harmony/releases/download/temp-release/0Harmony.dll /data/resonite/Headless/rml_libs/0Harmony.dll"
) )
# Function to download a file from URL to destination # Function to download a file from URL to destination