diff --git a/README.md b/README.md index a7a28a5..92f29f6 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,17 @@ Something something place in **factorio_vol/mods** 3. Run `chmod -R 845:845 ./factorio_vol/mods` OR run the script **prepare.sh** -4. Finally (but optional), modify the file **?** and introduce your account token, this will enable the server to check for mod updates on boot, and in case of finding an update for the mods, update them automatically. +4. Finally (but optional), modify the file **factorio_vol/config/server-settings.json** and introduce your account username+token, this will enable the server to check for mod updates on boot, and in case of finding an update for the mods, update them automatically. + +(unsure if can update by default, but by using the username+token should be able to get more updates) 5. On booting will generate the file **mod-list.json**, from this file one can enable/disable installed mods, by default new mods installed appear as *enabled* 6. In case of a mod not being installed, check for it's dependencies and install them. + +# Remember to add playernames to the admin/whitelist/banlist + ## Change the content of the file **factorio_vol/config/rconpw** Not necessary if **RCON** it's not enabled/port published @@ -35,3 +40,5 @@ Joins a container network that hides behind a reverse proxy (I don't own that repository) https://github.com/factoriotools/factorio-docker + + diff --git a/docker-compose.yml b/docker-compose.yml index 505a1fb..139fceb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,5 +20,5 @@ services: environment: LOAD_LATEST_SAVE: "true" - SAVE_NAME: main_save + SAVE_NAME: "main" UPDATE_MODS_ON_START: "true" diff --git a/factorio_vol/config/server-adminlist.json b/factorio_vol/config/server-adminlist.json new file mode 100644 index 0000000..e69de29 diff --git a/factorio_vol/config/server-banlist.json b/factorio_vol/config/server-banlist.json new file mode 100644 index 0000000..e69de29 diff --git a/factorio_vol/config/server-whitelist.json b/factorio_vol/config/server-whitelist.json new file mode 100644 index 0000000..e69de29