Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devwckd/ork-website-backend
https://github.com/devwckd/ork-website-backend
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devwckd/ork-website-backend
- Owner: devwckd
- Created: 2023-11-20T03:57:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-20T04:13:00.000Z (about 1 year ago)
- Last Synced: 2024-10-22T17:32:01.771Z (3 months ago)
- Language: Rust
- Size: 69.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ork
Ork aims to be a full-fledged pay-as-you-go Minecraft hosting suite built on top of kubernetes.
## ork-website-backend
`ork-website-backend` gives functionality to the website.
Implemented/underway feature list:
| name | description |
|----------------------|-------------------------------------------------------------------------------------------------|
| auth | authenticates and authorizes website users |
| organization | store and manage members and common configurations of a network |
| deployment templates | defines deployment templates (e.g. minecraft proxies, servers, databases, ***custom services**) |
| deployments | deploys and serves information of pods based on the given template |***custom services**: [ork-bridge-service](https://github.com/devwckd/ork-bridge-service) is an example of a custom service provided by ork.