#Hosting on a pterodactl panel
1 messages · Page 1 of 1 (latest)
@jolly mica what do you mean with hosting twilight on a ptrodactyl panel? Is that not a tool for game server management?
It is not only for game servers. It, at it's core is a host that lets you launch servers / applications.
There are "eggs" for different server jars like redis and others.
I was planning on using: https://github.com/pelican-eggs/generic/tree/main/rust
if you have a better idea for hosting a bot I would welcome it.
I just run it in a tmux session on my vps, I will have to look a bit more into this to understand what it actually does
really what I am asking is how can I lower the external dependencies and have it all in rust?
If you use rustls with ring and disable zstd there is mostly no non c code
Zlib is c but you can probably get it to use zlib-rs though we don't have a feature since it is a pretty new thing