Skjigest -- a bot to manage suggestions & join requests on skji
 
 
Go to file
Ravy 45ebd6f51e
move hardcoded content to env
2023-09-14 05:07:49 +02:00
config move hardcoded content to env 2023-09-14 05:07:49 +02:00
lib move hardcoded content to env 2023-09-14 05:07:49 +02:00
.example-env move hardcoded content to env 2023-09-14 05:07:49 +02:00
.formatter.exs initial commit 2022-11-23 20:02:12 +01:00
.gitignore initial commit 2022-11-23 20:02:12 +01:00
Dockerfile initial commit 2022-11-23 20:02:12 +01:00
README.md documentation 2022-11-23 20:07:16 +01:00
docker-compose.yml initial commit 2022-11-23 20:02:12 +01:00
mix.exs fix allowed mentions 2022-11-23 20:35:44 +01:00
mix.lock fix allowed mentions 2022-11-23 20:35:44 +01:00

README.md

Skjigest

Tiny anonymous suggestion bot in elixir built for skji.

Running

cp .{example-,}env
fill out .env

to run production-ready, run:
docker compose up

to run locally, install elixir, then run
export $(cat .env)
mix deps.get
mix run --no-halt