mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
upgrade InfluxDB to v2
This commit is contained in:
parent
cdf9a6ba35
commit
9f3c682c05
156 changed files with 841 additions and 462 deletions
186
README.md
186
README.md
|
@ -2,7 +2,7 @@
|
|||
|
||||
<p align="center"><sub> Always remember to use due diligence when sourcing scripts and automation tasks from third-party sites. </sub></p>
|
||||
|
||||
<a href="https://github.com/tteck/Proxmox/blob/main/LICENSE"><img src="https://badgen.net/github/license/tteck/Proxmox" ></a> <a href="https://tteck.github.io/Proxmox/"><img src="https://badgen.net/github/checks/tteck/Proxmox/main/"></a> <a href="https://github.com/tteck/Proxmox/discussions"><img src="https://github.com/tteck/Proxmox/blob/main/misc/images/discussions.png?raw=true" height="21" /></a> <a href="https://github.com/tteck/Proxmox/blob/main/CHANGELOG.MD"><img src="https://github.com/tteck/Proxmox/blob/main/misc/images/change.png?raw=true" height="21" /></a>🔸
|
||||
<a href="https://github.com/hungnt612/Proxmox/blob/main/LICENSE"><img src="https://badgen.net/github/license/hungnt612/Proxmox" ></a> <a href="https://hungnt612.github.io/Proxmox/"><img src="https://badgen.net/github/checks/hungnt612/Proxmox/main/"></a> <a href="https://github.com/hungnt612/Proxmox/discussions"><img src="https://github.com/hungnt612/Proxmox/blob/main/misc/images/discussions.png?raw=true" height="21" /></a> <a href="https://github.com/hungnt612/Proxmox/blob/main/CHANGELOG.MD"><img src="https://github.com/hungnt612/Proxmox/blob/main/misc/images/change.png?raw=true" height="21" /></a>🔸
|
||||
|
||||
<details>
|
||||
<summary markdown="span"> Proxmox VE 7 Post Install</summary>
|
||||
|
@ -16,7 +16,7 @@ The script will give options to Disable the Enterprise Repo, Add/Correct PVE7 So
|
|||
Run the following in the Proxmox Shell. ⚠️ **PVE7 ONLY**
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/post-install.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/misc/post-install.sh)"
|
||||
```
|
||||
|
||||
It's recommended to answer `y` to all options.
|
||||
|
@ -37,7 +37,7 @@ Cleaning unused kernel images is not only good because of a reduced grub menu, b
|
|||
Run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/kernel-clean.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/misc/kernel-clean.sh)"
|
||||
```
|
||||
____________________________________________________________________________________________
|
||||
|
||||
|
@ -55,7 +55,7 @@ Proxmox [Edge Kernels](https://github.com/fabianishere/pve-edge-kernel) are cust
|
|||
Run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/edge-kernel.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/misc/edge-kernel.sh)"
|
||||
```
|
||||
____________________________________________________________________________________________
|
||||
|
||||
|
@ -64,7 +64,7 @@ ________________________________________________________________________________
|
|||
<details>
|
||||
<summary markdown="span"> Proxmox CPU Scaling Governor</summary>
|
||||
|
||||
<p align="center"><img src="https://github.com/tteck/Proxmox/blob/main/misc/images/cpu.png?raw=true" height="100"/></p>
|
||||
<p align="center"><img src="https://github.com/hungnt612/Proxmox/blob/main/misc/images/cpu.png?raw=true" height="100"/></p>
|
||||
|
||||
<h1 align="center" id="heading">Proxmox CPU Scaling Governor </h1>
|
||||
|
||||
|
@ -75,7 +75,7 @@ CPU Scaling Governor enables the operating system to scale the CPU frequency up
|
|||
Run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/scaling-governor.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/misc/scaling-governor.sh)"
|
||||
```
|
||||
____________________________________________________________________________________________
|
||||
|
||||
|
@ -93,7 +93,7 @@ Update All LXC's Fast & Easy
|
|||
Run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/update-lxcs.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/misc/update-lxcs.sh)"
|
||||
```
|
||||
____________________________________________________________________________________________
|
||||
|
||||
|
@ -124,7 +124,7 @@ ________________________________________________________________________________
|
|||
<details>
|
||||
<summary markdown="span"> Home Assistant OS VM</summary>
|
||||
|
||||
<p align="center"><img src="https://github.com/tteck/Proxmox/blob/main/misc/images/haos.png?raw=true"/></p>
|
||||
<p align="center"><img src="https://github.com/hungnt612/Proxmox/blob/main/misc/images/haos.png?raw=true"/></p>
|
||||
|
||||
<h1 align="center" id="heading"> Home Assistant OS VM </h1>
|
||||
<h3 align="center"> Option to create VM using Stable, Beta or Dev Image </h3>
|
||||
|
@ -134,7 +134,7 @@ The script automates the manual process of finding, downloading and extracting t
|
|||
To create a new Proxmox Home Assistant OS VM, run the following in the Proxmox Shell
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/vm/haos-vm-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/vm/haos-vm-v4.sh)"
|
||||
```
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 4GB RAM - 32GB Storage - 2vCPU - Stable Image⚡</h3>
|
||||
|
||||
|
@ -160,7 +160,7 @@ A standalone container-based installation of Home Assistant Core
|
|||
To create a new Proxmox Home Assistant Container LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/homeassistant-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/homeassistant-v4.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 2GB RAM - 16GB Storage - 2vCPU ⚡</h3>
|
||||
|
@ -185,14 +185,14 @@ Save and exit the editor with “Ctrl+O”, “Enter” and “Ctrl+X”
|
|||
|
||||
Run in the Proxmox Shell
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/ha-copy-data.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/misc/ha-copy-data.sh)"
|
||||
```
|
||||
|
||||
⚙️ **To Allow USB Device Passthrough:**
|
||||
|
||||
Run in the Proxmox Shell. (**replace `106` with your LXC ID**)
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/usb-passthrough.sh)" -s 106
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/misc/usb-passthrough.sh)" -s 106
|
||||
```
|
||||
|
||||
Reboot the LXC to apply the changes
|
||||
|
@ -202,12 +202,12 @@ Reboot the LXC to apply the changes
|
|||
|
||||
Run in the LXC console
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/hacs.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/misc/hacs.sh)"
|
||||
```
|
||||
After install, reboot Home Assistant and **clear browser cache** then Add HACS integration.
|
||||
|
||||
|
||||
⚙️ [**Update Menu**](https://raw.githubusercontent.com/tteck/Proxmox/main/misc/images/update-menu.png)
|
||||
⚙️ [**Update Menu**](https://raw.githubusercontent.com/hungnt612/Proxmox/main/misc/images/update-menu.png)
|
||||
|
||||
Run in the LXC console
|
||||
```yaml
|
||||
|
@ -230,7 +230,7 @@ A standalone container-based installation of Home Assistant Core
|
|||
To create a new Proxmox Podman Home Assistant Container LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/podman-homeassistant-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/podman-homeassistant-v4.sh)"
|
||||
```
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 2GB RAM - 16GB Storage - 2vCPU ⚡</h3>
|
||||
|
||||
|
@ -254,14 +254,14 @@ Save and exit the editor with “Ctrl+O”, “Enter” and “Ctrl+X”
|
|||
|
||||
Run in the Proxmox Shell
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/ha-copy-data-podman.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/misc/ha-copy-data-podman.sh)"
|
||||
```
|
||||
|
||||
⚙️ **To allow USB device passthrough:**
|
||||
|
||||
Run in the Proxmox Shell. (**replace `106` with your LXC ID**)
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/usb-passthrough.sh)" -s 106
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/misc/usb-passthrough.sh)" -s 106
|
||||
```
|
||||
|
||||
Reboot the LXC to apply the changes
|
||||
|
@ -270,7 +270,7 @@ Reboot the LXC to apply the changes
|
|||
|
||||
Run in the LXC console
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/podman_hacs.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/misc/podman_hacs.sh)"
|
||||
```
|
||||
After install, reboot Home Assistant and **clear browser cache** then Add HACS integration.
|
||||
|
||||
|
@ -300,7 +300,7 @@ ________________________________________________________________________________
|
|||
To create a new Proxmox ioBroker LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/iobroker-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/iobroker-v4.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 2GB RAM - 8GB Storage - 2vCPU ⚡</h3>
|
||||
|
@ -329,7 +329,7 @@ ________________________________________________________________________________
|
|||
To create a new Proxmox openHAB LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/openhab-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/openhab-v4.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 2GB RAM - 8GB Storage - 2vCPU ⚡</h3>
|
||||
|
@ -358,7 +358,7 @@ ________________________________________________________________________________
|
|||
To create a new Proxmox Homebridge LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/homebridge-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/homebridge-v4.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 1GB RAM - 4GB Storage - 1vCPU ⚡</h3>
|
||||
|
@ -415,7 +415,7 @@ Update from the Homebridge UI
|
|||
To create a new Proxmox ESPHome LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/esphome-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/esphome-v4.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 1GB RAM - 4GB Storage - 2vCPU ⚡</h3>
|
||||
|
@ -448,7 +448,7 @@ ________________________________________________________________________________
|
|||
To create a new Proxmox Nginx Proxy Manager LXC Container, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/nginx-proxy-manager-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/nginx-proxy-manager-v4.sh)"
|
||||
```
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 1GB RAM - 3GB Storage - 1vCPU ⚡</h3>
|
||||
|
||||
|
@ -480,7 +480,7 @@ Add the following to your `configuration.yaml` in Home Assistant.
|
|||
|
||||
Run in the LXC console
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/npm_update.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/misc/npm_update.sh)"
|
||||
```
|
||||
|
||||
____________________________________________________________________________________________
|
||||
|
@ -499,7 +499,7 @@ bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/npm_update
|
|||
To create a new Proxmox MQTT LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/mqtt-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/mqtt-v4.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡</h3>
|
||||
|
@ -551,7 +551,7 @@ ________________________________________________________________________________
|
|||
To create a new Proxmox Node-RED LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/node-red-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/node-red-v4.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 1GB RAM - 4GB Storage - 1vCPU ⚡</h3>
|
||||
|
@ -576,7 +576,7 @@ npm install -g --unsafe-perm node-red
|
|||
|
||||
Run in the LXC console
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/node-red-themes.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/misc/node-red-themes.sh)"
|
||||
```
|
||||
|
||||
____________________________________________________________________________________________
|
||||
|
@ -595,7 +595,7 @@ ________________________________________________________________________________
|
|||
To create a new Proxmox n8n LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/n8n-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/n8n-v4.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 2GB RAM - 3GB Storage - 2vCPU ⚡</h3>
|
||||
|
@ -615,7 +615,7 @@ ________________________________________________________________________________
|
|||
<details>
|
||||
<summary markdown="span"> Mariadb LXC </summary>
|
||||
|
||||
<p align="center"><img src="https://mariadb.com/wp-content/webp-express/webp-images/doc-root/wp-content/themes/sage/dist/images/mariadb-logo-white.png.webp" alt="MariaDB"/><img src="https://raw.githubusercontent.com/tteck/Proxmox/main/misc/images/adminer_logo-cl.png" height="60"></p>
|
||||
<p align="center"><img src="https://mariadb.com/wp-content/webp-express/webp-images/doc-root/wp-content/themes/sage/dist/images/mariadb-logo-white.png.webp" alt="MariaDB"/><img src="https://raw.githubusercontent.com/hungnt612/Proxmox/main/misc/images/adminer_logo-cl.png" height="60"></p>
|
||||
|
||||
<h1 align="center" id="heading"> Mariadb LXC </h1>
|
||||
|
||||
|
@ -624,7 +624,7 @@ ________________________________________________________________________________
|
|||
To create a new Proxmox Mariadb LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/mariadb-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/mariadb-v4.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 1GB RAM - 4GB Storage - 1vCPU ⚡</h3>
|
||||
|
@ -721,7 +721,7 @@ Run in the LXC console
|
|||
```yaml
|
||||
apt update && apt upgrade -y
|
||||
```
|
||||
⚙️ [**Adminer**](https://raw.githubusercontent.com/tteck/Proxmox/main/misc/images/adminer.png) (formerly phpMinAdmin) is a full-featured database management tool
|
||||
⚙️ [**Adminer**](https://raw.githubusercontent.com/hungnt612/Proxmox/main/misc/images/adminer.png) (formerly phpMinAdmin) is a full-featured database management tool
|
||||
|
||||
`http://your-mariadb-lxc-ip/adminer/`
|
||||
|
||||
|
@ -732,7 +732,7 @@ ________________________________________________________________________________
|
|||
<details>
|
||||
<summary markdown="span"> PostgreSQL LXC </summary>
|
||||
|
||||
<p align="center"><img src="https://wiki.postgresql.org/images/3/30/PostgreSQL_logo.3colors.120x120.png" height="100"/><img src="https://raw.githubusercontent.com/tteck/Proxmox/main/misc/images/adminer_logo-cl.png" height="60"></p>
|
||||
<p align="center"><img src="https://wiki.postgresql.org/images/3/30/PostgreSQL_logo.3colors.120x120.png" height="100"/><img src="https://raw.githubusercontent.com/hungnt612/Proxmox/main/misc/images/adminer_logo-cl.png" height="60"></p>
|
||||
|
||||
<h1 align="center" id="heading"> PostgreSQL LXC </h1>
|
||||
|
||||
|
@ -741,7 +741,7 @@ ________________________________________________________________________________
|
|||
To create a new Proxmox PostgreSQL LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/postgresql-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/postgresql-v4.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 1GB RAM - 4GB Storage - 1vCPU ⚡</h3>
|
||||
|
@ -795,7 +795,7 @@ Run in the LXC console
|
|||
```yaml
|
||||
apt update && apt upgrade -y
|
||||
```
|
||||
⚙️ [**Adminer**](https://raw.githubusercontent.com/tteck/Proxmox/main/misc/images/adminer.png) (formerly phpMinAdmin) is a full-featured database management tool
|
||||
⚙️ [**Adminer**](https://raw.githubusercontent.com/hungnt612/Proxmox/main/misc/images/adminer.png) (formerly phpMinAdmin) is a full-featured database management tool
|
||||
|
||||
`http://your-PostgreSQL-lxc-ip/adminer/`
|
||||
|
||||
|
@ -816,7 +816,7 @@ ________________________________________________________________________________
|
|||
To create a new Proxmox Zigbee2MQTT LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/zigbee2mqtt-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/zigbee2mqtt-v4.sh)"
|
||||
```
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 1GB RAM - 4GB Storage - 2vCPU ⚡</h3>
|
||||
|
||||
|
@ -878,7 +878,7 @@ cd /opt/zigbee2mqtt && bash update.sh
|
|||
|
||||
Run in the Proxmox Shell
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/z2m-copy-data.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/misc/z2m-copy-data.sh)"
|
||||
```
|
||||
|
||||
____________________________________________________________________________________________
|
||||
|
@ -897,7 +897,7 @@ ________________________________________________________________________________
|
|||
To create a new Proxmox deCONZ LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/deconz-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/deconz-v4.sh)"
|
||||
```
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 1GB RAM - 4GB Storage - 2vCPU ⚡</h3>
|
||||
|
||||
|
@ -926,7 +926,7 @@ ________________________________________________________________________________
|
|||
To create a new Proxmox Zwavejs2MQTT LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/zwavejs2mqtt-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/zwavejs2mqtt-v4.sh)"
|
||||
```
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 1GB RAM - 4GB Storage - 2vCPU ⚡</h3>
|
||||
|
||||
|
@ -936,13 +936,13 @@ bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/zwavejs2mqtt
|
|||
|
||||
Run in the Proxmox Shell
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/zwave-copy-data.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/misc/zwave-copy-data.sh)"
|
||||
```
|
||||
⚙️ **To Update Zwavejs2MQTT**
|
||||
|
||||
Run in the LXC Console
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/zwavejs2mqtt-update.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/misc/zwavejs2mqtt-update.sh)"
|
||||
```
|
||||
|
||||
____________________________________________________________________________________________
|
||||
|
@ -952,7 +952,7 @@ ________________________________________________________________________________
|
|||
<details>
|
||||
<summary markdown="span"> NocoDB LXC </summary>
|
||||
|
||||
<p align="center"><img src="https://github.com/tteck/Proxmox/blob/main/misc/images/nocodb.png?raw=true" height="100"/></p>
|
||||
<p align="center"><img src="https://github.com/hungnt612/Proxmox/blob/main/misc/images/nocodb.png?raw=true" height="100"/></p>
|
||||
|
||||
<h1 align="center" id="heading"> NocoDB LXC </h1>
|
||||
|
||||
|
@ -961,7 +961,7 @@ ________________________________________________________________________________
|
|||
To create a new Proxmox NocoDB LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/nocodb-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/nocodb-v4.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 1GB RAM - 4GB Storage - 1vCPU ⚡</h3>
|
||||
|
@ -982,7 +982,7 @@ ________________________________________________________________________________
|
|||
<details>
|
||||
<summary markdown="span"> Prometheus LXC </summary>
|
||||
|
||||
<p align="center"><img src="https://github.com/tteck/Proxmox/blob/main/misc/images/prome.png?raw=true" height="100"/></p>
|
||||
<p align="center"><img src="https://github.com/hungnt612/Proxmox/blob/main/misc/images/prome.png?raw=true" height="100"/></p>
|
||||
|
||||
<h1 align="center" id="heading"> Prometheus LXC </h1>
|
||||
|
||||
|
@ -991,7 +991,7 @@ ________________________________________________________________________________
|
|||
To create a new Proxmox Prometheus LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/prometheus-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/prometheus-v4.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 2GB RAM - 4GB Storage - 1vCPU ⚡</h3>
|
||||
|
@ -1022,7 +1022,7 @@ ________________________________________________________________________________
|
|||
To create a new Proxmox InfluxDB LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/influxdb-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/influxdb-v4.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 2GB RAM - 8GB Storage - 2vCPU ⚡</h3>
|
||||
|
@ -1064,7 +1064,7 @@ ________________________________________________________________________________
|
|||
To create a new Proxmox Grafana LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/grafana-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/grafana-v4.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡</h3>
|
||||
|
@ -1096,7 +1096,7 @@ ________________________________________________________________________________
|
|||
<details>
|
||||
<summary markdown="span"> Docker LXC </summary>
|
||||
|
||||
<p align="center"><img src="https://raw.githubusercontent.com/tteck/Proxmox/main/misc/images/docker.png" height="100"/></p>
|
||||
<p align="center"><img src="https://raw.githubusercontent.com/hungnt612/Proxmox/main/misc/images/docker.png" height="100"/></p>
|
||||
|
||||
<h1 align="center" id="heading"> Docker LXC </h1>
|
||||
<h3 align="center"> Options to Install Portainer and/or Docker Compose V2</h3>
|
||||
|
@ -1106,7 +1106,7 @@ ________________________________________________________________________________
|
|||
To create a new Proxmox Docker LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/docker-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/docker-v4.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 2GB RAM - 4GB Storage - 2vCPU ⚡</h3>
|
||||
|
@ -1137,7 +1137,7 @@ ________________________________________________________________________________
|
|||
To create a new Proxmox Debian (curl & sudo) LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/debian-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/debian-v4.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡</h3>
|
||||
|
@ -1165,7 +1165,7 @@ ________________________________________________________________________________
|
|||
To create a new Proxmox Ubuntu (curl & sudo) LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/ubuntu-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/ubuntu-v4.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU - 22.04 ⚡</h3>
|
||||
|
@ -1195,7 +1195,7 @@ An application designed to optimize UniFi home and business networks with ease.
|
|||
To create a new Proxmox UniFi Network Application LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/unifi-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/unifi-v4.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 2GB RAM - 8GB Storage - 2vCPU ⚡</h3>
|
||||
|
@ -1206,7 +1206,7 @@ bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/unifi-v4.sh)
|
|||
|
||||
Run in the LXC console
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/unifi-update.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/misc/unifi-update.sh)"
|
||||
```
|
||||
____________________________________________________________________________________________
|
||||
|
||||
|
@ -1224,7 +1224,7 @@ Omada Controller is software which is used to manage the EAP
|
|||
To create a new Proxmox Omada Controller LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/omada-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/omada-v4.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 2GB RAM - 8GB Storage - 2vCPU ⚡</h3>
|
||||
|
@ -1239,7 +1239,7 @@ bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/omada-v4.sh)
|
|||
|
||||
⚙️ **To Update Omada**
|
||||
|
||||
https://github.com/tteck/Proxmox/issues/402#issue-1328460983
|
||||
https://github.com/hungnt612/Proxmox/issues/402#issue-1328460983
|
||||
|
||||
____________________________________________________________________________________________
|
||||
|
||||
|
@ -1257,7 +1257,7 @@ MeshCentral is a full computer management web site. With MeshCentral, you can ru
|
|||
To create a new Proxmox MeshCentral LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/meshcentral-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/meshcentral-v4.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡</h3>
|
||||
|
@ -1283,7 +1283,7 @@ ________________________________________________________________________________
|
|||
To create a new Proxmox Plex Media Server LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/plex-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/plex-v4.sh)"
|
||||
```
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 2GB RAM - 8GB Storage - 2vCPU ⚡</h3>
|
||||
|
||||
|
@ -1299,7 +1299,7 @@ apt update && apt upgrade -y
|
|||
|
||||
Run in the Proxmox Shell
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/pms-copy-data.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/misc/pms-copy-data.sh)"
|
||||
```
|
||||
|
||||
____________________________________________________________________________________________
|
||||
|
@ -1316,7 +1316,7 @@ ________________________________________________________________________________
|
|||
To create a new Proxmox Emby Media Server LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/emby-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/emby-v4.sh)"
|
||||
```
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 2GB RAM - 8GB Storage - 2vCPU ⚡</h3>
|
||||
|
||||
|
@ -1338,7 +1338,7 @@ ________________________________________________________________________________
|
|||
To create a new Proxmox Jellyfin Media Server LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/jellyfin-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/jellyfin-v4.sh)"
|
||||
```
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 2GB RAM - 8GB Storage - 2vCPU ⚡</h3>
|
||||
|
||||
|
@ -1368,7 +1368,7 @@ ________________________________________________________________________________
|
|||
To create a new Proxmox Pi-hole LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/pihole-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/pihole-v4.sh)"
|
||||
```
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡</h3>
|
||||
|
||||
|
@ -1402,7 +1402,7 @@ An open source authoritative as well as recursive DNS server
|
|||
To create a new Proxmox Technitium DNS LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/technitiumdns-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/technitiumdns-v4.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡</h3>
|
||||
|
@ -1412,7 +1412,7 @@ bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/technitiumdn
|
|||
⚙️ **To Update Technitium DNS**
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/technitiumdns-update.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/misc/technitiumdns-update.sh)"
|
||||
```
|
||||
__________________________________________________________________________________________
|
||||
|
||||
|
@ -1429,7 +1429,7 @@ ________________________________________________________________________________
|
|||
To create a new Proxmox AdGuard Home LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/adguard-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/adguard-v4.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡</h3>
|
||||
|
@ -1459,7 +1459,7 @@ Uptime Kuma is a self-hosted, open source, fancy uptime monitoring and alerting
|
|||
To create a new Proxmox Uptime Kuma LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/uptimekuma-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/uptimekuma-v4.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 1GB RAM - 2GB Storage - 1vCPU ⚡</h3>
|
||||
|
@ -1470,7 +1470,7 @@ bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/uptimekuma-v
|
|||
|
||||
Run in the LXC console
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/uptimekuma-update.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/misc/uptimekuma-update.sh)"
|
||||
```
|
||||
____________________________________________________________________________________________
|
||||
|
||||
|
@ -1479,7 +1479,7 @@ ________________________________________________________________________________
|
|||
<details>
|
||||
<summary markdown="span"> Whoogle LXC </summary>
|
||||
|
||||
<p align="center"><img src="https://github.com/tteck/Proxmox/blob/main/misc/images/whoogle.png?raw=true" height="100"/></p>
|
||||
<p align="center"><img src="https://github.com/hungnt612/Proxmox/blob/main/misc/images/whoogle.png?raw=true" height="100"/></p>
|
||||
|
||||
<h1 align="center" id="heading"> Whoogle LXC </h1>
|
||||
|
||||
|
@ -1488,7 +1488,7 @@ Get Google search results, but without any ads, javascript, AMP links, cookies,
|
|||
To create a new Proxmox Whoogle LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/whoogle-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/whoogle-v4.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡</h3>
|
||||
|
@ -1517,7 +1517,7 @@ ________________________________________________________________________________
|
|||
To create a new Proxmox Wiki.js LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/wikijs-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/wikijs-v4.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡</h3>
|
||||
|
@ -1531,7 +1531,7 @@ ________________________________________________________________________________
|
|||
<details>
|
||||
<summary markdown="span"> Heimdall Dashboard LXC</summary>
|
||||
|
||||
<p align="center"><img src="https://github.com/tteck/Proxmox/blob/main/misc/images/heimdall.png?raw=true" height="100"/></p>
|
||||
<p align="center"><img src="https://github.com/hungnt612/Proxmox/blob/main/misc/images/heimdall.png?raw=true" height="100"/></p>
|
||||
|
||||
<h1 align="center" id="heading"> Heimdall Dashboard LXC </h1>
|
||||
|
||||
|
@ -1540,7 +1540,7 @@ ________________________________________________________________________________
|
|||
To create a new Proxmox Heimdall Dashboard LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/heimdalldashboard-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/heimdalldashboard-v4.sh)"
|
||||
```
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡</h3>
|
||||
|
||||
|
@ -1550,7 +1550,7 @@ bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/heimdalldash
|
|||
|
||||
Run in the LXC console
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/heimdalldashboard-all-update.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/misc/heimdalldashboard-all-update.sh)"
|
||||
```
|
||||
|
||||
__________________________________________________________________________________________
|
||||
|
@ -1570,7 +1570,7 @@ Dashy helps you organize your self-hosted services by making them accessible fro
|
|||
To create a new Proxmox Dashy LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/dashy-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/dashy-v4.sh)"
|
||||
```
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 2GB RAM - 3GB Storage - 2vCPU ⚡</h3>
|
||||
|
||||
|
@ -1582,7 +1582,7 @@ After getting everything setup the way you want in interactive mode and saved to
|
|||
|
||||
Run in the LXC Console
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/dashy-update.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/misc/dashy-update.sh)"
|
||||
```
|
||||
|
||||
__________________________________________________________________________________________
|
||||
|
@ -1601,7 +1601,7 @@ ________________________________________________________________________________
|
|||
To create a new Proxmox grocy LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/grocy-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/grocy-v4.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡</h3>
|
||||
|
@ -1641,7 +1641,7 @@ ________________________________________________________________________________
|
|||
To create a new MagicMirror Server LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/magicmirror-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/magicmirror-v4.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 512MiB RAM - 3GB Storage - 1vCPU ⚡</h3>
|
||||
|
@ -1676,7 +1676,7 @@ Sync files from app to server, share photos & videos, back up your data and stay
|
|||
To create a new Proxmox Daemon Sync Server LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/daemonsync-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/daemonsync-v4.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 512MiB RAM - 8GB Storage - 1vCPU ⚡</h3>
|
||||
|
@ -1692,7 +1692,7 @@ ________________________________________________________________________________
|
|||
<details>
|
||||
<summary markdown="span"> PhotoPrism LXC </summary>
|
||||
|
||||
<p align="center"><img src="https://github.com/tteck/Proxmox/blob/main/misc/images/photoprism.png?raw=true" height="100"/></p>
|
||||
<p align="center"><img src="https://github.com/hungnt612/Proxmox/blob/main/misc/images/photoprism.png?raw=true" height="100"/></p>
|
||||
|
||||
<h1 align="center" id="heading"> PhotoPrism LXC </h1>
|
||||
|
||||
|
@ -1701,7 +1701,7 @@ ________________________________________________________________________________
|
|||
To create a new Proxmox PhotoPrism LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/photoprism-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/photoprism-v4.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 2GB RAM - 8GB Storage - 2vCPU ⚡</h3>
|
||||
|
@ -1724,7 +1724,7 @@ bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/photoprism-v
|
|||
|
||||
Run in the LXC Console
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/photoprism-update.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/misc/photoprism-update.sh)"
|
||||
```
|
||||
____________________________________________________________________________________________
|
||||
|
||||
|
@ -1740,7 +1740,7 @@ ________________________________________________________________________________
|
|||
To create a new Proxmox MotionEye VMS LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/motioneye-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/motioneye-v4.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 2GB RAM - 8GB Storage - 2vCPU ⚡</h3>
|
||||
|
@ -1772,14 +1772,14 @@ ________________________________________________________________________________
|
|||
<details>
|
||||
<summary markdown="span"> File Browser</summary>
|
||||
|
||||
<p align="center"><img src="https://github.com/tteck/Proxmox/blob/main/misc/images/filebrowser.png?raw=true" height="100"/></p>
|
||||
<p align="center"><img src="https://github.com/hungnt612/Proxmox/blob/main/misc/images/filebrowser.png?raw=true" height="100"/></p>
|
||||
|
||||
<h1 align="center" id="heading"> File Browser </h1>
|
||||
|
||||
To Install File Browser, ⚠️ run the following in the LXC console.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/filebrowser.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/misc/filebrowser.sh)"
|
||||
```
|
||||
|
||||
[File Browser](https://filebrowser.org/features) is a create-your-own-cloud-kind of software where you can install it on a server, direct it to a path and then access your files through a nice web interface. Many available features!
|
||||
|
@ -1818,7 +1818,7 @@ ________________________________________________________________________________
|
|||
To Install VS Code Server, ⚠️ run the following in the LXC console.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/code-server.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/misc/code-server.sh)"
|
||||
```
|
||||
|
||||
[VS Code Server](https://code.visualstudio.com/docs/remote/vscode-server) is a service you can run on a remote development machine, like your desktop PC or a virtual machine (VM). It allows you to securely connect to that remote machine from anywhere through a vscode.dev URL, without the requirement of SSH.
|
||||
|
@ -1838,10 +1838,10 @@ ________________________________________________________________________________
|
|||
|
||||
<h1 align="center" id="heading"> Webmin System Administration </h1>
|
||||
|
||||
To Install Webmin System Administration [(Screenshot)](https://raw.githubusercontent.com/tteck/Proxmox/main/misc/images/file-manager.png), ⚠️ run the following in the LXC console.
|
||||
To Install Webmin System Administration [(Screenshot)](https://raw.githubusercontent.com/hungnt612/Proxmox/main/misc/images/file-manager.png), ⚠️ run the following in the LXC console.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/webmin.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/misc/webmin.sh)"
|
||||
```
|
||||
|
||||
If you prefer to manage all aspects of your Proxmox LXC from a graphical interface instead of the command line interface, Webmin might be right for you.
|
||||
|
@ -1889,7 +1889,7 @@ ________________________________________________________________________________
|
|||
To create a new Proxmox WireGuard LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/wireguard-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/wireguard-v4.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡</h3>
|
||||
|
@ -1941,7 +1941,7 @@ ________________________________________________________________________________
|
|||
To Install Talescale on an existing LXC, run the following in the Proxmox Shell (replace `106` with your LXC ID).
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/add-tailscale-lxc.sh)" -s 106
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/misc/add-tailscale-lxc.sh)" -s 106
|
||||
```
|
||||
After the script finishes, reboot the LXC then run `tailscale up` in the LXC console
|
||||
|
||||
|
@ -1968,7 +1968,7 @@ ________________________________________________________________________________
|
|||
To Install CrowdSec, ⚠️ run the following in the LXC console.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/crowdsec.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/misc/crowdsec.sh)"
|
||||
```
|
||||
|
||||
[CrowdSec](https://crowdsec.net/) is a free, open-source and collaborative IPS. Analyze behaviors, respond to attacks & share signals across the community.
|
||||
|
@ -1989,7 +1989,7 @@ ________________________________________________________________________________
|
|||
To create a new Proxmox Keycloak LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/keycloak-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/keycloak-v4.sh)"
|
||||
```
|
||||
|
||||
[Keycloak](https://www.keycloak.org/) is an Open Source Identity and Access Management solution for modern Applications and Services.
|
||||
|
@ -2035,7 +2035,7 @@ ________________________________________________________________________________
|
|||
To create a new Proxmox Mikrotik RouterOS VM, run the following in the Proxmox Shell.
|
||||
|
||||
```
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/vm/mikrotik-routeros-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/vm/mikrotik-routeros-v4.sh)"
|
||||
```
|
||||
Setup is done via VM console.
|
||||
|
||||
|
@ -2058,7 +2058,7 @@ Alternative implementation of the Bitwarden server API written in Rust and compa
|
|||
To create a new Proxmox Vaultwarden LXC, run the following in the Proxmox Shell.
|
||||
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/vaultwarden-v4.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/ct/vaultwarden-v4.sh)"
|
||||
```
|
||||
⚠️ Vaultwarden needs to be behind a proxy (Nginx Proxy Manager) to obtain HTTPS and to allow clients to connect.
|
||||
|
||||
|
@ -2079,13 +2079,13 @@ Expect 30+ minute install time.
|
|||
|
||||
Run in the LXC console
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/vaultwarden-update.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/misc/vaultwarden-update.sh)"
|
||||
```
|
||||
⚙️ **To Update Web-vault (any)**
|
||||
|
||||
Run in the LXC console
|
||||
```yaml
|
||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/web-vault-update.sh)"
|
||||
bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/misc/web-vault-update.sh)"
|
||||
```
|
||||
|
||||
____________________________________________________________________________________________
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue