This repository was archived by the owner on Apr 16, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Hargata Softworks edited this page Apr 9, 2026
·
2 revisions
- An instance of LubeLogger
- An API Key with Viewer role generated by the Root User
Video Walkthrough covering integration for both ntfy and gotify
- Clone the docker-compose.yml file
- If you want some basic security, uncomment and set the environment variable
LL_DAEMON_PASSWORD
- If you want some basic security, uncomment and set the environment variable
- Open a terminal and run
docker compose pull
docker compose up
- The daemon service will start listening at
localhost:40750by default, you can change this indocker-compose.yml - Check the sample configurations in SampleConfigs
- Find the config file for the integration you want and copy the content
- Replace the placeholders with your data
- Make a POST request to
http://localhost:40750/webhook/configwith the content as the JSON body- If you have a password set via environment variables, you need to set the header
x-daemon-passwordwith your password for the request
- If you have a password set via environment variables, you need to set the header
- Restart the service
- Configure your LubeLogger instance so that webhook payload are sent to the daemon service
- Send a test notification to verify that everything is working
| Method | Endpoint | Description |
|---|---|---|
| POST | /webhook/ingest | Ingests webhooks from LubeLogger |
| POST | /webhook/config | Configures the daemon service |
| GET | /webhook/reminders | Gets list of cached reminders |
| DELETE | /webhook/reminders/clear | Clears all cached reminders |