Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Honey Icon

lookscript

Docker Image Version (latest semver)

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).

Screenshot

Web Interface
Configuration

Using pre-built image

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

Build from source

Clone

First clone this repository.

git clone https://github.com/elderflowa/lookscript
cd lookscript

Customize (Optional)

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.

License

lookscript is licensed under the GNU General Public License v3.0.
See LICENSE for full details.

About

A python app that checks for new scripts in the community driven Proxmox Helper-Scripts.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

Contributors

Languages