All apps · 0 apps
Fodaris
Docker app from Goodhall Solutions' Repository
Overview
Install Fodaris on Unraid in a few clicks.
Find Fodaris 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.
Categories
Download Statistics
Related apps
Explore more like this
Explore allDetails
goodhallsolutions/fodaris:latestRuntime arguments
- Web UI
https://[IP]:[PORT:8443]/- Network
bridge- Shell
sh- Privileged
- false
- Extra Params
--pid=host
Template configuration
Port for the Fodaris web interface. Access via https://your-unraid-ip:8443
- Target
- 8443
- Default
- 8443
- Value
- 8443
Port your Fodaris agents push metrics to. Keep this on your LAN; you do not need to open it to the internet. Your agents' Server URL should be https://your-unraid-ip:24443
- Target
- 24443
- Default
- 24443
- Value
- 24443
Port for OpenTelemetry collectors pushing OTLP/HTTP. Only needed if you push OTel metrics into Fodaris. Safe to leave open on the LAN.
- Target
- 24444
- Default
- 24444
- Value
- 24444
Secret key for encrypting stored data. Generate with: openssl rand -hex 32. Save this value — if lost, stored data cannot be decrypted. Leave blank to auto-generate (key lost on container restart).
- Target
- FODARIS_ENCRYPTION_KEY
Display name for this Fodaris server instance.
- Target
- FODARIS_SERVER_NAME
- Default
- fodaris-core
- Value
- fodaris-core
How many days of metric history to retain. Higher values use more disk space.
- Target
- FODARIS_RETENTION_DAYS
- Default
- 30
- Value
- 30
Persistent storage for Fodaris configuration.
- Target
- /app/server/config
- Default
- /mnt/user/appdata/fodaris/config
- Value
- /mnt/user/appdata/fodaris/config
Persistent storage for the Fodaris database and metrics.
- Target
- /app/server/data
- Default
- /mnt/user/appdata/fodaris/data
- Value
- /mnt/user/appdata/fodaris/data
Persistent storage for Fodaris backups.
- Target
- /app/server/backups
- Default
- /mnt/user/appdata/fodaris/backups
- Value
- /mnt/user/appdata/fodaris/backups
Optional: path to a directory containing fodaris.crt and fodaris.key for custom TLS. Leave blank to use the auto-generated self-signed certificate.
- Target
- /app/certs
Mounts the host process filesystem so Fodaris can monitor host processes and sensors.
- Target
- /host/proc
- Default
- /proc
- Value
- /proc
Mounts the host sysfs so Fodaris can read hardware sensor data.
- Target
- /host/sys
- Default
- /sys
- Value
- /sys
Grants Fodaris read-only access to Docker for container monitoring.
- Target
- /var/run/docker.sock
- Default
- /var/run/docker.sock
- Value
- /var/run/docker.sock