Skip to content

yonix06/proxmox-helper-scripts

 
 

Repository files navigation

Proxmox Helper Scripts

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:

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.

About

front-end for the proxmox-helper-scripts project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.9%
  • CSS 1.6%
  • JavaScript 0.5%