this post was submitted on 15 Jun 2025
5 points (100.0% liked)

Opensource

3641 readers
51 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 2 years ago
MODERATORS
 

Developer @SpiderUnderUrBed@lemmy.zip

Hello, I created gameserver-rs, (https://github.com/SpiderUnderUrBed/gameserver-rs), because pterodactyl does not support Kubernetes (and I doubt they would officially add support), there was a attempt, but it was archived probably due to the effort required to maintain something to the level of pterodactyl, but I want gameserver-rs to be its own thing, with a different way to handle nodes, games, and different UI fundamentally. Kubernetes specific features does not work yet, but with the deployments you can already have a node run your game in a pod, and one for the UI, you dont even have to use Kubernetes, which means that its essentially platform agnostic. Made and rust and using svelte (but vanilla html and css works too), I hope to make this project good enough to use for my own server with friends and to provide a use for other people. This projects in very early development, I do not recommend using it in prod, this post is mainly aimed towards getting more contributers, if your interested in potentially contributing, tell me in the reply

you are viewing a single comment's thread
view the rest of the comments
[–] recursive_recursion@lemmy.ca 4 points 2 months ago* (last edited 2 months ago)

Heads up there's no license in the project's repo as of 2025 June 14.

As such atm: contribute at your own risk.