Raekye

Results 41 comments of Raekye

I will look into this (not right now but hopefully soon when I get a good chance :sweat_smile: ). Unfortunately I do not want to have to add new UI,...

Hello, dropping in for my sporadic maintenance of Gamocosm 😅 (Of course, you may have long moved on, but I think these issues serve as good information for others/history) ###...

This is interesting! Can't say I've been responding in a timely manner, but if you run into any issues or have any questions I'll try to help

Thanks again for your PR! I've just migrated the Gamocosm deployment (and development) to use containers (started in December last year, got tilted that you can't start rootless podman containers...

Not the same as a dedicated control panel, but today I've updated Gamocosm to set up [Cockpit](https://cockpit-project.org/), a general purpose web-based server control panel which includes a console/terminal. I've also...

I haven't been actively updating Gamocosm, but I probably should, I've been more productive with my own work lately and it's about time I dust this off again. This is...

Surprisingly, I finished it in a week as promised 😅 It's subject to change, so I'll just document it here for now: - There's an API key per server, which...

Ah yes the cookie/session thing was an oversight. I'll look into it. As for authentication data in plain text, what do you mean? Gamocosm uses https, which I have to...

The cookie/session issue should be fixed. I forgot to mention there was already a `/reboot` endpoint which restarts the DO server. Additionally, I've added `/backup` which behaves similarly to the...

Nice bot! I added an `exec` endpoint: ``` curl -H 'Content-Type: application/json' --data '{ "command": "say hi" }' http://gamocosm.com/servers/[server id]/api/[api key]/exec ```