Vikunja
OficialAplicación Docker from ImSkully's Repository
Visión general
Argumentos en tiempo de ejecución
- Interfaz web
http://[IP]:[PORT:3456]- Red
bridge- Concha
sh- Privilegiado
- false
- Parámetros adicionales
--user 99:100
Configuración de plantillas
The port to serve the frontend WebUI.
- Objetivo
- 3456
- Por defecto
- 3456
- Valor
- 3456
The directory application data is saved.
- Objetivo
- /app/vikunja/files
- Por defecto
- /mnt/user/appdata/vikunja
- Valor
- /mnt/user/appdata/vikunja
The directory where your config.yml is located.
- Objetivo
- /etc/vikunja
- Por defecto
- /mnt/user/appdata/vikunja/config
- Valor
- /mnt/user/appdata/vikunja/config
Whether to let new users registering themselves or not.
- Objetivo
- VIKUNJA_SERVICE_ENABLEREGISTRATION
- Por defecto
- true|false
- Valor
- true
Database type to use, possible values are 'sqlite', 'mysql', or 'postgres'.
- Objetivo
- VIKUNJA_DATABASE_TYPE
- Por defecto
- sqlite
- Valor
- sqlite
(SQLite) When using SQLite for database storage, this is the path to your database file.
- Objetivo
- VIKUNJA_DATABASE_PATH
- Por defecto
- /etc/vikunja/vikunja.db
- Valor
- /etc/vikunja/vikunja.db
(MySQL/Postgres) The host to use for your database.
- Objetivo
- VIKUNJA_DATABASE_HOST
(MySQL/Postgres) The database username to use.
- Objetivo
- VIKUNJA_DATABASE_USER
(MySQL/Postgres) The database account password.
- Objetivo
- VIKUNJA_DATABASE_PASSWORD
(MySQL/Postgres) The name of the database to use.
- Objetivo
- VIKUNJA_DATABASE_DATABASE
- Por defecto
- vikunja
- Valor
- vikunja
Whether to enable the mailer or not. If it is disabled, all users are enabled right away and password reset is not possible.
- Objetivo
- VIKUNJA_MAILER_ENABLED
- Por defecto
- true|false
- Valor
- false
The SMTP host name to use if the mailer is enabled.
- Objetivo
- VIKUNJA_MAILER_HOST
The SMTP port value to use if the mailer is enabled.
- Objetivo
- VIKUNJA_MAILER_PORT
- Por defecto
- 465
- Valor
- 465
SMTP Auth Type. Can be either 'plain', 'login' or 'cram-md5'.
- Objetivo
- VIKUNJA_MAILER_AUTHTYPE
- Por defecto
- plain
- Valor
- plain
The SMTP username to use.
- Objetivo
- VIKUNJA_MAILER_USERNAME
The SMTP password to use.
- Objetivo
- VIKUNJA_MAILER_PASSWORD
Wether to skip verification of the TLS certificate on the server.
- Objetivo
- VIKUNJA_MAILER_SKIPTLSVERIFY
- Por defecto
- true|false
- Valor
- false
The default from address when sending emails.
- Objetivo
- VIKUNJA_MAILER_FROMEMAIL
By default, vikunja will try to connect with starttls, use this option to force it to use SSL.
- Objetivo
- VIKUNJA_MAILER_FORCESSL
- Por defecto
- true|false
- Valor
- false
The public facing URL where your users can reach Vikunja, used in emails and for the communication between API and frontend.
- Objetivo
- VIKUNJA_SERVICE_PUBLICURL
If enabled, Vikunja will send an email to everyone who is either assigned to a task or created it when a task reminder is due.
- Objetivo
- VIKUNJA_SERVICE_ENABLEEMAILREMINDERS
- Por defecto
- true|false
- Valor
- true
If true, will allow users to request the complete deletion of their account. When using external authentication methods it may be required to coordinate with them in order to delete the account.
- Objetivo
- VIKUNJA_SERVICE_ENABLEUSERDELETION
- Por defecto
- true|false
- Valor
- true
Allow using a custom logo via external URL.
- Objetivo
- VIKUNJA_SERVICE_CUSTOMLOGOURL
Whether to enable or disable CORS headers. Note: If you want to put the frontend and the API on separate domains or ports, you will need to enable this otherwise the frontend won't be able to make requests to the API through the browser.
- Objetivo
- VIKUNJA_CORS_ENABLE
- Por defecto
- true|false
- Valor
- false
A list of origins which may access the API, these need to include the protocol (http:// or https://) and port, if any.
- Objetivo
- VIKUNJA_CORS_ORIGINS
How long (in seconds) the results of a preflight request can be cached.
- Objetivo
- VIKUNJA_CORS_MAXAGE
- Por defecto
- 0
- Valor
- 0
Categorías
Descargar estadísticas
Descargas totales a lo largo del tiempo
Detalles
vikunja/vikunja:latestEjecute Vikunja en Unraid.
Vikunja se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.