well like the proper way to do it would be to just make a web app that interfaces with a database, not sure if there's anything plug and play that does this tho
Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
I'm not even kidding, I had just resigned myself to having to learn how to code a basic site to do this haha.
I was already researching how to do this haha
Yeah, I'd search github for django implementations as you might have better luck searching something more specific.
I thought you meant a self hosted leaderboard. Who is winning at self hosting?
I used to have a high score page on my personal website with scores for my own games.
It was a simple submission php script that would add an entry to a database, and then the page to display the scores would simply query the table to display it on a page.
The submission script had a simple hash check to make sure no one was submitting fake scores outside of my games, but if this is just for you and your friends you likely don’t need such a thing.