mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-04-11 21:58:32 -05:00
Reactive Resume #32
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vhsdream on GitHub.
Originally assigned to: @vhsdream on GitHub.
Name of the Script
Reactive Resume
📋 Script Details
Details here
@vhsdream commented on GitHub:
The current
.envworks out of the box, for reaching the service on your LAN without TLS.If you want to put it behind a reverse proxy (I tested with Caddy), the
.envneeds two small changes:rxresumeis the name of the storage bucket.In my Caddy config, I had to slightly alter my typical configuration to proxy requests to the storage endpoint (/rxresume/*) to port 9000, and the rest to port 3000:
@github-actions[bot] commented on GitHub:
The reactive-resume---community-fork script is ready for testing:
bash -c "$(curl -fsSL https://github.com/community-scripts/ProxmoxVED/raw/main/ct/reactive-resume.sh)"Note: This is not in the official repo yet—it's just a dev version! After merging into ProxmoxVE, it will need to be recreated.
@vhsdream commented on GitHub:
Um, wow, it works without any changes 👍🏼