mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 00:40:07 +00:00
* update biome to v2 * Run biome check --write * Update biome.jsonc Co-authored-by: Link <lts20050703@gmail.com> * Fix config error * Bump biome version * Update website/yarn.lock * Update biome to 2.1.3 --------- Co-authored-by: Link <lts20050703@gmail.com>
Discordeno Rest Passthrough
Prerequisites
Before running the app, make sure you have the following prerequisites installed:
- Docker: Installation Guide
- Discordeno: GitHub Repository
Getting Started
docker pull ghcr.io/discordeno/app-rest-passthrough:latest- Create an environment file (you can use
-eflags instead), example:./my-env docker run --detach --env-file ./my-env -p 8000:8000 --name dd-rest discordeno/app-rest-passthrough
Configuration
The app can be configured using environment variables. The following variables are available:
DISCORD_TOKEN: The Discord bot token used for authentication.HOST: The host to bind the application to, for Docker it should be0.0.0.0. Defaults tolocalhost.AUTHORIZATION_TOKEN: The token that will be used to authorize the requests made. This can be anything generated by you.
You can set these variables either in a .env file or directly in your Docker command.
License
This project is licensed under the Apache 2.0 License.