All apps · 0 apps
Vencloud
Docker app from grtgbln's Repository
Overview
Install Vencloud on Unraid in a few clicks.
Find Vencloud in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Requirements
Requires a separate Redis instance.
Categories
Related apps
Explore more like this
Explore allLinks
Details
ghcr.io/vencord/vencloud:latestRuntime arguments
- Network
bridge- Privileged
- false
Template configuration
Container Port: 8080
- Target
- 8080
- Default
- 8080
- Value
- 8080
Connection URL to Redis database
- Target
- REDIS_URI
Client ID for Discord authentication
- Target
- DISCORD_CLIENT_ID
Client secret for Discord authentication
- Target
- DISCORD_CLIENT_SECRET
Redirect URI for Discord authentication
- Target
- DISCORD_REDIRECT_URI
Used to generate secret key for each user's API secret. Generate with 'openssl rand -hex 64'
- Target
- PEPPER_SECRETS
Used to generate secret key for each user's settings. Generate with 'openssl rand -hex 64'
- Target
- PEPPER_SETTINGS
Comma-separated whitelist for users to use this service. If empty, all users allowed.
- Target
- ALLOWED_USERS
URL that the root of the API will redirect to.
- Target
- ROOT_REDIRECT
- Default
- https://github.com/Vencord/Vencloud
- Value
- https://github.com/Vencord/Vencloud
Enable to offer metrics at /metrics
- Target
- PROMETHEUS
- Default
- false|true
Leave empty if not using reverse proxy.
- Target
- PROXY_HEADER
The maximum settings backup size, in bytes
- Target
- SIZE_LIMIT
- Default
- 32000000
- Value
- 32000000
Internal host. Not recommended to change.
- Target
- HOST
- Default
- 0.0.0.0
- Value
- 0.0.0.0
Internal port. Not recommended to change.
- Target
- PORT
- Default
- 8080
- Value
- 8080
Internal data path. Not recommended to change.
- Target
- APP_DATA_DIR
- Default
- /data
- Value
- /data