Commit Graph

266 Commits

Author SHA1 Message Date
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
majormjr
4e80d5341a fixed permissions 2016-10-31 18:29:45 -04:00
majormjr
c7bad747f6 removed old no longer needed advanced starting options 2016-10-31 12:21:23 -04:00
majormjr
198b6719e4 added new seting added in Factorio 0.14.16 2016-10-31 12:20:37 -04:00
majormjr
c547081ca7 Merge branch 'master' of github.com:MajorMJR/factorio-server-manager 2016-10-31 11:44:17 -04:00
majormjr
3931b8811f Added checking for existing server-settings.json file 2016-10-31 11:44:00 -04:00
Mitch Roote
bd6a1f8ab5 Merge pull request #58 from sean-callahan/fix-save-bug
Fix nil pointer in saves
2016-10-24 10:41:55 -04:00
Sean Callahan
5ac60f28c3 fix nil reference pointer in saves
If there were no saves, listSaves would return a nil slice.
2016-10-23 20:00:50 -07:00
majormjr
f74dff6e1d fixed bug where date is displayed incorrectly in UI 2016-10-18 17:53:37 -04:00
majormjr
99178f60a1 improved form formatting 2016-10-13 15:37:31 -04:00
majormjr
a3003d7428 removed unused import 2016-10-13 15:16:58 -04:00
majormjr
db13f65032 Merge branch 'master' of github.com:MajorMJR/factorio-server-manager 2016-10-13 15:13:49 -04:00
majormjr
7e97b5bb8c added form to configuration page for updating server settings 2016-10-13 15:13:39 -04:00
Mitch Roote
4b3dedb4c5 added missing code closing tag 2016-10-11 12:30:27 -04:00
majormjr
1b99c86403 corrected ResponseWriter typo 2016-10-11 12:24:20 -04:00
majormjr
b7eaccce60 fixed bug where saves directory is listed with save files 2016-10-11 12:20:54 -04:00