Files
discordeno/docker-apps/rest-passthrough
dependabot[bot] eb2024570c build(deps): bump ajv (#4786)
Bumps the npm_and_yarn group with 1 update in the /docker-apps/rest-passthrough directory: [ajv](https://github.com/ajv-validator/ajv).


Updates `ajv` from 8.12.0 to 8.18.0
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v8.12.0...v8.18.0)

---
updated-dependencies:
- dependency-name: ajv
  dependency-version: 8.18.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fleny <Fleny113@outlook.com>
2026-02-19 21:56:08 +01:00
..
2026-01-17 21:54:15 +01:00
2026-02-19 21:56:08 +01:00

Discordeno Rest Passthrough

Prerequisites

Before running the app, make sure you have the following prerequisites installed:

Getting Started

  1. docker pull ghcr.io/discordeno/app-rest-passthrough:latest
  2. Create an environment file (you can use -e flags instead), example: ./my-env
  3. 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 be 0.0.0.0. Defaults to localhost.
  • 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.