mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 08:50:07 +00:00
Bumps the npm_and_yarn group in /docker-apps/rest-passthrough with 2 updates: [@octokit/request-error](https://github.com/octokit/request-error.js) and [@octokit/request](https://github.com/octokit/request.js). Updates `@octokit/request-error` from 6.1.1 to 6.1.7 - [Release notes](https://github.com/octokit/request-error.js/releases) - [Commits](https://github.com/octokit/request-error.js/compare/v6.1.1...v6.1.7) Updates `@octokit/request` from 9.2.0 to 9.2.2 - [Release notes](https://github.com/octokit/request.js/releases) - [Commits](https://github.com/octokit/request.js/compare/v9.2.0...v9.2.2) --- updated-dependencies: - dependency-name: "@octokit/request-error" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@octokit/request" 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>
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.