2023-06-18 13:56:25 -04:00
2023-06-18 12:57:08 -04:00
2023-06-18 13:56:25 -04:00
2023-06-18 12:57:08 -04:00
2023-06-18 12:57:08 -04:00
2023-06-18 12:57:08 -04:00
2023-06-18 12:57:08 -04:00

Yggdrasil

Self-hosted Minecraft authentication server with authlib-injector support

Setup

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