Operational

Operational

Docker app from grtgbln's Repository

Overview

Operational is a open-source Event tracking tool. Monitor signups, webhooks, cronjobs and more.

Install Operational on Unraid in a few clicks.

Find Operational 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.

Open the Apps tab on your Unraid server Search Community Apps for Operational Review the template variables and paths Click Install

Requirements


        Requires separate Coolify frontend and MySQL instances.
    

Related apps

Details

Repository
ghcr.io/operational-co/operational.co:latest
Last Updated2026-07-10
First Seen2025-04-24

Runtime arguments

Web UI
http://[IP]:[PORT:80]/
Network
bridge
Privileged
false

Template configuration

Frontend PortPorttcp

Container Port: 80

Target
80
Default
8080
Value
8080
API PortPorttcp

Container Port: 4337

Target
4337
Default
4337
Value
4337
Database URLVariable

Connection string to the MySQL database

Target
DATABASE_URL
Default
mysql://USERNAME:PASSWORD@MYSQL_IP:3306/operational
Value
mysql://USERNAME:PASSWORD@MYSQL_IP:3306/operational
Frontend URLVariable

URL of the frontend

Target
APP_URL
Default
http://localhost:8080
Value
http://localhost:8080
Secret KeyVariable

A long randomized string used for hashing passwords and sessions.

Target
SECRET
Vapid - EmailVariable

Vapid credentials for push notifications

Target
VAPID_EMAIL
Vapid - Public KeyVariable

Vapid credentials for push notifications

Target
VAPID_PUBLIC_KEY
Vapid - Private KeyVariable

Vapid credentials for push notifications

Target
VAPID_PRIVATE_KEY
Resend - KeyVariable

Resend credentials for email notifications

Target
RESEND
Admin EmailVariable

Email address to send emails as

Target
ADMIN_EMAIL
SMTP - HostVariable

SMTP host for sending emails

Target
SMTP_HOST
SMTP - PortVariable

SMTP port for sending emails

Target
SMTP_PORT
Default
587
Value
587
SMTP - UsernameVariable

SMTP username for sending emails

Target
SMTP_USERNAME
SMTP - PasswordVariable

SMTP password for sending emails

Target
SMTP_PASSWORD
Remove Test Events After DaysVariable

Number of days to keep test events in the database

Target
REMOVE_TEST_EVENTS_AFTER
Default
7
Value
7
CORSVariable

CORS settings for the API

Default
*
Value
*
Node.js PortVariable

Port for the Node.js backend. Not recommended to change.

Target
PORT
Default
2000
Value
2000
Vite API URLVariable

URL of the backend. Not recommended to change.

Target
VITE_API_URL
Default
http://localhost:4337
Value
http://localhost:4337