Skip to content

Commit ed9072a

Browse files
Merge branch 'main' into fix/update.sh
2 parents c5e1e7c + 0d40ced commit ed9072a

File tree

11 files changed

+325
-143
lines changed

11 files changed

+325
-143
lines changed

.github/release-drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template for release drafts
2-
name-template: 'v$NEXT_MINOR_VERSION' # You can switch to $NEXT_MINOR_VERSION or $NEXT_MAJOR_VERSION
3-
tag-template: 'v$NEXT_MINOR_VERSION'
2+
name-template: 'v$NEXT_PATCH_VERSION' # You can switch to $NEXT_MINOR_VERSION or $NEXT_MAJOR_VERSION
3+
tag-template: 'v$NEXT_PATCH_VERSION'
44

55
# Exclude PRs with this label from release notes
66
exclude-labels:

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
A modern web-based management interface for Proxmox VE (PVE) helper scripts. This tool provides a user-friendly way to discover, download, and execute community-sourced Proxmox scripts locally with real-time terminal output streaming. No more need for curl -> bash calls, it all happens in your enviroment.
44

5+
6+
<img width="1725" height="1088" alt="image" src="https://github.com/user-attachments/assets/75323765-7375-4346-a41e-08d219275248" />
7+
8+
9+
510
## 🎯 Deployment Options
611

712
This application can be deployed in multiple ways to suit different environments:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.2.1

0 commit comments

Comments
 (0)