This is a mirror repository of https://github.com/shiroyashik/sculptor
Find a file
2024-06-02 03:21:58 +07:00
.github/workflows hard revert!! 2024-06-02 03:12:29 +07:00
src use tracing_subscriber, handle subscription error 2024-06-02 03:21:58 +07:00
.gitignore small fixes in README 2024-05-26 00:21:16 +03:00
Cargo.lock use tracing_subscriber, handle subscription error 2024-06-02 03:21:58 +07:00
Cargo.toml use tracing_subscriber, handle subscription error 2024-06-02 03:21:58 +07:00
Config.example.toml small fixes in README 2024-05-26 00:21:16 +03:00
CREDITS Pre-release 2024-05-20 22:51:07 +03:00
docker-compose.example.yml Fix compiler warnings, clean up safety errors 2024-06-02 01:01:57 +07:00
Dockerfile A cup of Docker 2024-05-24 21:40:02 +03:00
LICENSE Pre-release 2024-05-20 22:51:07 +03:00
note.txt Pre-release 2024-05-20 22:51:07 +03:00
README.md Fix compiler warnings, clean up safety errors 2024-06-02 01:01:57 +07:00

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

This is a personal fork of Sculptor, made to be a workaround for a private server.

Running with Docker

You will need an already configured Docker with Traefik (you can use any reverse proxy)

  1. Create avatars folder (it will store player avatars)
  2. Copy Config.example.toml and rename it to Config.toml
  3. Copy docker-compose.example.yml and rename to docker-compose.yml
  4. Open docker.compose.yml and uncomment the "labels" to work with Traefik and add the container to the network with Traefik.
  5. docker compose up -d this 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

  1. Create avatars folder (it will store player avatars)
  2. Copy Config.example.toml and rename it to Config.toml
  3. Set up your reverse proxy server
  4. cargo run

TODO:

  • Realization of storing profiles in the database
  • Frontend for moderation
  • Autonomous working without reverse proxy server
  • and many other...