Yukkuricraft / YakumoDash

Webtool for managing all Yukkuricraft software infrastructure
0 stars 0 forks source link

Server Web Console per Container #8

Closed remiscarlet closed 1 year ago

remiscarlet commented 1 year ago

Sockets? Streams?

Implement a read-only console first. Worry about writes later.

remiscarlet commented 1 year ago

e252993373d51ff897c55fd792d8c9d61f37706f Starts to implement this

remiscarlet commented 1 year ago

cc3fd5363c8223b2468e590e8d703301504ea065

remiscarlet commented 1 year ago

e69853b3e382b7364805ac3f0370c144561f1f27

Fix latent bugs with socketio connect/disconnect usage. Generally speaking, only have a socketio connection live when needed (server console dialog open)

remiscarlet commented 1 year ago

ac91dbdac626bc3a347b836ebc696d2955ade45c

Basic two-way comms implemented. You can now send commands to the server console via SocketIO.

This finishes the MVP for server console. Additional fixes/features should be separate issues.