Ein PHP Script um einen Factorio Server automatisch zu updaten. Dieses Script ist ein CLI Script, welches auf dem Terminal ausgeführt wird z.B. via cronjob. Da das Script den Server via Systemctl/Systemd anspricht, muss das Script mit root rechten ausgeführt werden.
Go to file
Marcel Naeve 2b1271ec6e
added some mir variables to the FactorioServer class and changed the naming of some to make the naming similar.
2024-11-23 03:33:42 +01:00
scripts added some mir variables to the FactorioServer class and changed the naming of some to make the naming similar. 2024-11-23 03:33:42 +01:00
.gitignore Initial commit 2024-11-10 03:30:40 +01:00
LICENSE changed my info in mit license 2024-11-10 03:35:57 +01:00
README.md Initial commit 2024-11-10 03:30:40 +01:00
factorio-settings.env added current files to dev branch. 2024-11-10 03:40:05 +01:00
factorio_update.php defined the path to main directory as INDEX_DIR so we can use it anywhere. 2024-11-23 03:31:45 +01:00

README.md

PHP-cli-factorio-updater

Ein PHP Script um einen Factorio Server automatisch zu updaten. Dieses Script ist ein CLI Script, welches auf dem Terminal ausgeführt wird z.B. via cronjob.

Da das Script den Server via Systemctl/Systemd anspricht, muss das Script mit root rechten ausgeführt werden.