diff --git a/Apps/Fodaris/docker-compose.yml b/Apps/Fodaris/docker-compose.yml new file mode 100644 index 0000000000..849511c7c6 --- /dev/null +++ b/Apps/Fodaris/docker-compose.yml @@ -0,0 +1,89 @@ +name: fodaris +services: + fodaris: + image: goodhallsolutions/fodaris:1.0.5 + container_name: fodaris + restart: unless-stopped + ports: + - "8443:8443" + - "24443:24443" + - "24444:24444" + environment: + TZ: $TZ + volumes: + - /DATA/AppData/$AppID/config:/app/server/config + - /DATA/AppData/$AppID/data:/app/server/data + - /DATA/AppData/$AppID/backups:/app/server/backups + - /var/run/docker.sock:/var/run/docker.sock:ro + x-casaos: + envs: + - container: TZ + description: + en_US: Timezone + ports: + - container: "8443" + description: + en_US: Web UI + - container: "24443" + description: + en_US: Agent ingest + - container: "24444" + description: + en_US: OpenTelemetry ingest + volumes: + - container: /app/server/config + description: + en_US: Configuration + - container: /app/server/data + description: + en_US: Data and bundled PostgreSQL + - container: /app/server/backups + description: + en_US: Backup archives + - container: /var/run/docker.sock + description: + en_US: Docker socket (read only, for container monitoring) +x-casaos: + app_id: com.goodhallsolutions.fodaris + main: fodaris + architectures: + - amd64 + - arm64 + category: Networking + developer: Goodhall Solutions + title: + en_US: Fodaris + tagline: + en_US: Self-hosted monitoring for servers, containers, websites and databases + description: + en_US: | + Fodaris is a self-hosted monitoring and observability platform for servers, containers, websites and databases. It runs as a single container with PostgreSQL bundled in, so there is no separate database to install or maintain. + + Monitors cover HTTP and HTTPS with SSL expiry, TCP ports, ICMP, DNS, SNMP for network devices, and native checks for PostgreSQL, MySQL, MariaDB, Redis, MongoDB, MSSQL, Oracle and SQLite. Lightweight agents for Linux, macOS, Windows and Docker push metrics back to the server over an encrypted channel. + + Alerting supports email, Slack, Discord, Telegram, generic webhooks and PagerDuty. + tips: {} + icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Fodaris/icon.png + thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Fodaris/thumbnail.png + screenshot_link: + - https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Fodaris/screenshot-1.png + - https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Fodaris/screenshot-2.png + - https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Fodaris/screenshot-3.png + - https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Fodaris/screenshot-4.png + - https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Fodaris/screenshot-5.png + - https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Fodaris/screenshot-6.png + scheme: https + port_map: "8443" + index: / + version: "1.0.5" + update_at: "2026-07-02" + release_notes: + en_US: |- + - Multi-arch image for amd64 and arm64. + - Bundled PostgreSQL 17 for the monitoring database. + - Agent support for Linux, macOS, Windows and Docker. + - Encryption key auto-generated on first boot. + website: https://fodaris.co.uk + repo: https://hub.docker.com/r/goodhallsolutions/fodaris + support: https://discord.gg/9HN47kBFgm + docs: https://docs.fodaris.co.uk diff --git a/Apps/Fodaris/icon.png b/Apps/Fodaris/icon.png new file mode 100644 index 0000000000..4fe3043ad4 Binary files /dev/null and b/Apps/Fodaris/icon.png differ diff --git a/Apps/Fodaris/screenshot-1.png b/Apps/Fodaris/screenshot-1.png new file mode 100644 index 0000000000..e8a16e7f9a Binary files /dev/null and b/Apps/Fodaris/screenshot-1.png differ diff --git a/Apps/Fodaris/screenshot-2.png b/Apps/Fodaris/screenshot-2.png new file mode 100644 index 0000000000..cf9e9403a0 Binary files /dev/null and b/Apps/Fodaris/screenshot-2.png differ diff --git a/Apps/Fodaris/screenshot-3.png b/Apps/Fodaris/screenshot-3.png new file mode 100644 index 0000000000..47d0c60c92 Binary files /dev/null and b/Apps/Fodaris/screenshot-3.png differ diff --git a/Apps/Fodaris/screenshot-4.png b/Apps/Fodaris/screenshot-4.png new file mode 100644 index 0000000000..4bc5d709b0 Binary files /dev/null and b/Apps/Fodaris/screenshot-4.png differ diff --git a/Apps/Fodaris/screenshot-5.png b/Apps/Fodaris/screenshot-5.png new file mode 100644 index 0000000000..d4a15f5958 Binary files /dev/null and b/Apps/Fodaris/screenshot-5.png differ diff --git a/Apps/Fodaris/screenshot-6.png b/Apps/Fodaris/screenshot-6.png new file mode 100644 index 0000000000..5b8e71b5a6 Binary files /dev/null and b/Apps/Fodaris/screenshot-6.png differ diff --git a/Apps/Fodaris/thumbnail.png b/Apps/Fodaris/thumbnail.png new file mode 100644 index 0000000000..f51959bd30 Binary files /dev/null and b/Apps/Fodaris/thumbnail.png differ