VoidAuth
OficialAplicación Docker from grtgbln's Repository
Visión general
Requisitos
Requires a separate Postgres database.
Argumentos en tiempo de ejecución
- Interfaz web
http://[IP]:[PORT:3000]/- Red
bridge- Privilegiado
- false
Configuración de plantillas
Container Port: 3000
- Objetivo
- 3000
- Por defecto
- 3000
- Valor
- 3000
URL VoidAuth will be served on. Must start with https://
- Objetivo
- APP_URL
The home/landing/app url for your domain. This is where users will be redirected upon accepting an invitation, logout, or clicking the logo when already on the auth home page. Will default to App URL if not provided.
- Objetivo
- DEFAULT_REDIRECT
Allow new users to self-register themselves without invitation.
- Objetivo
- SIGNUP
- Por defecto
- false|true
Whether new users who register themselves require approval by an admin. Setting this to false while SIGNUP is true enables open self-registration; use with caution!
- Objetivo
- SIGNUP_REQUIRES_APPROVAL
- Por defecto
- true|false
If true, users must have an email address and will get a verification email when changing their email address before it can be used. If you are using an email provider, this should be set to true.
- Objetivo
- EMAIL_VERIFICATION
- Por defecto
- false|true
Title that will show on the web interface, use your own brand/app/title.
- Objetivo
- APP_TITLE
- Por defecto
- VoidAuth
- Valor
- VoidAuth
Theme color in hex format
- Objetivo
- APP_COLOR
- Por defecto
- #906bc7
- Valor
- #906bc7
The email address used for 'Contact Us' links, which are shown on most end-user pages if this is set.
- Objetivo
- CONTACT_EMAIL
Host address of the Postgres database.
- Objetivo
- DB_HOST
Port number of the Postgres database.
- Objetivo
- DB_PORT
- Por defecto
- 5432
- Valor
- 5432
Name of the Postgres database.
- Objetivo
- DB_NAME
- Por defecto
- postgres
- Valor
- postgres
Username for the Postgres database.
- Objetivo
- DB_USER
- Por defecto
- postgres
- Valor
- postgres
Password for the Postgres database.
- Objetivo
- DB_PASSWORD
Storage encryption key for secret values such as keys and client secrets. Must be at least 32 characters long and should be randomly generated.
- Objetivo
- STORAGE_KEY
Secondary storage encryption key, used when rotating the primary storage encryption key.
- Objetivo
- STORAGE_KEY_SECONDARY
Hostname of the SMTP server to use for sending emails.
- Objetivo
- SMTP_HOST
Port number of the SMTP server.
- Objetivo
- SMTP_PORT
- Por defecto
- 587
- Valor
- 587
Username for authenticating with the SMTP server.
- Objetivo
- SMTP_USER
Password for authenticating with the SMTP server.
- Objetivo
- SMTP_PASS
Email address that emails will be sent from.
- Objetivo
- SMTP_FROM
Whether to use a secure connection (TLS) when connecting to the SMTP server.
- Objetivo
- SMTP_SECURE
- Por defecto
- false|true
Path to data directory
- Objetivo
- /app/config
- Por defecto
- /mnt/user/appdata/voidauth/config
- Valor
- /mnt/user/appdata/voidauth/config
The minimum strength of users passwords, at least 3 is recommended.
- Objetivo
- PASSWORD_STRENGTH
- Por defecto
- 3|0|1|2|4
The minimum duration between admin notification emails. Can be set to values like: '4 hours', '30 minutes', 'weekly', 'daily', etc. If set to 'false', admin notification emails are disabled.
- Objetivo
- ADMIN_EMAILS
- Por defecto
- hourly
- Valor
- hourly
Internal web interface port. Not recommended to change.
- Objetivo
- APP_PORT
- Por defecto
- 3000
- Valor
- 3000
Descargar estadísticas
Descargas totales a lo largo del tiempo
Detalles
voidauth/voidauth:latestEjecute VoidAuth en Unraid.
VoidAuth se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.