- We are a community-driven initiative that simplifies the setup of
- Proxmox Virtual Environment (VE).
+ This project aims to take the community-made Proxmox Helper Scripts, originally started by tteck, and port it to arm64.
Originally created by{" "}
@@ -118,12 +128,6 @@ export default function Page() {
the process of creating and configuring Linux containers (LXC) and
virtual machines (VMs) on Proxmox VE.
-
-
- With 200+ scripts to help you manage your{" "}
- Proxmox VE environment.
- Whether you're a seasoned user or a newcomer, we've got
- you covered.
Date added: {extractDate(item.date_created)}
diff --git a/frontend/src/app/scripts/_components/ScriptItems/InstallCommand.tsx b/frontend/src/app/scripts/_components/ScriptItems/InstallCommand.tsx index 26d941cf3..43804679f 100644 --- a/frontend/src/app/scripts/_components/ScriptItems/InstallCommand.tsx +++ b/frontend/src/app/scripts/_components/ScriptItems/InstallCommand.tsx @@ -5,7 +5,7 @@ import { Script } from "@/lib/types"; import { getDisplayValueFromType } from "../ScriptInfoBlocks"; const getInstallCommand = (scriptPath?: string, isAlpine = false) => { - return `bash -c "$(wget -q${isAlpine ? "" : "L"}O - https://github.com/community-scripts/${basePath}/raw/main/${scriptPath})"`; + return `bash -c "$(wget -q${isAlpine ? "" : "L"}O - https://github.com/asylumexp/${basePath}/raw/main/${scriptPath})"`; }; export default function InstallCommand({ item }: { item: Script }) { diff --git a/frontend/src/components/Navbar.tsx b/frontend/src/components/Navbar.tsx index 482c2897c..c8bd1f2fc 100644 --- a/frontend/src/components/Navbar.tsx +++ b/frontend/src/components/Navbar.tsx @@ -51,7 +51,7 @@ function Navbar() { alt="logo" src="logo.png" /> - Proxmox VE Helper-Scripts + Proxmox ARM64 Helper-Scripts