Invite to Discord · Report a Bug · Request a Feature
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.
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:
- Go to the Discord Developer Portal.
- Click on "New Application" and give it a name.
- Navigate to the "Bot" tab and click "Add Bot".
- Under the bot's username, click "Reset Token" to reveal your bot token.
- 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.
-
Copy
docker-compose.prod.yml
,settings.yaml
, and.env.example
to an empty directory. -
Rename
docker-compose.prod.yml
todocker-compose.yml
. -
Rename
.env.example
to.env
and fill it out with your specific configuration details. -
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.