Commit Graph

431 Commits

Author SHA1 Message Date
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
majormjr
fc223abb7f updated Dockerfile 2016-11-01 14:19:24 -04:00
majormjr
c145a8afc2 Starting server saves server-settings.json file to correct position 2016-11-01 10:52:52 -04:00
majormjr
4190ecc621 removed AdminLTE exmaple files 2016-11-01 09:10:44 -04:00
majormjr
14058210ee removed npm-debug.log 2016-11-01 09:09:42 -04:00
majormjr
dfe08853e4 moved server-settings.json config file to config directory 2016-11-01 08:27:50 -04:00
majormjr
64921908ca improved log formatting 2016-11-01 08:24:15 -04:00
majormjr
d22822639d fixed permissions 2016-11-01 08:23:48 -04:00
majormjr
edbdb2730e added npm-debug.log to gitignore 2016-11-01 08:23:22 -04:00
majormjr
cda386a7b8 Updated makefile and added go 1.7 to travis build script 2016-11-01 08:17:54 -04:00
majormjr
1b71403186 moved defer after err 2016-10-31 18:59:14 -04:00
majormjr
572a338634 added build directory to .gitignore list 2016-10-31 18:39:51 -04:00
majormjr
76a4060341 improving server-settings.json UI 2016-10-31 18:39:18 -04:00
majormjr
54c639634b handler improvements for retrieving server-settings.json file 2016-10-31 18:37:25 -04:00
majormjr
5f110aa3d3 Added server-settings.json file to example conf.json file 2016-10-31 18:36:29 -04:00
majormjr
618dcbd234 moved builds to build directory 2016-10-31 18:35:53 -04:00
majormjr
5ff7f7c6a3 fixed permissions 2016-10-31 18:31:41 -04:00