1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 20:23:12 +00:00

Add Dozzle examples

This commit is contained in:
wlinator 2024-03-01 12:37:13 +01:00
parent d3cd7672ce
commit 0eb0beaddc
2 changed files with 12 additions and 2 deletions

View file

@ -21,14 +21,16 @@ Racu is a Discord bot originally developed for a specific server, but it can now
## 📲 Installation ## 📲 Installation
Racu is containerized: its core, database and db admin platform run on Docker without any extra configuration. Racu is containerized: its core, database, database admin platform and logger run on Docker without any extra configuration.
However, you CAN run it locally without Docker by hosting MariaDB on your machine with the login credentials specified in [.env](.env.template) and installing **Python 3.11** with the [required pip packages](requirements.txt). **Note: I won't explain how to do this. Figure it out on your own.** However, you CAN run it locally without Docker by hosting MariaDB on your machine with the login credentials specified in [.env](.env.template) and installing **Python 3.11** with the [required pip packages](requirements.txt). **Note: I won't explain how to do this. Figure it out on your own.**
```sh ```sh
git clone https://github.com/Dok4440/racu && cd racu git clone https://github.com/Dok4440/racu && cd racu
``` ```
Copy `.env.template` to `.env` and fill out the [variables](#env-keys). Copy `.env.template` to `.env` and fill out the [variables](#env-keys).
**Optional:** copy `users.yml.example` to `users.yml` to properly configure Dozzle logs. Check the file for more information.
```sh ```sh
docker compose up -d --build docker compose up -d --build

8
users.yml.example Normal file
View file

@ -0,0 +1,8 @@
users:
# "admin" here is username
admin:
name: "Admin"
# Just sha-256 which can be computed with "echo -n password | shasum -a 256"
password: "5e884898da28047151d0e56f8dc6292773603d0d6aabbdd62a11ef721d1542d8"
# use email to generate avatars using Gravatar. It is optional.
email: me@email.net