Sure-Web
Sure-Web
Docker app from Skylinar's Repository
Overview
Requirements
Requires a //Postgres\\ database and //Redis\\.
Check the Sure documentation for more information: https://github.com/we-promise/sure/blob/main/docs/hosting/docker.md
Runtime arguments
- Web UI
http://[IP]:[PORT:3000]- Network
bridge- Shell
sh- Privileged
- false
- Extra Params
--restart unless-stopped
Template configuration
Config data for application. Should be the same dir as Sure Worker.
- Target
- /rails/storage
- Default
- /mnt/user/appdata/sure/app-storage
- Value
- /mnt/user/appdata/sure/app-storage
- Target
- 3000
- Default
- 3000
- Value
- 3000
Secret key. Run `openssl rand -hex 64` to generate a secret
- Target
- SECRET_KEY_BASE
Postgres database host. Suggested: {YOUR-POSTGRES-IP}
- Target
- DB_HOST
Postgres database port. Default: 5432
- Target
- DB_PORT
- Default
- 5432
Postgres database username.
- Target
- POSTGRES_USER
Postgres database password.
- Target
- POSTGRES_PASSWORD
Postgres database name.
- Target
- POSTGRES_DB
The Redis host URL. Suggested: redis://{YOUR-REDIS-IP}:6379/1
- Target
- REDIS_URL
- Default
- redis://{YOUR-REDIS-IP}:6379/1
- Value
- redis://{YOUR-REDIS-IP}:6379/1
Optional - NOTE: enabling OpenAI will incur costs when you use AI-related features in the app (chat, rules). Make sure you have set appropriate spend limits on your account before adding this.
- Target
- OPENAI_ACCESS_TOKEN
Is the application self-hosted. Not recommended to change.
- Target
- SELF_HOSTING_ENABLED
- Default
- true|false
- Value
- true
Enforce SSL connections. Not recommended to change.
- Target
- RAILS_FORCE_SSL
- Default
- false|true
- Value
- false
Assume SSL connections. Not recommended to change.
- Target
- RAILS_ASSUME_SSL
- Default
- false|true
- Value
- false
Categories
Details
ghcr.io/we-promise/sure:latestRun Sure-Web on Unraid.
Sure-Web is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.