1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 18:03:12 +00:00
Mirror of the Github repository https://github.com/wlinator/luminara
Find a file
2024-08-27 07:16:22 -04:00
.github Optimize code 2024-08-18 11:18:20 +02:00
db Optimize imports 2024-08-18 11:16:18 +02:00
handlers Optimize code and imports 2024-08-22 14:42:11 +02:00
lib Fix info command 2024-08-27 07:01:31 -04:00
modules Fix slots command with new yaml settings 2024-08-27 06:38:33 -04:00
services Optimize code and imports 2024-08-22 14:42:11 +02:00
settings chore: Bump version to 2.9.0 in settings.yaml 2024-08-27 06:43:21 -04:00
.env.example Update deps 2024-08-25 15:21:18 -04:00
.gitignore chore: Add database migrations and docker-compose.dev.yml 2024-07-19 16:14:28 -04:00
.pre-commit-config.yaml Optimize code 2024-08-18 11:18:20 +02:00
Client.py Allow mentions as a prefix and add sync command 2024-08-12 03:35:37 -04:00
CODE_OF_CONDUCT.md Optimize code 2024-08-18 11:18:20 +02:00
CONTRIBUTING.md Optimize code and imports 2024-08-22 14:42:11 +02: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 Small fix for Windows development 2024-08-22 14:54:31 +02:00
LICENSE Update LICENSE 2024-07-19 09:21:52 -04:00
Luminara.py Fix blackjack command with new yaml settings 2024-08-27 06:27:30 -04:00
poetry.lock Update deps 2024-08-25 15:21:18 -04:00
pyproject.toml Upgrade to Pycord 2.6 2024-08-12 04:21:53 -04:00
README.md chore: Update README.md to mention usage of settings.yaml for configuration 2024-08-27 07:16:22 -04:00
renovate.json Add renovate.json 2024-07-19 13:44:42 +00:00
SECURITY.md Optimize code 2024-08-18 11:18:20 +02: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.

Note: From v2.9.0 and onward, Lumi now utilizes a settings.yaml file to manage configuration settings. This allows you to customize your bot's behavior without needing to modify the source code itself.

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 contents from .env.example 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.