https://github.com/troke12/osu-server-list
Simple osu! Private Server Listing, another way to see current active servers.
https://github.com/troke12/osu-server-list
osu osuprivate private server
Last synced: 20 days ago
JSON representation
Simple osu! Private Server Listing, another way to see current active servers.
- Host: GitHub
- URL: https://github.com/troke12/osu-server-list
- Owner: troke12
- License: gpl-3.0
- Created: 2022-01-31T06:17:15.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-05-07T01:52:39.000Z (9 months ago)
- Last Synced: 2025-10-04T01:54:10.483Z (4 months ago)
- Topics: osu, osuprivate, private, server
- Language: JavaScript
- Homepage: https://list.troke.id
- Size: 120 KB
- Stars: 5
- Watchers: 2
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# osu! Private Server Listing
A list of osu! private servers.
#### How to add your server
var items = [
{
name: "Name of your server",
link: "http://yourosuserver.com",
owner: "The owner",
location: "Country like ID,US",
onlineAPI: "your online users api",
instances: 0,
discord: "Discord invite",
logo: "https://yourlogo.com/logo.png"
}
];
## Make sure each of your items are separate and start adding from below!
For `instances` there are only 2 values :
- 0 for the server who are using ripple instances
- 1 for the server using gulag
- 2 Special for Ripple only (do not use)
## Development
- Clone this repository
- `npm install` to install dependencies
- `npx tailwindcss -i src/input.css -o dist/style.css --watch` for start developing
## Contributors