Sure-Web
Aplicación Docker from Skylinar's Repository
Visión general
Requisitos
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
Argumentos en tiempo de ejecución
- Interfaz web
http://[IP]:[PORT:3000]- Red
bridge- Concha
sh- Privilegiado
- false
- Parámetros adicionales
--restart unless-stopped
Configuración de plantillas
Config data for application. Should be the same dir as Sure Worker.
- Objetivo
- /rails/storage
- Por defecto
- /mnt/user/appdata/sure/app-storage
- Valor
- /mnt/user/appdata/sure/app-storage
- Objetivo
- 3000
- Por defecto
- 3000
- Valor
- 3000
Secret key. Run `openssl rand -hex 64` to generate a secret
- Objetivo
- SECRET_KEY_BASE
Postgres database host. Suggested: {YOUR-POSTGRES-IP}
- Objetivo
- DB_HOST
Postgres database port. Default: 5432
- Objetivo
- DB_PORT
- Por defecto
- 5432
Postgres database username.
- Objetivo
- POSTGRES_USER
Postgres database password.
- Objetivo
- POSTGRES_PASSWORD
Postgres database name.
- Objetivo
- POSTGRES_DB
The Redis host URL. Suggested: redis://{YOUR-REDIS-IP}:6379/1
- Objetivo
- REDIS_URL
- Por defecto
- redis://{YOUR-REDIS-IP}:6379/1
- Valor
- 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.
- Objetivo
- OPENAI_ACCESS_TOKEN
Is the application self-hosted. Not recommended to change.
- Objetivo
- SELF_HOSTING_ENABLED
- Por defecto
- true|false
- Valor
- true
Enforce SSL connections. Not recommended to change.
- Objetivo
- RAILS_FORCE_SSL
- Por defecto
- false|true
- Valor
- false
Assume SSL connections. Not recommended to change.
- Objetivo
- RAILS_ASSUME_SSL
- Por defecto
- false|true
- Valor
- false
Categorías
Detalles
ghcr.io/we-promise/sure:latestEjecute Sure-Web en Unraid.
Sure-Web se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.