Commit Graph

67 Commits

Author SHA1 Message Date
Dane Everitt
3de40ddf98 Fix handling of kill in daemon 2019-04-21 12:27:53 -07:00
Dane Everitt
8795e7d739 Emit server status events 2019-04-21 12:02:28 -07:00
Dane Everitt
bed30d9229 Get working console websocket implementation and fix race condition 2019-04-20 17:38:12 -07:00
Dane Everitt
49ca2e2404 Cleanup server stuff since that was getting unweildy 2019-04-20 16:26:55 -07:00
Dane Everitt
870adffc14 Significant improvements to attaching/console handling 2019-04-20 16:20:08 -07:00
Dane Everitt
94223bafec Fix docker user and write configuration to disk when setting user 2019-04-06 16:03:02 -07:00
Dane Everitt
d534b23606 Move configuration to own directory, modify docker environment setup to be easier to manage 2019-04-06 13:33:54 -07:00
Dane Everitt
fe30c2969d Add the default environment variables for servers 2019-04-06 12:36:05 -07:00
Dane Everitt
7d67be8382 Add support for getting a server's log file via the API 2019-04-06 12:27:44 -07:00
Dane Everitt
3b4555344c Build out the docker environment a bit more 2019-04-05 21:59:27 -07:00
Dane Everitt
447dafc76d Update deprecated API call 2019-04-03 23:58:45 -07:00
Dane Everitt
4c6f2cf948 Whoops, casting strings like this is incorrect.
For example, 25565 is a rune for 揝 when doing string(port).
2019-04-03 23:54:38 -07:00
Dane Everitt
b69da4f43a Correctly map to int not string here 2019-04-03 23:45:15 -07:00
Dane Everitt
b84ed20c24 Update docker environment to handle port mapping 2019-04-03 23:09:15 -07:00
Dane Everitt
c683809efc Get more of the container creation fleshed out 2019-04-03 22:49:15 -07:00
Dane Everitt
3e4fcd527d Pass through startup as argument 2019-04-03 22:20:39 -07:00
Dane Everitt
08af485c40 Get basic environment creation beginning to work 2019-04-03 22:01:11 -07:00