1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 18:23:12 +00:00
Mirror of the Github repository https://github.com/wlinator/luminara
Find a file
2024-08-06 04:15:29 -04:00
.github/workflows Update docker-image.yml 2024-07-19 19:45:14 -04:00
config chore: Add kick command to moderation module 2024-08-06 04:15:29 -04:00
db Fix an issue where guilds could have multiple modlog channels stored in the database. 2024-08-04 12:31:19 -04:00
handlers chore: Refactor code to remove unused NotAllowedInChannel exception and associated checks 2024-08-05 05:27:25 -04:00
lib Refactor help command outputs 2024-08-05 05:53:34 -04:00
modules chore: Add kick command to moderation module 2024-08-06 04:15:29 -04:00
services Refactor help command outputs 2024-08-05 05:53:34 -04:00
.env.example Fix migrations to avoid conflicts and replacing values 2024-08-01 10:09:54 -04:00
.gitignore chore: Add database migrations and docker-compose.dev.yml 2024-07-19 16:14:28 -04:00
.pre-commit-config.yaml Refactor JSON and YAML file handling for improved readability and performance 2024-07-17 07:55:54 -04:00
Client.py refactor: Update logger to use constants for title and version 2024-07-19 15:42:19 -04:00
docker-compose.dev.yml More refactoring 2024-07-19 16:24:52 -04:00
docker-compose.prod.yml chore: Change to python slim-bookworm 2024-07-20 07:40:43 -04:00
Dockerfile chore: Update Dockerfile environment variables 2024-07-20 07:44:11 -04:00
LICENSE Update LICENSE 2024-07-19 09:21:52 -04:00
Luminara.py chore: Add database migrations and docker-compose.dev.yml 2024-07-19 16:14:28 -04:00
poetry.lock chore: Add timeout and untimeout commands for user moderation 2024-08-03 03:51:34 -04:00
pyproject.toml chore: Add timeout and untimeout commands for user moderation 2024-08-03 03:51:34 -04:00
README.md Update README.md 2024-07-19 18:02:54 -04:00
renovate.json Add renovate.json 2024-07-19 13:44:42 +00:00

You can invite me with this link. Thanks for using Luminara!

Lumi art

Self-Hosting

Self-hosting refers to running Luminara on your own server or computer, rather than using the publicly hosted version. This approach offers the ability to manage your own instance of the bot and give it a custom name and avatar.

Requirements

Before you begin, make sure you have the following installed on your system:

Additionally, you'll need to create a Discord bot application and obtain a token:

  1. Go to the Discord Developer Portal.
  2. Click on "New Application" and give it a name.
  3. Navigate to the "Bot" tab and click "Add Bot".
  4. Under the bot's username, click "Reset Token" to reveal your bot token.
  5. Copy this token; you'll need it for the .env file later.

Note: remember to keep your bot token secret and never share it publicly.

Running Luminara:

  1. Copy the contents from docker-compose.prod.yml to a new file named docker-compose.yml in an empty directory.

  2. Copy the .env.example file to a new file named .env in the same directory.

  3. Fill out the .env file with your specific configuration details.

  4. Run the following command in your terminal:

    docker compose up -d --build
    

This will build and start Luminara in detached mode.


Some icons used in Lumi are provided by Icons8.