Yggdrasil
Self-hosted Minecraft authentication server with authlib-injector support
Setup
- Declare database URL
$ export DATABASE_URL="sqlite:yggdrasil.db"
- Create database (install sqlx cli tool if not already)
$ sqlx db create
- Run SQL migrations (this creates the tables)
$ sqlx migrate run
Description
Languages
Rust
98.4%
Shell
1.6%