mirror of
https://github.com/unixtensor/proxmox-ntfy.git
synced 2025-06-27 23:48:04 +00:00
e77a2796dda34cd9ed1efbf3ac0c9476c82e3509
Proxmox ntfy
Monitor your proxmox datacenter with phone notifications

Prerequisites
- Ntfy
- Proxmoxer
- python3
- python3-requests (It's possible to use
curl
instead with Python subprocess) [*Optional]
Deploying
This example will utilize tmux:
- Create a new named session, "ntfy" will be used as an example:
tmux [new|new-session] -s ntfy
- Enter the new session:
tmux attach -t ntfy
- Download and start the script:
git clone --depth=1 https://github.com/unixtensor/proxmox-ntfy
python3 ./proxmox-ntfy/src/main.py http://your.domain.com/
Detatch from the current tmux session with <Ctrl b><d>
, the script should now be deployed and running in the background.
Description
Languages
Python
98.2%
Dockerfile
1.8%