From ab839b0e85ee876a7b7976d4798334945b2ad475 Mon Sep 17 00:00:00 2001 From: "l.kirchner" Date: Fri, 5 Jun 2026 02:29:35 +0200 Subject: [PATCH] README: add webapp to the available scripts table --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5ba1c0b..f2553fc 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Inspired by [community-scripts/ProxmoxVE](https://github.com/community-scripts/P | App | Description | One-liner | |-----|-------------|-----------| | [devpi](ct/devpi.sh) | Private PyPI cache / mirror — saves time on CUDA/torch rebuilds | `bash -c "$(curl -fsSL https://gitea.luki-net.org/luki-net/proxmox-scripts/raw/branch/main/ct/devpi.sh)"` | +| [webapp](ct/webapp.sh) | Next.js site with deploy-as-code via a self-hosted Gitea Actions runner (host mode, no inbound port) | `bash -c "$(curl -fsSL https://gitea.luki-net.org/luki-net/proxmox-scripts/raw/branch/main/ct/webapp.sh)"` | ## Usage