Skjigest -- a bot to manage suggestions & join requests on skji
This repository has been archived on 2025-09-26. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Elixir 98.3%
  • Dockerfile 1.7%
Find a file
2025-09-26 19:26:43 +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
docker-compose.yml initial commit 2022-11-23 20:02:12 +01:00
Dockerfile initial commit 2022-11-23 20:02:12 +01:00
license add license 2025-09-26 19:26:43 +02: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 add license 2025-09-26 19:26:43 +02:00

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