ARCHIVED: Proxmox Helper-Scripts changed their UI, domain name and API, so this application no longer works.
honey-dynamic is a simple python app that monitors Proxmox Helper Scripts and shows it in an event log. It has webhook integration, which enables getting messages on for example Discord.
Full discretion: This was coded with the use of Claude (AI).
| Web Interface |
|---|
![]() |
Use this docker run command. Clone this repository:
docker run -d \
--name lookscript \
-p 8099:5000 \
-v lookscript-data:/data \
-e DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/YOUR_ID/YOUR_TOKEN \
--restart unless-stopped \
elderflowa/lookscript
First clone this repository.
git clone https://github.com/elderflowa/lookscript
cd lookscript
Take a look at the docker-compose.yml.
| Variable | Default Value | Description |
|---|---|---|
DISCORD_WEBHOOK_URL |
https://discord.com/api/webhooks/YOUR_ID/YOUR_TOKEN |
Webhook URL for sending notifications. |
Then run it with docker compose up -d --build.
lookscript is licensed under the GNU General Public License v3.0.
See LICENSE for full details.

