Contribute and Learn
As far as this server goes, I am pretty much done with adding public features. The original goal was just to stand up some minecraft servers for the detachment which has been completed. But if you're someone who is interested in learning about what goes on behind the scenes, I am always willing to teach.
Frontend Development
It is clear to see that I am not a frontend dev nor do I want to learn CSS. However, if you're creative and HTML/CSS is your thing, I would be glad to throw something up on GitHub and recieve some pull requests. Deployment of static sites should be simple and pretty much automatic.
On the backend, this website is currently deployed using a git post-recieve hook to pull the master branch into the live server directory, so almost no work is needed other than pushing changes to the master branch.
Networking and Backend Development
Something that I think it is important to mention upfront is that exposing a network to the public is inherently unsecure. Even professionals and large organizations get it wrong.
Opening up the server for backend development is a bit trickier than frontend work since it is very easy to make a mess of the services and configurations runnning. Messing up is part of the learning process but it's better to mess up on a machine you would not care to wipe.
If you are interested in network development but do not have experience, I can only offer to help you set up your own home lab to let you learn the basics. Old computers and networking equipment can be found pretty cheap nowadays. You can also get a free or cheap VPS like an AWS Lightsail instance which you wouldn't be able to host as much, but is a much safer alternative for opening a server to the public. ChatGPT, Google, and Stack Overflow will be your best friend.
However, if you have previous experience with networking concepts, linux cli, and you overall feel confident in your ability to not kill or expose the server, I would be willing to let you contribute to the server's security and features.