Skip to content

Downloads

Ready-to-use configuration files and integration scripts for Notifiq.

Panel Apps

Display panels show live notifications on dedicated screens or devices.

FilePlatformDescription
notifiq-panel-1.1.0-arm64.apkAndroid (arm64)Android display panel app
notifiq-panel_1.1.0_amd64.debLinux (amd64)Linux desktop panel — Debian/Ubuntu .deb package

See Endpoints for setup and connection instructions.

Self-hosting

Notifiq Server

FileDescription
docker-compose.ymlFull Docker Compose stack (Notifiq + PostgreSQL + Redis)
.env.exampleEnvironment variable template with all available options

Docker Panel

FileDescription
docker-compose.ymlStandalone Docker panel container
.env.examplePanel configuration template

Integration Scripts

CheckMK

FileDescription
webhook_notifiqCheckMK notification script — place in ~/local/share/check_mk/notifications/

Wazuh

FileDescription
custom-notifiqWazuh integration script
custom-notifiq.pyWazuh Python integration script

SHA256 Checksums

Verify the integrity of downloaded files:

# Panel apps
92189a20089a2d6ba11ad2e2d1d6f615e15ffea844cd9e1118543a75b9319888  notifiq-panel-1.1.0-arm64.apk
ad4dfa5a77754e732f65ebe4a748d2a02985008b779b9ce9a63af78f210da39c  notifiq-panel_1.1.0_amd64.deb

# Notifiq server
253ba201967326910f90d5f1a770782836cb0ecee63715237df80d8fcd98602f  docker-compose.yml
c282b20fa5d94169b376027a08e4b1228d777434ccc301002e8b3554ffd43fe6  .env.example

# Docker panel
6e2f33cf574ce073a83f9be54e309c26339dbe7759e9a440577bf2c4a362f19b  panel/docker-compose.yml
53153d2bdbb7a02e448d982cd0941e2e5a6c78b612f6bd06a756ca45806bdcef  panel/.env.example

# Integration scripts
f7488a5e92c91eb8b8944429d3a2d5a7706c744232d24b69001c80ac156a2957  webhook_notifiq
dfc0a08025e5707f6c56cf8c9c839f97e11967c2281cca3e2e9137e1c1f5a649  custom-notifiq
154d1170c78b9a99aa6f845d391a9157e966f887f45334c7b0d3811d02fdb147  custom-notifiq.py
bash
# Verify on Linux/macOS
sha256sum <filename>

# Verify on Windows (PowerShell)
Get-FileHash <filename> -Algorithm SHA256

Notes

  • Replace placeholder values (URLs, tokens) before deploying.
  • See the Self-hosting guide and Integrations docs for setup instructions.
  • Keep .env out of version control — it contains secrets.