All apps · 0 apps
Gerbera
OfficialDocker app from MagicLegend's Repository
Overview
Install Gerbera on Unraid in a few clicks.
Find Gerbera 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.
Download Statistics
Related apps
Explore more like this
Explore allDetails
gerbera/gerbera:3.2.1Runtime arguments
- Web UI
http://[IP]:[PORT:49494]- Network
host- Shell
sh- Privileged
- false
Template configuration
Persistent Gerbera config (config.xml), SQLite database, and runtime files. Keep on persistent storage so settings and the scanned-content database survive updates. The container user (UID/GID) must have write access here. You can also drop your own config.xml in this folder.
- Target
- /var/run/gerbera
- Default
- /mnt/user/appdata/gerbera
- Value
- /mnt/user/appdata/gerbera
Host path containing the media you want Gerbera to serve. Mounted read-only and automatically scanned by default. Example: /mnt/user/media
- Target
- /mnt/content
Optional. Host path for customizing Gerbera. Place custom JavaScript import scripts in a 'js' subfolder (/mnt/customization/js). A shell script at 'shell/gerbera_config.sh' is run every time Gerbera (re)creates config.xml. Leave empty if not needed.
- Target
- /mnt/customization
Container runtime UID. On Unraid, 99 is usually nobody. Must have write access to the Config / Database path.
- Default
- 99
- Value
- 99
Container runtime GID. On Unraid, 100 is usually users.
- Default
- 100
- Value
- 100
Optional. Only when using a MySQL/MariaDB database instead of the default SQLite. The MariaDB connector assumes SSL/TLS; set this to 1 to skip the certificate check if your database does not use SSL. Leave empty otherwise.
- Target
- MARIADB_TLS_DISABLE_PEER_VERIFICATION
Gerbera HTTP/Web UI/media-serving port. With host networking, this must remain available on the Unraid host.
- Target
- 49494
- Default
- 49494
- Value
- 49494
UPnP SSDP discovery port. Host networking is recommended because Docker bridge networking does not support the multicast discovery behavior Gerbera needs.
- Target
- 1900
- Default
- 1900
- Value
- 1900