All apps · 0 apps
Dawarich
Docker app from grtgbln's Repository
Overview
Media gallery
1 / 3Install Dawarich on Unraid in a few clicks.
Find Dawarich 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 separate PostGIS container, Sidekiq and Redis containers. See the documentation for more information: https://dawarich.app/docs/environment-variables-and-settings
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allLinks
Details
freikin/dawarich:latestRuntime arguments
- Web UI
http://[IP]:[PORT:3000]/- Network
bridge- Privileged
- false
- Extra Params
--entrypoint web-entrypoint.sh
Template configuration
Container Port: 3000
- Target
- 3000
- Default
- 3000
- Value
- 3000
Path to watch for imports
- Target
- /var/app/tmp/imports/watched
- Default
- /mnt/user/appdata/dawarich/imports
- Value
- /mnt/user/appdata/dawarich/imports
Path to store application data
- Target
- /var/app/storage
- Default
- /mnt/user/appdata/dawarich/storage
- Value
- /mnt/user/appdata/dawarich/storage
Path to store database data
- Target
- /dawarich_db_data
- Default
- /mnt/user/appdata/dawarich/db_data
- Value
- /mnt/user/appdata/dawarich/db_data
Path to web files
- Target
- /var/app/public
- Default
- /mnt/user/appdata/dawarich/wwwroot
- Value
- /mnt/user/appdata/dawarich/wwwroot
Redis server URL for background processing
- Target
- REDIS_URL
- Default
- redis://redis:6379
- Value
- redis://redis:6379
Host of the PostGIS server
- Target
- DATABASE_HOST
Port of the PostGIS server
- Target
- DATABASE_PORT
- Default
- 5432
- Value
- 5432
Username of the PostGIS server
- Target
- DATABASE_USERNAME
Password of the PostGIS server
- Target
- DATABASE_PASSWORD
Name of the PostGIS database
- Target
- DATABASE_NAME
Timezone of the application
- Target
- TIME_ZONE
- Default
- UTC
- Value
- UTC
Minimum minutes spent in a city to be considered a visit
- Target
- MIN_MINUTES_SPENT_IN_CITY
- Default
- 60
- Value
- 60
Store geodata in the database
- Target
- STORE_GEODATA
- Default
- true|false
Host of the Photon API
- Target
- PHOTON_API_HOST
- Default
- photon.komoot.io
- Value
- photon.komoot.io
Use HTTPS for the Photon API
- Target
- PHOTON_API_USE_HTTPS
- Default
- true|false
Enable the Prometheus exporter
- Target
- PROMETHEUS_EXPORTER_ENABLED
- Default
- false|true
- Value
- false
Required to enable 2FA.
- Target
- OTP_ENCRYPTION_PRIMARY_KEY
Required to enable 2FA.
- Target
- OTP_ENCRYPTION_DETERMINISTIC_KEY
Required to enable 2FA.
- Target
- OTP_ENCRYPTION_KEY_DERIVATION_SALT
Container Port: 9394 (optional, for Prometheus monitoring)
- Target
- 9394
- Default
- 9394
- Value
- 9394
Enable telemetry
- Target
- ENABLE_TELEMETRY
- Default
- false|true
Rails environment. Not recommended to change.
- Target
- RAILS_ENV
- Default
- production
- Value
- production
Hosts of the application
- Target
- APPLICATION_HOSTS
- Default
- localhost
- Value
- localhost
Number of background processing threads
- Target
- BACKGROUND_PROCESSING_CONCURRENCY
- Default
- 10
- Value
- 10
Protocol of the application
- Target
- APPLICATION_PROTOCOL
- Default
- http
- Value
- http
Is the application self-hosted?
- Target
- SELF_HOSTED
- Default
- true|false