2024-05-30 23:20:48 +02:00
2024-05-28 20:45:20 +02:00
2024-05-28 20:45:20 +02:00
2024-05-21 18:56:04 +02:00
2024-05-30 23:20:48 +02:00
2024-05-22 18:03:52 -05:00
2024-05-22 19:54:48 +02:00

Proxmox Helper Scripts

Update: since making the repo public. tteck has run away with the website and has ceased all communication. For the most up-to-date website with the best features and security, please use the site linked to the repository. Thank you.

Official re-design of the Proxmox VE helper-script website.

Feel free to fork the project or post feedback in the Discussion tab. Your feedback is always welcome.

How to Contribute

First, install the dependencies:

npm install
# or 
yarn install
# or
pnpm install
# or
bun install

Next, run the Docker container to host your own PocketBase instance:

docker compose up -d

Head over to localhost:8080 and register with random details (they will be overwritten later). Apply the pb_backup.zip included in the repo.

You will be logged out from your PocketBase instance. Log in again with the following details:

  • Email: example@example.com
  • Password: changeme123

Finally, rename example.env to .env.

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 in your browser to see the result.

Description
No description provided
Readme MIT 4.1 MiB
Languages
TypeScript 97.8%
CSS 1.7%
JavaScript 0.5%