Fodaris
Docker app from Goodhall Solutions' Repository
Overview
Runtime 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
Categories
Download Statistics
Details
goodhallsolutions/fodaris:latestRun Fodaris on Unraid.
Fodaris is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.