mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 04:51:13 +03:00
1.4 KiB
1.4 KiB
The Sculptor
Unofficial backend V2 for the Minecraft mod Figura.
Implements Ping transmission functionality via Websocket and full avatar upload and download functionality. Currently incomplete and under active development
And also a distinctive feature is the possibility of player identification through the third-party authorization system Ely.By
Running with Docker
You will need an already configured Docker with Traefik (you can use any reverse proxy)
- Create avatars folder (it will store player avatars)
- Copy Config.example.toml and rename it to Config.toml
- Copy docker-compose.example.yml and rename to docker-compose.yml
- Open docker.compose.yml and uncomment the "labels" to work with Traefik and add the container to the network with Traefik.
docker compose up -dthis will build and run the container with
Just running
Running this way you won't need WSL when running on Windows, but.... To do this, you will need to reverse proxy port 6665 to your domain with SSL
- Create avatars folder (it will store player avatars)
- Copy Config.example.toml and rename it to Config.toml
- Set up your reverse proxy server
cargo run
TODO:
- Realization of storing profiles in the database
- Frontend for moderation
- Autonomous working without reverse proxy server
- and many other...