Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Happyrobot33/PVEThemes
Patcher to add custom themes to Proxmox WebUI
https://github.com/Happyrobot33/PVEThemes
Last synced: 5 days ago
JSON representation
Patcher to add custom themes to Proxmox WebUI
- Host: GitHub
- URL: https://github.com/Happyrobot33/PVEThemes
- Owner: Happyrobot33
- Created: 2023-05-17T12:02:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-10T05:56:23.000Z (4 months ago)
- Last Synced: 2024-09-10T07:56:23.595Z (4 months ago)
- Language: Sass
- Homepage:
- Size: 1.56 MB
- Stars: 58
- Watchers: 6
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Funding: FUNDING.yml
Awesome Lists containing this project
- awesome-starred - Happyrobot33/PVEThemes - Patcher to add custom themes to Proxmox WebUI (Sass)
- awesome-starred - Happyrobot33/PVEThemes - Patcher to add custom themes to Proxmox WebUI (Sass)
README
Original idea and SASS files from https://github.com/Weilbyte/PVEDiscordDark
# Supported Proxmox Versions
- 7.4
- 8.0## UI Tweaks
there is a few additional tweaks that can be enabled using the script. These are:
- Hide the "no valid subscription" warning
- Add update buttons to the theme selector panel itself
- Add a progress bar to show how much ram ZFS Cache is using## Installation
Run the following commands in your PVE instance:
```bash
git clone https://github.com/Happyrobot33/PVEThemes
cd PVEThemes
chmod +x install.sh
./install.sh
```Or this one-liner:
```bash
git clone https://github.com/Happyrobot33/PVEThemes && cd PVEThemes && chmod +x install.sh && ./install.sh
```if you have ran the install.sh script before, you can instead just run the run.sh script
```bash
chmod +x run.sh
./run.sh
```if you are running into issues updating the script, run the following commands:
```bash
git pull
chmod +x install.sh
./install.sh
```
This should hopefully fix any issues.![avali](./themes/previews/theme-avali.png)
![discord dark](./themes/previews/theme-discord-dark.png)
![discord light](./themes/previews/theme-discord-light.png)
![nordigr](./themes/previews/theme-nordigr.png)