Go to file
Augusto Dwenger J. 78dfaff61a
ci/woodpecker/push/java/1 Pipeline was successful Details
ci/woodpecker/push/java/2 Pipeline was successful Details
ci/woodpecker/push/java/3 Pipeline was successful Details
ci/woodpecker/push/java/4 Pipeline was successful Details
ci/woodpecker/push/java/5 Pipeline was successful Details
ci/woodpecker/push/nodejs Pipeline was successful Details
ci/woodpecker/push/oci-image-cache-build Pipeline was successful Details
ci/woodpecker/push/oci-image-build/1 Pipeline failed Details
ci/woodpecker/push/oci-image-build/2 Pipeline failed Details
ci/woodpecker/push/oci-image-build/3 Pipeline was successful Details
ci/woodpecker/push/oci-image-build/4 Pipeline was successful Details
ci/woodpecker/push/oci-image-build/5 Pipeline was successful Details
ci/woodpecker/push/cleanup unknown status Details
WIP
2024-03-26 23:51:26 +01:00
.woodpecker ci: Fix image-name to delete 2024-03-10 16:41:48 +01:00
bot WIP 2024-03-26 23:51:26 +01:00
db WIP 2024-03-26 23:51:26 +01:00
migration WIP 2024-03-26 23:51:26 +01:00
monolith WIP 2024-03-26 23:51:26 +01:00
ui ui: Fix title in browser tab 2023-12-08 20:07:24 +01:00
web WIP 2024-03-26 23:51:26 +01:00
.dockerignore WIP 2024-03-26 23:51:26 +01:00
.env.example Update deployment 2023-05-20 20:22:00 +02:00
.gitignore misc: Ignore data directory from local setup 2023-11-23 22:08:35 +01:00
Dockerfile WIP 2024-03-26 23:51:26 +01:00
LICENSE Change license from MIT to MPL-2.0 2023-05-16 03:06:52 +02:00
README.md doc: Add minimal section for the UI 2023-11-23 22:50:36 +01:00
docker-compose.yml build: Add new monolith module 2024-02-17 16:22:16 +01:00
pom.xml WIP 2024-03-26 23:51:26 +01:00

README.md

dchat

A ChatGPT Bot for Discord.

Installation

Requirements:

Clone the project

git clone https://git.hhhammer.de/hamburghammer/dchat.git
cd dchat

Obtain the images

Build the images

docker compose build

Configure environment

cp .env.example .env

Fill the required variables.

Start

For the fist time we want to start the containers in the following order:

First crate the DB.

docker compose up -d db

Crate the required tables and migrate already existing data.

docker compose up -d migration

Start the final apps.

docker compose up -d

Invite

Invite the bot through the link provided in the container logs.

docker compose logs bot

Permissions

After starting the stack, navigate to localhost:8081 and feel free to configure who and how much they can use the bot :)

LICENSE

The software is licensed under the MPL-2.0 license.