Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
89 changes: 89 additions & 0 deletions Apps/Fodaris/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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
Binary file added Apps/Fodaris/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/Fodaris/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/Fodaris/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/Fodaris/screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/Fodaris/screenshot-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/Fodaris/screenshot-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/Fodaris/screenshot-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/Fodaris/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.