Simple Telegram bot that allows you to administer a TShock server for Terraria.
- Creating tokens
- Switching accounts
- Server/world informaton
- Broadcast
- Execute command
- All/online users
- English/russian localizations
- Rename
.env.example
to.env
, fill it with your data (POSTGRES_DSN
data should containDB_USER
,DB_PASS
,DB_NAME
) - Make directories for your postgres and redis data
- Rename
docker-compose.example.yml
todocker-compose.yml
- Replace
/path/to/postgres-data
,/path/to/redis-data
with your postgres and redis data paths indocker-compose.yml
- Run
docker compose up -d