Commit Graph

317 Commits

Author SHA1 Message Date
Matt Lewis
3ad1f0cb4e
update: use latest manager version in Dockerfile 2018-01-06 04:40:47 -07:00
Mitch Roote
d3c8b5e813 Add factorio game server bind IP config, refactor config page 2017-12-22 08:10:25 -05:00
Mitch Roote
7933d4f8a1 Update README 2017-12-21 19:17:32 -05:00
Mitch Roote
b19f06a3a9
Merge pull request #87 from tmathmeyer/master
Cleaned up the build script
2017-12-21 19:15:56 -05:00
Ted Meyer
89031c1bab Cleaned up the build script
No more commented out code, and the finished product actually runs now.
Also updated the readme to reflect the new build rules.
2017-12-21 14:50:29 -08:00
Mitch Roote
f3da424820
Merge pull request #86 from tmathmeyer/master
change --rcon-pass argument to --rcon-password
2017-12-21 10:36:32 -05:00
Ted Meyer
6d67afaf53
change --rcon-pass argument to --rcon-password
see https://wiki.factorio.com/Console#Command_Line_Parameters for details,
forum posts mentioned that this changed happened back in ~1.3.
2017-12-21 00:28:51 -08:00
Mitch Roote
f33e540393 Merge pull request #77 from JakenVeina/server-save-on-stop-windows
Stop & Save functionality on Windows, and additional Kill functionality.
2017-06-02 08:26:47 -04:00
Mitch Roote
63799aec20 Merge pull request #78 from LeoDJ/patch-2
Fixed save file date not displaying properly
2017-06-02 08:25:29 -04:00
Leandro Späth
f9a69856ff Fixed save file date not displaying properly
E.g. on the 25th of May 2017, at 2:13 pm the last modified time showed as "2017-04-25 2:13:00" 
Wrong month (off by one, due to JavaScript Month weirdness) and no am/pm marker (for simplicity switched to military time).
2017-06-01 10:19:52 +02:00
JakenVeina
c4784f5b70 Committed the rest of the last commit 2017-05-24 22:13:49 -05:00
JakenVeina
e05880f8f4 Reworked FactorioServer.Stop() to cleanly close servers in Windows, rather than killing them, so that a save is triggered
Added FactorioServer.Kill() to force-kill servers in both Linux and Windows, bypassing a save
Added UI elements and bindings for the new Kill() command.
2017-05-24 21:29:00 -05:00
Mitch Roote
9bd2b613f0 Merge pull request #71 from LeoDJ/master
add docker-compose.yml
2017-04-26 07:36:47 -04:00
Mitch Roote
26c70fcc51 Merge pull request #73 from LeoDJ/patch-1
Fix Dockerfile to handle tar.xz downloads
2017-04-26 07:36:12 -04:00
Leandro Späth
b8341db8b3 Fix Dockerfile to handle tar.xz downloads
It seems, that the Factorio download page (https://www.factorio.com/get-download/latest/headless/linux64) now provides a `.tar.xz` file for download instead of a `.gz`.
Changed the Dockerfile accordingly, now it builds again.
2017-04-26 13:30:23 +02:00
Leandro Späth
7cad17af18 add docker-compose.yml 2017-04-26 11:25:17 +02:00
Mitch Roote
86e2fad31a Fix path to application in nginx.conf 2017-04-10 18:52:47 -04:00
Mitch Roote
fdeb197d59 Merge pull request #68 from WaeCo/master
Fix executable path and working directory in Docker Container
2017-03-22 20:17:28 -04:00
Mitch Roote
cd7533893f Update README.md 2017-03-22 16:12:28 -04:00
Niels
dd3d83e711 Fix executable path 2017-03-22 17:04:01 +01:00
majormjr
c40b669f73 Update repo URL 2017-01-24 20:03:56 -05:00
majormjr
c3f40497dd modify makefile to output correct directory 2017-01-24 19:44:17 -05:00
majormjr
553a2477cd Merge branch 'master' of https://github.com/majormjr/factorio-server-manager 2017-01-24 19:34:11 -05:00
majormjr
97a109aa60 Increment Server Manager version in Dockerfile 2017-01-24 19:33:30 -05:00
majormjr
a98dda4fb3 improved console formatting 2017-01-22 21:30:11 -05:00
majormjr
f4e58c747d added check for running Factorio server before sending command 2017-01-22 21:30:11 -05:00
majormjr
3bf1f0cb07 add logging from console to logfile 2017-01-22 21:30:11 -05:00
majormjr
375fd87879 remove unused serverarg variable 2017-01-22 21:30:11 -05:00
majormjr
b671bc55d5 add option --start-server-load-latest when starting Factorio server 2017-01-22 21:30:11 -05:00
majormjr
d2b084f9a6 move websocket initialization to app component 2017-01-22 21:30:11 -05:00
majormjr
fbd70507a0 add handlers for received commands, improved initial rcon connection establishment 2017-01-22 21:30:11 -05:00
majormjr
3f9fb6e2a1 remove react-console-component, create methods for updating console on message received 2017-01-22 21:30:11 -05:00
majormjr
8aee0e6371 add component for console, add routes for websocket message events 2017-01-22 21:30:11 -05:00
majormjr
1b196394a6 update build script 2017-01-22 21:30:11 -05:00
majormjr
7d7afa207d Add react component for rcon terminal, update conf.json.example with rcon settings 2017-01-22 21:30:11 -05:00
majormjr
90ea7ffaac add log channel to FactorioServer struct 2017-01-22 21:30:11 -05:00
majormjr
cd3fa2bf08 improve websocket connection url 2017-01-22 21:30:11 -05:00
majormjr
6e77faf28a improve starting and stopping error handling 2017-01-22 21:30:11 -05:00
majormjr
06e1fbbc2c fixed html bugs 2017-01-22 21:30:11 -05:00
majormjr
dbd40e6d6c add parsing for running command, fix bug where server status doesnt update after stopped server 2017-01-22 21:30:11 -05:00
majormjr
5b40702685 websocket router comments 2017-01-22 21:30:11 -05:00
majormjr
8b81671035 add new packages to travis build script 2017-01-22 21:30:11 -05:00
majormjr
40fb3db2f1 add websocket router and connection upgrader, create rcon connection function 2017-01-22 21:30:11 -05:00
majormjr
d57cba6e87 add dev directory to gitignore 2017-01-22 21:30:11 -05:00
majormjr
28eaf43a2b added dev command to makefile 2017-01-22 21:30:11 -05:00
Mitch Roote
b14d121b4a Update README.md 2017-01-22 21:26:55 -05:00
Mitch Roote
dc8545efb3 Update README.md 2017-01-22 21:23:57 -05:00
majormjr
6ca179b3eb updated readme 2016-12-19 09:41:21 -05:00
majormjr
50de214e48 fixed comment 2016-12-15 11:54:51 -05:00
Mitch Roote
e71739ecf9 Update README.md 2016-11-02 21:05:36 -04:00