Protect internal services from third-party observers.
Find a file
Lilly Rose Berner 2f557b6bec
Clarify purpose / intended usage
Signed-off-by: Lilly Rose Berner <lilly@lostluma.net>
2025-11-05 18:12:14 +01:00
src Initial commit 2025-09-17 18:25:10 +02:00
.dockerignore Initial commit 2025-09-17 18:25:10 +02:00
.gitignore Initial commit 2025-09-17 18:25:10 +02:00
Cargo.lock Initial commit 2025-09-17 18:25:10 +02:00
Cargo.toml Prevent publishing to crates.io 2025-09-17 19:06:11 +02:00
docker-compose.yaml Initial commit 2025-09-17 18:25:10 +02:00
Dockerfile Initial commit 2025-09-17 18:25:10 +02:00
example.config.json Initial commit 2025-09-17 18:25:10 +02:00
LICENSE Add MIT license 2025-09-17 19:06:00 +02:00
README.md Clarify purpose / intended usage 2025-11-05 18:12:14 +01:00
Rocket.toml Initial commit 2025-09-17 18:25:10 +02:00

Discord Auth Proxy

Protect internal services, such as ModMail logs, from third-party observers.
Resources protected by the proxy are only accessible to users with certain roles on Discord.

Development

Run the development environment:

PROFILE=dev docker compose up --watch