1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 20:43:12 +00:00
Mirror of the Github repository https://github.com/wlinator/luminara
Find a file
2024-07-19 19:14:51 -04:00
.github/workflows Update docker-hub-image.yml 2024-07-19 19:14:51 -04:00
config chore: Add database migrations and docker-compose.dev.yml 2024-07-19 16:14:28 -04:00
db refactor: Update database.py to use pathlib for reading migration files among other changes 2024-07-19 17:26:49 -04:00
handlers Sort all imports 2024-07-17 08:01:12 -04:00
lib refactor: Update color scheme constants in lib/constants.py 2024-07-19 17:28:40 -04:00
modules Change metadata to consts 2024-07-19 15:23:45 -04:00
services Sort all imports 2024-07-17 08:01:12 -04:00
.env.example Refactor: Code cleanup and consistency 2024-07-17 07:47:26 -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 More refactoring 2024-07-19 16:24:52 -04:00
Dockerfile chore: Update Dockerfile to include mariadb-client for backups 2024-07-14 14:04:01 -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 fix(deps): update dependency ruff to v0.5.3 2024-07-19 13:48:28 +00:00
pyproject.toml chore: Update pyproject.toml with python-dotenv and pyyaml dependencies 2024-07-16 15:53:42 -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.