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
Mitch Roote
36ea1d29b5
add docker pulls badge to readme
2016-11-02 21:04:01 -04:00
majormjr
12c08e31cb
removed logging to file
2016-11-02 20:40:11 -04:00
Mitch Roote
7d3c8128ce
Merge pull request #61 from sean-callahan/master
...
Add Linux build environment variables for GOOS and GOARCH
2016-11-02 20:23:33 -04:00
Sean Callahan
a54810e598
Add Linux build env vars for GOOS and GOARCH
2016-11-02 16:55:23 -07:00
Mitch Roote
6906747c42
fix typo
2016-11-02 18:19:25 -04:00
Mitch Roote
c6025f3c88
Added instructions for docker to readme
2016-11-02 18:18:47 -04:00
majormjr
34541d9296
Updated docker README
2016-11-02 18:15:39 -04:00
majormjr
ea80c89eb8
Fixed release filename in Makefile
2016-11-02 18:05:14 -04:00
majormjr
1d8fa09b8b
Updated dockerfile server manager version
2016-11-02 17:36:34 -04:00
majormjr
76451c78aa
print error message from server when starting Factorio server
2016-11-02 17:36:16 -04:00
majormjr
1d825f8104
Capitalize first letter in settings
2016-11-02 17:35:47 -04:00
majormjr
5efb4f36bb
fixed missing savefile json definition
2016-11-01 19:55:17 -04:00
majormjr
cf13a61445
switched footer URL
2016-11-01 19:10:18 -04:00
majormjr
901c0e2317
remove duplicate err var
2016-11-01 19:06:24 -04:00
Mitch Roote
c633da7316
Merge pull request #60 from sean-callahan/settings-map
...
Make FactorioServer.Settings use a map instead of a struct
2016-11-01 19:01:38 -04:00
majormjr
20d5466780
merged https://github.com/MajorMJR/factorio-server-manager/pull/60
2016-11-01 18:43:27 -04:00
majormjr
4dc8cf40ef
moved logging output to file
2016-11-01 15:58:36 -04:00
majormjr
9dbd525938
added build dir to Makefile
2016-11-01 15:58:06 -04:00
Sean Callahan
bb017ec7cb
Make FactorioServer.Settings use a map instread of a struct
...
To prevent future Factorio updates breaking the server settings,
use a map to store settings. Also, comments are now preserved and
used as help text in the UI. Note: they are also passed through
the settings form, but hidden. Also improved: error handling/logging in
FactorioServer init and more error checking in the handler.
2016-11-01 11:53:55 -07:00
majormjr
3d6855a6bb
fixed email address
2016-11-01 14:20:00 -04:00