1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 20:23:12 +00:00
Mirror of the Github repository https://github.com/wlinator/luminara
Find a file
2023-10-27 15:18:59 +02:00
config Slight change to /daily success output 2023-10-18 17:33:41 +02:00
data /leaderboard v2 2023-10-27 15:18:59 +02:00
db fix XP cooldowns with MariaDB 2023-10-23 17:35:40 +02:00
handlers blacklist the therapy channel 2023-10-10 10:37:07 +02:00
modules /leaderboard v2 2023-10-27 15:18:59 +02:00
sb_tools Fix MariaDB syntax issue with item rewards. 2023-10-24 19:04:54 +02:00
utils Change /daily error output 2023-10-18 16:00:28 +02:00
.env.template docker & mariadb init 2023-10-23 14:49:46 +02:00
.gitignore docker & mariadb init 2023-10-23 14:49:46 +02:00
docker-compose.yml /leaderboard v2 2023-10-27 15:18:59 +02:00
Dockerfile automatic mariadb backups 2023-10-23 18:12:23 +02:00
LICENSE init - clone from personal Git 2023-06-19 10:20:17 -04:00
main.py docker & mariadb init 2023-10-23 14:49:46 +02:00
racu_update.sh Prevent "Already up to date" error 2023-07-15 12:43:12 -04:00
README.md fix XP cooldowns with MariaDB 2023-10-23 17:35:40 +02:00
requirements.txt docker & mariadb init 2023-10-23 14:49:46 +02:00

This branch uses Docker and MariaDB to run Racu. It has the exact same functionality within Discord. There is an ".env.template" file, please copy it to .env and fill out the details if you want to host Racu yourself.

Beware that this branch is much more complicated than the main branch with sqlite3 & PM2, however it is more suitable if you plan to host Racu on a major scale with thousands or millions of Discord servers.