mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 04:51:13 +03:00
Limitations management and real-time MOTD update added.
- deleted unnecessary comments - korewaChino artefacts removed
This commit is contained in:
parent
c53c10cb0a
commit
cfea3e6e71
12 changed files with 79 additions and 84 deletions
17
README.md
17
README.md
|
|
@ -6,8 +6,6 @@ Implements Ping transmission functionality via Websocket and full avatar upload
|
|||
|
||||
And also a distinctive feature is the possibility of player identification through the third-party authorization system [Ely.By](https://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)
|
||||
|
|
@ -28,8 +26,13 @@ To do this, you will need to reverse proxy port 6665 to your domain with SSL
|
|||
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...
|
||||
### Public server
|
||||
|
||||
I'm keeping the public server running at the moment!
|
||||
You can use it if running your own Sculptor instance is difficult for you.
|
||||
|
||||
> figura.shsr.ru
|
||||
|
||||
For reasons beyond my control, the server is not available in some countries.
|
||||
|
||||
[Check server availability](https://figura.shsr.ru/health)
|
||||
Loading…
Add table
Add a link
Reference in a new issue