This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
patched.codes[bot]
committed
Sep 24, 2024
1 parent
9603c25
commit eb6fc69
Showing
1 changed file
with
1 addition
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1 @@ | ||
<h1 align="center"> | ||
<a href="https://proxmoxve-scripts.com" target="_blank"><img src="https://proxmoxve-scripts.com/defaultimg.png" alt="Proxmox Helper Scripts" width="800"></a> | ||
</h1> | ||
|
||
<p align="center"> | ||
<a href="https://proxmoxve-scripts.com/"><img alt="User count" src="https://img.shields.io/badge/Weekly_Users-3000-blue?style=for-the-badge&color=1A91FF"/></a> | ||
<a href="https://github.com/BramSuurdje/proxmox-helper-scripts/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/github/license/BramSuurdje/proxmox-helper-scripts?style=for-the-badge&logo=github&color=1A91FF"/></a> | ||
<a href="https://github.com/BramSuurdje/proxmox-helper-scripts/graphs/contributors"><img alt="Contributors" src="https://img.shields.io/github/contributors/BramSuurdje/proxmox-helper-scripts?style=for-the-badge&color=1A91FF" /></a> | ||
</p> | ||
|
||
<p align="center">Redesign of the Proxmox VE Helper Scripts website. optimized for readablity and security</p> | ||
|
||
> [!WARNING] | ||
> always check the source code of the scripts before running them. Copying random scripts without understanding what they do can lead to data loss or other security issues. | ||
> [!NOTE] | ||
> This website is not affiliated with the Proxmox VE Helper Scripts repository. This website is simply a redesign of the original website, with a focus on readability and security. | ||
## 👀 Why even use the Re-design? | ||
|
||
### Overview | ||
|
||
This repository contains a collection of helper scripts for Proxmox VE, designed to enhance and simplify the user experience. The scripts include various functionalities such as easier access to source code for improved security and a redesigned website for better script viewing. | ||
|
||
### Features | ||
|
||
- **Script Source Access**: Easily access the source code of each script to review and enhance security. | ||
- **Redesigned Website**: Improved layout for easier script viewing. | ||
|
||
### Tech Stack | ||
- [Next.js](https://nextjs.org/) with Typescript for the frontend | ||
- [Tailwind CSS](https://tailwindcss.com/) for styling | ||
- [Shadcn](https://ui.shadcn.com/) for the UI | ||
- [Pocketbase](https://pocketbase.io/) for the database | ||
- [Umami](https://umami.is/) for analytics | ||
- [Vercel](https://vercel.com/) for hosting | ||
|
||
## Getting Started | ||
|
||
### Prerequisites | ||
|
||
- Proxmox VE installed | ||
|
||
### Contributing | ||
|
||
Contributions are welcome! Please read the [contributing guidelines](CONTRIBUTING.md) for more information. | ||
|
||
### License | ||
|
||
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. | ||
|
||
### Contact | ||
|
||
For questions or support, please open an issue on GitHub. | ||
The given code represents a repository containing the files necessary for a website redesign for the Proxmox VE Helper Scripts project. This repo includes configurations for linters (eslintrc.json), version control (gitignore), code formatting (prettierignore, prettierrc), and project setup (package-lock.json, package.json). It also has essential files like README.md, LICENSE, and CODE_OF_CONDUCT.md for documentation and contributor guidelines. Additionally, the repo contains the website's frontend code written in TypeScript using the Next.js framework and styled with Tailwind CSS. The project utilizes Pocketbase for database management, Umami for analytics, and Vercel for hosting. It also includes components, utilities, and helper functions for website functionality and design. In summary, the repository provides a comprehensive structure and source code for the redesigned website, aiming to enhance the accessibility and user experience for Proxmox VE Helper Scripts. |