All apps · 0 apps
DAViCal
Docker app from grtgbln's Repository
Overview
Install DAViCal on Unraid in a few clicks.
Find DAViCal 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 Postgres database.
Categories
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allDetails
fintechstudios/davical:latestRuntime arguments
- Web UI
http://[IP]:[PORT:80]/- Network
bridge- Privileged
- false
Template configuration
Container Port: 80
- Target
- 80
- Default
- 4080
- Value
- 4080
Postgres host
- Target
- PGHOST
- Default
- localhost
- Value
- localhost
Postgres port
- Target
- PGPORT
- Default
- 5432
- Value
- 5432
Postgres user
- Target
- PGUSER
- Default
- davical_app
- Value
- davical_app
Postgres password
- Target
- PGPASSWORD
Postgres database
- Target
- PGDATABASE
- Default
- davical
- Value
- davical
Used as Apache ServerName.
- Target
- HOST_NAME
- Default
- localhost
- Value
- localhost
Displayed on login page and in 'From' for password reset emails.
- Target
- ADMIN_EMAIL
- Default
- admin@davical.example.com
- Value
- admin@davical.example.com
Run database migrations on startup.
- Target
- RUN_MIGRATIONS_AT_STARTUP
- Default
- false|true
Postgres user with permissions to create users and databases. Remove if not used.
- Target
- ROOT_PGUSER
- Default
- davical
Postgres password for the root user. Remove if not used.
- Target
- ROOT_PGPASSWORD
Password you would like to use for DAViCal admin user. Remove if not used.
- Target
- DAVICAL_ADMIN_PASS
The Postgres (super)user used by DAViCal for database operations.
- Target
- DBA_PGUSER
- Default
- davical_dba
- Value
- davical_dba
Password for the DAViCal superuser.
- Target
- DBA_PGPASSWORD