diff --git a/CHANGELOG.MD b/CHANGELOG.MD index bb61be63..a973752c 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,4 +1,4 @@ - + # Change Log All notable changes to this project will be documented in this file. @@ -76,7 +76,7 @@ All notable changes to this project will be documented in this file. - **Home Assistant OS VM** - Present the drive to the guest as a solid-state drive rather than a rotational hard disk. There is no requirement that the underlying storage actually be backed by SSD's. - When the VM’s filesystem marks blocks as unused after deleting files, the SCSI controller will relay this information to the storage, which will then shrink the disk image accordingly. - - 👉 [more info](https://github.com/tteck/Proxmox/discussions/378) + - 👉 [more info](https://github.com/hungnt612/Proxmox/discussions/378) ## 2022-07-22 @@ -288,7 +288,7 @@ All notable changes to this project will be documented in this file. ### Changed - **ALL LXC's** - - New [V3 Install Script](https://github.com/tteck/Proxmox/issues/162) + - New [V3 Install Script](https://github.com/hungnt612/Proxmox/issues/162) - **ioBroker LXC** - New Script V3 @@ -569,28 +569,28 @@ All notable changes to this project will be documented in this file. ### Changed - **Node-Red LXC** - - Add Install [Themes Script](https://raw.githubusercontent.com/tteck/Proxmox/main/misc/images/node-red-themes.png) + - Add Install [Themes Script](https://raw.githubusercontent.com/hungnt612/Proxmox/main/misc/images/node-red-themes.png) ## 2022-02-16 ### Changed - **Home Assistant Container LXC** - - Add Options to [Update Menu](https://raw.githubusercontent.com/tteck/Proxmox/main/misc/images/update-menu.png) + - Add Options to [Update Menu](https://raw.githubusercontent.com/hungnt612/Proxmox/main/misc/images/update-menu.png) ## 2022-02-14 ### Changed - **Home Assistant Container LXC** - - Add [Update Menu](https://raw.githubusercontent.com/tteck/Proxmox/main/misc/images/update-menu.png) + - Add [Update Menu](https://raw.githubusercontent.com/hungnt612/Proxmox/main/misc/images/update-menu.png) ## 2022-02-13 ### Changed - **Mariadb LXC** - - Add [Adminer](https://raw.githubusercontent.com/tteck/Proxmox/main/misc/images/adminer.png) (formerly phpMinAdmin), a full-featured database management tool + - Add [Adminer](https://raw.githubusercontent.com/hungnt612/Proxmox/main/misc/images/adminer.png) (formerly phpMinAdmin), a full-featured database management tool ## 2022-02-12 @@ -608,7 +608,7 @@ All notable changes to this project will be documented in this file. - **GamUntu LXC** - New Script - **Jellyfin Media Server LXC** - - new script to fix [start issue](https://github.com/tteck/Proxmox/issues/29#issue-1127457380) + - new script to fix [start issue](https://github.com/hungnt612/Proxmox/issues/29#issue-1127457380) - **MotionEye NVR LXC** - New script @@ -682,7 +682,7 @@ All notable changes to this project will be documented in this file. - `va-driver-all` is preinstalled - now using Ubuntu 21.10 - **misc** - - new GUI script [(Screenshot)](https://raw.githubusercontent.com/tteck/Proxmox/main/misc/images/pms-copy-data.png) to copy data from one Plex Media Server LXC to another Plex Media Server LXC + - new GUI script [(Screenshot)](https://raw.githubusercontent.com/hungnt612/Proxmox/main/misc/images/pms-copy-data.png) to copy data from one Plex Media Server LXC to another Plex Media Server LXC ## Initial Catch up - 2022-01-23 diff --git a/README.md b/README.md index 13f0a434..1bd41e40 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

Always remember to use due diligence when sourcing scripts and automation tasks from third-party sites.

- 🔸 + 🔸
Proxmox VE 7 Post Install @@ -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 @@ ________________________________________________________________________________
Proxmox CPU Scaling Governor -

+

Proxmox CPU Scaling Governor

@@ -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 @@ ________________________________________________________________________________
Home Assistant OS VM -

+

Home Assistant OS VM

Option to create VM using Stable, Beta or Dev Image

@@ -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)" ```

⚡ Default Settings: 4GB RAM - 32GB Storage - 2vCPU - Stable Image⚡

@@ -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)" ```

⚡ Default Settings: 2GB RAM - 16GB Storage - 2vCPU ⚡

@@ -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)" ```

⚡ Default Settings: 2GB RAM - 16GB Storage - 2vCPU ⚡

@@ -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)" ```

⚡ Default Settings: 2GB RAM - 8GB Storage - 2vCPU ⚡

@@ -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)" ```

⚡ Default Settings: 2GB RAM - 8GB Storage - 2vCPU ⚡

@@ -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)" ```

⚡ Default Settings: 1GB RAM - 4GB Storage - 1vCPU ⚡

@@ -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)" ```

⚡ Default Settings: 1GB RAM - 4GB Storage - 2vCPU ⚡

@@ -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)" ```

⚡ Default Settings: 1GB RAM - 3GB Storage - 1vCPU ⚡

@@ -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)" ```

⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡

@@ -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)" ```

⚡ Default Settings: 1GB RAM - 4GB Storage - 1vCPU ⚡

@@ -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)" ```

⚡ Default Settings: 2GB RAM - 3GB Storage - 2vCPU ⚡

@@ -615,7 +615,7 @@ ________________________________________________________________________________
Mariadb LXC -

MariaDB

+

MariaDB

Mariadb LXC

@@ -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)" ```

⚡ Default Settings: 1GB RAM - 4GB Storage - 1vCPU ⚡

@@ -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 @@ ________________________________________________________________________________
PostgreSQL LXC -

+

PostgreSQL LXC

@@ -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)" ```

⚡ Default Settings: 1GB RAM - 4GB Storage - 1vCPU ⚡

@@ -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)" ```

⚡ Default Settings: 1GB RAM - 4GB Storage - 2vCPU ⚡

@@ -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)" ```

⚡ Default Settings: 1GB RAM - 4GB Storage - 2vCPU ⚡

@@ -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)" ```

⚡ Default Settings: 1GB RAM - 4GB Storage - 2vCPU ⚡

@@ -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 @@ ________________________________________________________________________________
NocoDB LXC -

+

NocoDB LXC

@@ -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)" ```

⚡ Default Settings: 1GB RAM - 4GB Storage - 1vCPU ⚡

@@ -982,7 +982,7 @@ ________________________________________________________________________________
Prometheus LXC -

+

Prometheus LXC

@@ -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)" ```

⚡ Default Settings: 2GB RAM - 4GB Storage - 1vCPU ⚡

@@ -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)" ```

⚡ Default Settings: 2GB RAM - 8GB Storage - 2vCPU ⚡

@@ -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)" ```

⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡

@@ -1096,7 +1096,7 @@ ________________________________________________________________________________
Docker LXC -

+

Docker LXC

Options to Install Portainer and/or Docker Compose V2

@@ -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)" ```

⚡ Default Settings: 2GB RAM - 4GB Storage - 2vCPU ⚡

@@ -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)" ```

⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡

@@ -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)" ```

⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU - 22.04 ⚡

@@ -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)" ```

⚡ Default Settings: 2GB RAM - 8GB Storage - 2vCPU ⚡

@@ -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)" ```

⚡ Default Settings: 2GB RAM - 8GB Storage - 2vCPU ⚡

@@ -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)" ```

⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡

@@ -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)" ```

⚡ Default Settings: 2GB RAM - 8GB Storage - 2vCPU ⚡

@@ -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)" ```

⚡ Default Settings: 2GB RAM - 8GB Storage - 2vCPU ⚡

@@ -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)" ```

⚡ Default Settings: 2GB RAM - 8GB Storage - 2vCPU ⚡

@@ -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)" ```

⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡

@@ -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)" ```

⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡

@@ -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)" ```

⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡

@@ -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)" ```

⚡ Default Settings: 1GB RAM - 2GB Storage - 1vCPU ⚡

@@ -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 @@ ________________________________________________________________________________
Whoogle LXC -

+

Whoogle LXC

@@ -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)" ```

⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡

@@ -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)" ```

⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡

@@ -1531,7 +1531,7 @@ ________________________________________________________________________________
Heimdall Dashboard LXC -

+

Heimdall Dashboard LXC

@@ -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)" ```

⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡

@@ -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)" ```

⚡ Default Settings: 2GB RAM - 3GB Storage - 2vCPU ⚡

@@ -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)" ```

⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡

@@ -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)" ```

⚡ Default Settings: 512MiB RAM - 3GB Storage - 1vCPU ⚡

@@ -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)" ```

⚡ Default Settings: 512MiB RAM - 8GB Storage - 1vCPU ⚡

@@ -1692,7 +1692,7 @@ ________________________________________________________________________________
PhotoPrism LXC -

+

PhotoPrism LXC

@@ -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)" ```

⚡ Default Settings: 2GB RAM - 8GB Storage - 2vCPU ⚡

@@ -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)" ```

⚡ Default Settings: 2GB RAM - 8GB Storage - 2vCPU ⚡

@@ -1772,14 +1772,14 @@ ________________________________________________________________________________
File Browser -

+

File Browser

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 @@ ________________________________________________________________________________

Webmin System Administration

-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)" ```

⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡

@@ -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)" ``` ____________________________________________________________________________________________ diff --git a/ct/adguard-v1.sh b/ct/adguard-v1.sh index daada894..b902b966 100644 --- a/ct/adguard-v1.sh +++ b/ct/adguard-v1.sh @@ -73,7 +73,7 @@ function load_module() { TEMP_DIR=$(mktemp -d) pushd $TEMP_DIR >/dev/null -wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/setup/adguard_setup.sh +wget -qL https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/adguard_setup.sh load_module overlay diff --git a/ct/adguard-v2.sh b/ct/adguard-v2.sh index 9838585b..76d8c453 100644 --- a/ct/adguard-v2.sh +++ b/ct/adguard-v2.sh @@ -220,7 +220,7 @@ export PCT_OPTIONS=" -unprivileged ${IM} ${PW} " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit STORAGE_TYPE=$(pvesm status -storage $(pct config $CTID | grep rootfs | awk -F ":" '{print $2}') | awk 'NR>1 {print $2}') if [ "$STORAGE_TYPE" == "zfspool" ]; then @@ -246,7 +246,7 @@ echo -e "${CM}${CL} \r" alias lxc-cmd="lxc-attach -n $CTID --" -lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/adguard-install.sh)" || exit +lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/adguard-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') diff --git a/ct/adguard-v3.sh b/ct/adguard-v3.sh index 26955d34..021159e8 100644 --- a/ct/adguard-v3.sh +++ b/ct/adguard-v3.sh @@ -340,18 +340,18 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/adguard-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/adguard-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# AdGuard Home LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "Adguard Setup should be reachable by going to the following URL. diff --git a/ct/adguard-v4.sh b/ct/adguard-v4.sh index bb40f982..6295fb92 100644 --- a/ct/adguard-v4.sh +++ b/ct/adguard-v4.sh @@ -252,14 +252,14 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP} Setup should be reachable by going to the following URL. ${BL}http://${IP}:3000${CL} \n" diff --git a/ct/daemonsync-v2.sh b/ct/daemonsync-v2.sh index 5b47dfa6..af04ab20 100644 --- a/ct/daemonsync-v2.sh +++ b/ct/daemonsync-v2.sh @@ -218,7 +218,7 @@ export PCT_OPTIONS=" -unprivileged ${IM} ${PW} " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit STORAGE_TYPE=$(pvesm status -storage $(pct config $CTID | grep rootfs | awk -F ":" '{print $2}') | awk 'NR>1 {print $2}') if [ "$STORAGE_TYPE" == "zfspool" ]; then @@ -244,7 +244,7 @@ echo -e "${CM}${CL} \r" alias lxc-cmd="lxc-attach -n $CTID --" -lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/daemonsync-install.sh)" || exit +lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/daemonsync-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') diff --git a/ct/daemonsync-v3.sh b/ct/daemonsync-v3.sh index df44541e..6e0a7422 100644 --- a/ct/daemonsync-v3.sh +++ b/ct/daemonsync-v3.sh @@ -340,18 +340,18 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/daemonsync-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/daemonsync-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. diff --git a/ct/daemonsync-v4.sh b/ct/daemonsync-v4.sh index 3fee2a6e..f2cafd93 100644 --- a/ct/daemonsync-v4.sh +++ b/ct/daemonsync-v4.sh @@ -252,14 +252,14 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}:8084${CL} \n" diff --git a/ct/dashy-v2.sh b/ct/dashy-v2.sh index 49e63390..4c5681b4 100644 --- a/ct/dashy-v2.sh +++ b/ct/dashy-v2.sh @@ -219,7 +219,7 @@ export PCT_OPTIONS=" -unprivileged ${IM} ${PW} " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit STORAGE_TYPE=$(pvesm status -storage $(pct config $CTID | grep rootfs | awk -F ":" '{print $2}') | awk 'NR>1 {print $2}') if [ "$STORAGE_TYPE" == "zfspool" ]; then @@ -245,7 +245,7 @@ echo -e "${CM}${CL} \r" alias lxc-cmd="lxc-attach -n $CTID --" -lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/dashy-install.sh)" || exit +lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/dashy-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') diff --git a/ct/dashy-v3.sh b/ct/dashy-v3.sh index b7e795d2..b801347d 100644 --- a/ct/dashy-v3.sh +++ b/ct/dashy-v3.sh @@ -340,18 +340,18 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/dashy-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/dashy-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. diff --git a/ct/dashy-v4.sh b/ct/dashy-v4.sh index 5383cf97..c618df98 100644 --- a/ct/dashy-v4.sh +++ b/ct/dashy-v4.sh @@ -252,14 +252,14 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}:4000${CL} \n" diff --git a/ct/debian-v1.sh b/ct/debian-v1.sh index c002b0c6..64bbfbe8 100644 --- a/ct/debian-v1.sh +++ b/ct/debian-v1.sh @@ -73,7 +73,7 @@ function load_module() { TEMP_DIR=$(mktemp -d) pushd $TEMP_DIR >/dev/null -wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/setup/debian11_setup.sh +wget -qL https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/debian11_setup.sh load_module overlay diff --git a/ct/debian-v2.sh b/ct/debian-v2.sh index 36ed693b..8bbb4371 100644 --- a/ct/debian-v2.sh +++ b/ct/debian-v2.sh @@ -219,7 +219,7 @@ export PCT_OPTIONS=" -unprivileged ${IM} ${PW} " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit STORAGE_TYPE=$(pvesm status -storage $(pct config $CTID | grep rootfs | awk -F ":" '{print $2}') | awk 'NR>1 {print $2}') if [ "$STORAGE_TYPE" == "zfspool" ]; then @@ -250,7 +250,7 @@ echo -e "${CM}${CL} \r" alias lxc-cmd="lxc-attach -n $CTID --" -lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$HN-install.sh)" || exit +lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$HN-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') diff --git a/ct/debian-v3.sh b/ct/debian-v3.sh index 79c9bdd1..d5b0d6d8 100644 --- a/ct/debian-v3.sh +++ b/ct/debian-v3.sh @@ -341,17 +341,17 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" diff --git a/ct/debian-v4.sh b/ct/debian-v4.sh index fb470b8a..042f3cca 100644 --- a/ct/debian-v4.sh +++ b/ct/debian-v4.sh @@ -251,12 +251,12 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} ${var_version} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" diff --git a/ct/deconz-v3.sh b/ct/deconz-v3.sh index 3679fb6c..265edf78 100644 --- a/ct/deconz-v3.sh +++ b/ct/deconz-v3.sh @@ -341,7 +341,7 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit LXC_CONFIG=/etc/pve/lxc/${CTID}.conf cat <> $LXC_CONFIG @@ -359,12 +359,12 @@ msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. diff --git a/ct/deconz-v4.sh b/ct/deconz-v4.sh index 28db39a2..55324aec 100644 --- a/ct/deconz-v4.sh +++ b/ct/deconz-v4.sh @@ -254,7 +254,7 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit LXC_CONFIG=/etc/pve/lxc/${CTID}.conf cat <> $LXC_CONFIG lxc.cgroup2.devices.allow: a @@ -269,10 +269,10 @@ EOF msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}${CL}\n" diff --git a/ct/docker-v2.sh b/ct/docker-v2.sh index 43ceb81b..71dbb3dd 100644 --- a/ct/docker-v2.sh +++ b/ct/docker-v2.sh @@ -266,7 +266,7 @@ export PCT_OPTIONS=" -unprivileged ${IM} ${PW} " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit STORAGE_TYPE=$(pvesm status -storage $(pct config $CTID | grep rootfs | awk -F ":" '{print $2}') | awk 'NR>1 {print $2}') if [ "$STORAGE_TYPE" == "zfspool" ]; then @@ -305,7 +305,7 @@ echo -e "${CM}${CL} \r" alias lxc-cmd="lxc-attach -n $CTID --" -lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/docker-install.sh)" || exit +lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/docker-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') diff --git a/ct/docker-v3.sh b/ct/docker-v3.sh index 3c2c71a4..b28f4a63 100644 --- a/ct/docker-v3.sh +++ b/ct/docker-v3.sh @@ -339,7 +339,7 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit LXC_CONFIG=/etc/pve/lxc/${CTID}.conf cat <> $LXC_CONFIG @@ -351,11 +351,11 @@ msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/docker-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/docker-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" diff --git a/ct/docker-v4.sh b/ct/docker-v4.sh index d83382b7..6248c768 100644 --- a/ct/docker-v4.sh +++ b/ct/docker-v4.sh @@ -251,7 +251,7 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit LXC_CONFIG=/etc/pve/lxc/${CTID}.conf cat <> $LXC_CONFIG lxc.cgroup2.devices.allow: a @@ -260,8 +260,8 @@ EOF msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" diff --git a/ct/emby-v4.sh b/ct/emby-v4.sh index ed9c62b4..25f77aa5 100644 --- a/ct/emby-v4.sh +++ b/ct/emby-v4.sh @@ -255,7 +255,7 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit LXC_CONFIG=/etc/pve/lxc/${CTID}.conf cat <> $LXC_CONFIG lxc.cgroup2.devices.allow: c 226:0 rwm @@ -268,10 +268,10 @@ EOF msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}:8096${CL}\n" diff --git a/ct/esphome-v1.sh b/ct/esphome-v1.sh index 902c9969..1404398b 100644 --- a/ct/esphome-v1.sh +++ b/ct/esphome-v1.sh @@ -94,7 +94,7 @@ function load_module() { TEMP_DIR=$(mktemp -d) pushd $TEMP_DIR >/dev/null -wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/setup/esphome_setup.sh +wget -qL https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/esphome_setup.sh load_module overlay diff --git a/ct/esphome-v2.sh b/ct/esphome-v2.sh index 8fcbf29b..afc8ce2d 100644 --- a/ct/esphome-v2.sh +++ b/ct/esphome-v2.sh @@ -219,7 +219,7 @@ export PCT_OPTIONS=" -unprivileged ${IM} ${PW} " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit STORAGE_TYPE=$(pvesm status -storage $(pct config $CTID | grep rootfs | awk -F ":" '{print $2}') | awk 'NR>1 {print $2}') if [ "$STORAGE_TYPE" == "zfspool" ]; then @@ -250,7 +250,7 @@ echo -e "${CM}${CL} \r" alias lxc-cmd="lxc-attach -n $CTID --" -lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$HN-install.sh)" || exit +lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$HN-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') diff --git a/ct/esphome-v3.sh b/ct/esphome-v3.sh index b39f4f07..00914834 100644 --- a/ct/esphome-v3.sh +++ b/ct/esphome-v3.sh @@ -339,18 +339,18 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/esphome-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/esphome-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. diff --git a/ct/esphome-v4.sh b/ct/esphome-v4.sh index e6488c95..ab2a0c98 100644 --- a/ct/esphome-v4.sh +++ b/ct/esphome-v4.sh @@ -251,14 +251,14 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}:6052${CL} \n" diff --git a/ct/grafana-v2.sh b/ct/grafana-v2.sh index 04d65207..fd37d7ba 100644 --- a/ct/grafana-v2.sh +++ b/ct/grafana-v2.sh @@ -217,7 +217,7 @@ export PCT_OPTIONS=" -unprivileged ${IM} ${PW} " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit STORAGE_TYPE=$(pvesm status -storage $(pct config $CTID | grep rootfs | awk -F ":" '{print $2}') | awk 'NR>1 {print $2}') if [ "$STORAGE_TYPE" == "zfspool" ]; then @@ -243,7 +243,7 @@ echo -e "${CM}${CL} \r" alias lxc-cmd="lxc-attach -n $CTID --" -lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/grafana-install.sh)" || exit +lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/grafana-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') diff --git a/ct/grafana-v3.sh b/ct/grafana-v3.sh index cf708a67..8c581932 100644 --- a/ct/grafana-v3.sh +++ b/ct/grafana-v3.sh @@ -338,18 +338,18 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/grafana-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/grafana-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. diff --git a/ct/grafana-v4.sh b/ct/grafana-v4.sh index 7ed70c2c..c24cb0b3 100644 --- a/ct/grafana-v4.sh +++ b/ct/grafana-v4.sh @@ -251,14 +251,14 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}:3000${CL} \n" diff --git a/ct/grocy-v3.sh b/ct/grocy-v3.sh index 38f6b555..386f3b09 100644 --- a/ct/grocy-v3.sh +++ b/ct/grocy-v3.sh @@ -341,18 +341,18 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. diff --git a/ct/grocy-v4.sh b/ct/grocy-v4.sh index 680bcc4a..37b10bc2 100644 --- a/ct/grocy-v4.sh +++ b/ct/grocy-v4.sh @@ -251,14 +251,14 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}${CL} \n" diff --git a/ct/heimdalldashboard-v2.sh b/ct/heimdalldashboard-v2.sh index 1a60e74c..c2e901f8 100644 --- a/ct/heimdalldashboard-v2.sh +++ b/ct/heimdalldashboard-v2.sh @@ -219,7 +219,7 @@ export PCT_OPTIONS=" -unprivileged ${IM} ${PW} " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit STORAGE_TYPE=$(pvesm status -storage $(pct config $CTID | grep rootfs | awk -F ":" '{print $2}') | awk 'NR>1 {print $2}') if [ "$STORAGE_TYPE" == "zfspool" ]; then @@ -250,7 +250,7 @@ echo -e "${CM}${CL} \r" alias lxc-cmd="lxc-attach -n $CTID --" -lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$HN-install.sh)" || exit +lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$HN-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') diff --git a/ct/heimdalldashboard-v3.sh b/ct/heimdalldashboard-v3.sh index 1a1eb641..0d7fb1ef 100644 --- a/ct/heimdalldashboard-v3.sh +++ b/ct/heimdalldashboard-v3.sh @@ -339,18 +339,18 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/heimdalldashboard-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/heimdalldashboard-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. diff --git a/ct/heimdalldashboard-v4.sh b/ct/heimdalldashboard-v4.sh index 3b5c52bd..336a8680 100644 --- a/ct/heimdalldashboard-v4.sh +++ b/ct/heimdalldashboard-v4.sh @@ -251,14 +251,14 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}:7990${CL} \n" diff --git a/ct/homeassistant-v1.sh b/ct/homeassistant-v1.sh index 40c7652e..1b6d3aa8 100644 --- a/ct/homeassistant-v1.sh +++ b/ct/homeassistant-v1.sh @@ -72,7 +72,7 @@ function load_module() { TEMP_DIR=$(mktemp -d) pushd $TEMP_DIR >/dev/null -wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/setup/ha_setup.sh +wget -qL https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/ha_setup.sh load_module overlay diff --git a/ct/homeassistant-v2.sh b/ct/homeassistant-v2.sh index 938b6921..43cbcc2c 100644 --- a/ct/homeassistant-v2.sh +++ b/ct/homeassistant-v2.sh @@ -267,7 +267,7 @@ export PCT_OPTIONS=" -unprivileged ${IM} ${PW} " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit STORAGE_TYPE=$(pvesm status -storage $(pct config $CTID | grep rootfs | awk -F ":" '{print $2}') | awk 'NR>1 {print $2}') if [ "$STORAGE_TYPE" == "zfspool" ]; then @@ -306,7 +306,7 @@ echo -e "${CM}${CL} \r" alias lxc-cmd="lxc-attach -n $CTID --" -lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/homeassistant-install.sh)" || exit +lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/homeassistant-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') diff --git a/ct/homeassistant-v3.sh b/ct/homeassistant-v3.sh index ad4dc553..bbe84b19 100644 --- a/ct/homeassistant-v3.sh +++ b/ct/homeassistant-v3.sh @@ -339,7 +339,7 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit LXC_CONFIG=/etc/pve/lxc/${CTID}.conf cat <> $LXC_CONFIG @@ -351,12 +351,12 @@ msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/homeassistant-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/homeassistant-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. diff --git a/ct/homeassistant-v4.sh b/ct/homeassistant-v4.sh index 17ff5cdc..dab82902 100644 --- a/ct/homeassistant-v4.sh +++ b/ct/homeassistant-v4.sh @@ -251,7 +251,7 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit LXC_CONFIG=/etc/pve/lxc/${CTID}.conf cat <> $LXC_CONFIG lxc.cgroup2.devices.allow: a @@ -260,10 +260,10 @@ EOF msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}:8123${CL} diff --git a/ct/homebridge-v2.sh b/ct/homebridge-v2.sh index 3e045697..49ad1071 100644 --- a/ct/homebridge-v2.sh +++ b/ct/homebridge-v2.sh @@ -216,7 +216,7 @@ export PCT_OPTIONS=" -unprivileged ${IM} ${PW} " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit STORAGE_TYPE=$(pvesm status -storage $(pct config $CTID | grep rootfs | awk -F ":" '{print $2}') | awk 'NR>1 {print $2}') if [ "$STORAGE_TYPE" == "zfspool" ]; then @@ -242,7 +242,7 @@ echo -e "${CM}${CL} \r" alias lxc-cmd="lxc-attach -n $CTID --" -lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/homebridge-install.sh)" || exit +lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/homebridge-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') diff --git a/ct/homebridge-v3.sh b/ct/homebridge-v3.sh index 629a9a19..4c6116f7 100644 --- a/ct/homebridge-v3.sh +++ b/ct/homebridge-v3.sh @@ -338,18 +338,18 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/homebridge-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/homebridge-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "Homebridge should be reachable by going to the following URL. diff --git a/ct/homebridge-v4.sh b/ct/homebridge-v4.sh index 87b60dcb..d441b556 100644 --- a/ct/homebridge-v4.sh +++ b/ct/homebridge-v4.sh @@ -251,14 +251,14 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}:8581${CL} \n" diff --git a/ct/influxdb-v2.sh b/ct/influxdb-v2.sh index 0d9e113c..6afe5a33 100644 --- a/ct/influxdb-v2.sh +++ b/ct/influxdb-v2.sh @@ -217,7 +217,7 @@ export PCT_OPTIONS=" -unprivileged ${IM} ${PW} " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit STORAGE_TYPE=$(pvesm status -storage $(pct config $CTID | grep rootfs | awk -F ":" '{print $2}') | awk 'NR>1 {print $2}') if [ "$STORAGE_TYPE" == "zfspool" ]; then @@ -243,7 +243,7 @@ echo -e "${CM}${CL} \r" alias lxc-cmd="lxc-attach -n $CTID --" -lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/influxdb-install.sh)" || exit +lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/influxdb-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') diff --git a/ct/influxdb-v3.sh b/ct/influxdb-v3.sh index d4288d8b..28879e56 100644 --- a/ct/influxdb-v3.sh +++ b/ct/influxdb-v3.sh @@ -339,17 +339,17 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/influxdb-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/influxdb-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" diff --git a/ct/influxdb-v4.sh b/ct/influxdb-v4.sh index f7b0fa7a..e5c1d666 100644 --- a/ct/influxdb-v4.sh +++ b/ct/influxdb-v4.sh @@ -251,12 +251,12 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" diff --git a/ct/influxdb2-v1.sh b/ct/influxdb2-v1.sh new file mode 100644 index 00000000..cc062b87 --- /dev/null +++ b/ct/influxdb2-v1.sh @@ -0,0 +1,262 @@ +#!/usr/bin/env bash +echo -e "Loading..." +APP="InfluxDB2" +var_disk="8" +var_cpu="2" +var_ram="2048" +var_os="debian" +var_version="11" +NSAPP=$(echo ${APP,,} | tr -d ' ') +var_install="${NSAPP}-install" +NEXTID=$(pvesh get /cluster/nextid) +INTEGER='^[0-9]+$' +YW=`echo "\033[33m"` +BL=`echo "\033[36m"` +RD=`echo "\033[01;31m"` +BGN=`echo "\033[4;92m"` +GN=`echo "\033[1;92m"` +DGN=`echo "\033[32m"` +CL=`echo "\033[m"` +BFR="\\r\\033[K" +HOLD="-" +CM="${GN}✓${CL}" +set -o errexit +set -o errtrace +set -o nounset +set -o pipefail +shopt -s expand_aliases +alias die='EXIT=$? LINE=$LINENO error_exit' +trap die ERR +function error_exit() { + trap - ERR + local reason="Unknown failure occurred." + local msg="${1:-$reason}" + local flag="${RD}‼ ERROR ${CL}$EXIT@$LINE" + echo -e "$flag $msg" 1>&2 + exit $EXIT +} +if (whiptail --title "${APP} LXC" --yesno "This will create a New ${APP} LXC. Proceed?" 10 58); then + echo "User selected Yes" +else + clear + echo -e "⚠ User exited script \n" + exit +fi +function header_info { +echo -e "${YW} + ____ ______ ____ ____ + / _/_v4 / __/ /_ ___ __/ __ \/ __ ) + / // __ \/ /_/ / / / / |/_/ / / / __ | + _/ // / / / __/ / /_/ /> &1 1>&2 2>&3) +exitstatus=$? +if [ $exitstatus = 0 ]; then + echo -e "${DGN}Using Debian Version: ${BGN}$var_version${CL}" +else + exit +fi +CT_TYPE=$(whiptail --title "CONTAINER TYPE" --radiolist "Choose Type" 8 58 2 \ +"1" "Unprivileged" ON \ +"0" "Privileged" OFF \ +3>&1 1>&2 2>&3) +exitstatus=$? +if [ $exitstatus = 0 ]; then + echo -e "${DGN}Using Container Type: ${BGN}$CT_TYPE${CL}" +else + exit +fi +PW1=$(whiptail --inputbox "Set Root Password" 8 58 --title "PASSWORD(leave blank for automatic login)" 3>&1 1>&2 2>&3) +exitstatus=$? +if [ $exitstatus = 0 ]; then + if [ -z $PW1 ]; then PW1="Automatic Login" PW=" "; + echo -e "${DGN}Using Root Password: ${BGN}$PW1${CL}" +else + PW="-password $PW1" + echo -e "${DGN}Using Root Password: ${BGN}$PW1${CL}" + fi +fi +CT_ID=$(whiptail --inputbox "Set Container ID" 8 58 $NEXTID --title "CONTAINER ID" 3>&1 1>&2 2>&3) +exitstatus=$? +if [ $exitstatus = 0 ]; then + echo -e "${DGN}Using Container ID: ${BGN}$CT_ID${CL}" +else + exit +fi +CT_NAME=$(whiptail --inputbox "Set Hostname" 8 58 $NSAPP --title "HOSTNAME" 3>&1 1>&2 2>&3) +exitstatus=$? +if [ $exitstatus = 0 ]; then + HN=$(echo ${CT_NAME,,} | tr -d ' ') + echo -e "${DGN}Using Hostname: ${BGN}$HN${CL}" +else + exit +fi +DISK_SIZE=$(whiptail --inputbox "Set Disk Size in GB" 8 58 $var_disk --title "DISK SIZE" 3>&1 1>&2 2>&3) +exitstatus=$? +if [ $exitstatus = 0 ]; then + echo -e "${DGN}Using Disk Size: ${BGN}$DISK_SIZE${CL}" + if ! [[ $DISK_SIZE =~ $INTEGER ]] ; then echo -e "${RD}⚠ DISK SIZE MUST BE A INTEGER NUMBER!${CL}"; advanced_settings; fi; +else + exit +fi +CORE_COUNT=$(whiptail --inputbox "Allocate CPU Cores" 8 58 $var_cpu --title "CORE COUNT" 3>&1 1>&2 2>&3) +exitstatus=$? +if [ $exitstatus = 0 ]; then + echo -e "${DGN}Allocated Cores: ${BGN}$CORE_COUNT${CL}" +else + exit +fi +RAM_SIZE=$(whiptail --inputbox "Allocate RAM in MiB" 8 58 $var_ram --title "RAM" 3>&1 1>&2 2>&3) +exitstatus=$? +if [ $exitstatus = 0 ]; then + echo -e "${DGN}Allocated RAM: ${BGN}$RAM_SIZE${CL}" +else + exit +fi +BRG=$(whiptail --inputbox "Set a Bridge" 8 58 vmbr0 --title "BRIDGE" 3>&1 1>&2 2>&3) +exitstatus=$? +if [ $exitstatus = 0 ]; then + echo -e "${DGN}Using Bridge: ${BGN}$BRG${CL}" +else + exit +fi +NET=$(whiptail --inputbox "Set a Static IPv4 CIDR Address(/24)" 8 58 dhcp --title "IP ADDRESS" 3>&1 1>&2 2>&3) +exitstatus=$? +if [ $exitstatus = 0 ]; then + echo -e "${DGN}Using IP Address: ${BGN}$NET${CL}" +else + exit +fi +GATE1=$(whiptail --inputbox "Set a Gateway IP (mandatory if Static IP was used)" 8 58 --title "GATEWAY IP" 3>&1 1>&2 2>&3) +exitstatus=$? +if [ $exitstatus = 0 ]; then + if [ -z $GATE1 ]; then GATE1="Default" GATE=""; + echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}" +else + GATE=",gw=$GATE1" + echo -e "${DGN}Using Gateway IP Address: ${BGN}$GATE1${CL}" + fi +fi +MAC1=$(whiptail --inputbox "Set a MAC Address(leave blank for default)" 8 58 --title "MAC ADDRESS" 3>&1 1>&2 2>&3) +exitstatus=$? +if [ $exitstatus = 0 ]; then + if [ -z $MAC1 ]; then MAC1="Default" MAC=""; + echo -e "${DGN}Using MAC Address: ${BGN}$MAC1${CL}" +else + MAC=",hwaddr=$MAC1" + echo -e "${DGN}Using MAC Address: ${BGN}$MAC1${CL}" + fi +fi +VLAN1=$(whiptail --inputbox "Set a Vlan(leave blank for default)" 8 58 --title "VLAN" 3>&1 1>&2 2>&3) +exitstatus=$? +if [ $exitstatus = 0 ]; then + if [ -z $VLAN1 ]; then VLAN1="Default" VLAN=""; + echo -e "${DGN}Using Vlan: ${BGN}$VLAN1${CL}" +else + VLAN=",tag=$VLAN1" + echo -e "${DGN}Using Vlan: ${BGN}$VLAN1${CL}" + fi +fi +if (whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno "Ready to create ${APP} LXC?" 10 58); then + echo -e "${RD}Creating a ${APP} LXC using the above advanced settings${CL}" +else + clear + header_info + echo -e "${RD}Using Advanced Settings${CL}" + advanced_settings +fi +} +function start_script() { +if (whiptail --title "SETTINGS" --yesno "Use Default Settings?" 10 58); then + header_info + echo -e "${BL}Using Default Settings${CL}" + default_settings +else + header_info + echo -e "${RD}Using Advanced Settings${CL}" + advanced_settings +fi +} +clear +start_script +if [ "$CT_TYPE" == "1" ]; then + FEATURES="nesting=1,keyctl=1" + else + FEATURES="nesting=1" + fi +TEMP_DIR=$(mktemp -d) +pushd $TEMP_DIR >/dev/null +export CTID=$CT_ID +export PCT_OSTYPE=$var_os +export PCT_OSVERSION=$var_version +export PCT_DISK_SIZE=$DISK_SIZE +export PCT_OPTIONS=" + -features $FEATURES + -hostname $HN + -net0 name=eth0,bridge=$BRG$MAC,ip=$NET$GATE$VLAN + -onboot 1 + -cores $CORE_COUNT + -memory $RAM_SIZE + -unprivileged $CT_TYPE + $PW +" +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit +msg_info "Starting LXC Container" +pct start $CTID +msg_ok "Started LXC Container" +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit +IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') +pct set $CTID -description "# ${APP} LXC +### https://hungnt612.github.io/Proxmox/" +msg_ok "Completed Successfully!\n" diff --git a/ct/iobroker-v3.sh b/ct/iobroker-v3.sh index f6a52106..017f780e 100644 --- a/ct/iobroker-v3.sh +++ b/ct/iobroker-v3.sh @@ -338,18 +338,18 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/iobroker-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/iobroker-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. diff --git a/ct/iobroker-v4.sh b/ct/iobroker-v4.sh index 7b56f873..b6f3faf1 100644 --- a/ct/iobroker-v4.sh +++ b/ct/iobroker-v4.sh @@ -251,14 +251,14 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}:8081${CL} \n" diff --git a/ct/jellyfin-v1.sh b/ct/jellyfin-v1.sh index 3b8e674a..562fbb03 100644 --- a/ct/jellyfin-v1.sh +++ b/ct/jellyfin-v1.sh @@ -72,7 +72,7 @@ function load_module() { TEMP_DIR=$(mktemp -d) pushd $TEMP_DIR >/dev/null -wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/setup/jellyfin_setup.sh +wget -qL https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/jellyfin_setup.sh load_module overlay diff --git a/ct/jellyfin-v3.sh b/ct/jellyfin-v3.sh index 59b4cae9..164e2cd0 100644 --- a/ct/jellyfin-v3.sh +++ b/ct/jellyfin-v3.sh @@ -342,7 +342,7 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit LXC_CONFIG=/etc/pve/lxc/${CTID}.conf cat <> $LXC_CONFIG @@ -358,12 +358,12 @@ msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/jellyfin-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/jellyfin-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "Jellyfin Media Server should be reachable by going to the following URL. diff --git a/ct/jellyfin-v4.sh b/ct/jellyfin-v4.sh index 210bfdf9..61be271a 100644 --- a/ct/jellyfin-v4.sh +++ b/ct/jellyfin-v4.sh @@ -254,7 +254,7 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit LXC_CONFIG=/etc/pve/lxc/${CTID}.conf cat <> $LXC_CONFIG lxc.cgroup2.devices.allow: c 226:0 rwm @@ -267,10 +267,10 @@ EOF msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}:8096${CL}\n" diff --git a/ct/keycloak-v3.sh b/ct/keycloak-v3.sh index f11080d3..aae84e5a 100644 --- a/ct/keycloak-v3.sh +++ b/ct/keycloak-v3.sh @@ -342,18 +342,18 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. diff --git a/ct/keycloak-v4.sh b/ct/keycloak-v4.sh index 61954dae..f905eed5 100644 --- a/ct/keycloak-v4.sh +++ b/ct/keycloak-v4.sh @@ -252,14 +252,14 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}:8080${CL} \n" diff --git a/ct/magicmirror-v3.sh b/ct/magicmirror-v3.sh index fc2fa201..946de6b1 100644 --- a/ct/magicmirror-v3.sh +++ b/ct/magicmirror-v3.sh @@ -341,18 +341,18 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. diff --git a/ct/magicmirror-v4.sh b/ct/magicmirror-v4.sh index 9f81130a..6f377699 100644 --- a/ct/magicmirror-v4.sh +++ b/ct/magicmirror-v4.sh @@ -252,14 +252,14 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}:8080${CL} \n" diff --git a/ct/mariadb-v1.sh b/ct/mariadb-v1.sh index c3f09991..574efa88 100644 --- a/ct/mariadb-v1.sh +++ b/ct/mariadb-v1.sh @@ -76,7 +76,7 @@ function load_module() { TEMP_DIR=$(mktemp -d) pushd $TEMP_DIR >/dev/null -wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/setup/mariadb_setup.sh +wget -qL https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/mariadb_setup.sh load_module overlay diff --git a/ct/mariadb-v2.sh b/ct/mariadb-v2.sh index 233296d4..33250115 100644 --- a/ct/mariadb-v2.sh +++ b/ct/mariadb-v2.sh @@ -217,7 +217,7 @@ export PCT_OPTIONS=" -unprivileged ${IM} ${PW} " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit STORAGE_TYPE=$(pvesm status -storage $(pct config $CTID | grep rootfs | awk -F ":" '{print $2}') | awk 'NR>1 {print $2}') if [ "$STORAGE_TYPE" == "zfspool" ]; then @@ -243,7 +243,7 @@ echo -e "${CM}${CL} \r" alias lxc-cmd="lxc-attach -n $CTID --" -lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/mariadb-install.sh)" || exit +lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/mariadb-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') diff --git a/ct/mariadb-v3.sh b/ct/mariadb-v3.sh index 74c52575..88870549 100644 --- a/ct/mariadb-v3.sh +++ b/ct/mariadb-v3.sh @@ -338,18 +338,18 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/mariadb-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/mariadb-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "Adminer should be reachable by going to the following URL. diff --git a/ct/mariadb-v4.sh b/ct/mariadb-v4.sh index effb77bf..e9637637 100644 --- a/ct/mariadb-v4.sh +++ b/ct/mariadb-v4.sh @@ -251,14 +251,14 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "Adminer should be reachable by going to the following URL. ${BL}http://${IP}/adminer/${CL} \n" diff --git a/ct/meshcentral-v2.sh b/ct/meshcentral-v2.sh index f8df0b17..68db5758 100644 --- a/ct/meshcentral-v2.sh +++ b/ct/meshcentral-v2.sh @@ -218,7 +218,7 @@ export PCT_OPTIONS=" -unprivileged ${IM} ${PW} " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit STORAGE_TYPE=$(pvesm status -storage $(pct config $CTID | grep rootfs | awk -F ":" '{print $2}') | awk 'NR>1 {print $2}') if [ "$STORAGE_TYPE" == "zfspool" ]; then @@ -249,7 +249,7 @@ echo -e "${CM}${CL} \r" alias lxc-cmd="lxc-attach -n $CTID --" -lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$HN-install.sh)" || exit +lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$HN-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') diff --git a/ct/meshcentral-v3.sh b/ct/meshcentral-v3.sh index ff411439..b0875ffd 100644 --- a/ct/meshcentral-v3.sh +++ b/ct/meshcentral-v3.sh @@ -338,18 +338,18 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/meshcentral-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/meshcentral-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. diff --git a/ct/meshcentral-v4.sh b/ct/meshcentral-v4.sh index 35ef4971..bbeea1b7 100644 --- a/ct/meshcentral-v4.sh +++ b/ct/meshcentral-v4.sh @@ -251,14 +251,14 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}${CL} \n" diff --git a/ct/motioneye-v1.sh b/ct/motioneye-v1.sh index 944ee9b6..e1b8d634 100644 --- a/ct/motioneye-v1.sh +++ b/ct/motioneye-v1.sh @@ -73,7 +73,7 @@ function load_module() { TEMP_DIR=$(mktemp -d) pushd $TEMP_DIR >/dev/null -wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/setup/motioneye_setup.sh +wget -qL https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/motioneye_setup.sh load_module overlay diff --git a/ct/motioneye-v2.sh b/ct/motioneye-v2.sh index 0c3449b3..cfa01445 100644 --- a/ct/motioneye-v2.sh +++ b/ct/motioneye-v2.sh @@ -218,7 +218,7 @@ export PCT_OPTIONS=" -unprivileged ${IM} ${PW} " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit STORAGE_TYPE=$(pvesm status -storage $(pct config $CTID | grep rootfs | awk -F ":" '{print $2}') | awk 'NR>1 {print $2}') if [ "$STORAGE_TYPE" == "zfspool" ]; then @@ -249,7 +249,7 @@ echo -e "${CM}${CL} \r" alias lxc-cmd="lxc-attach -n $CTID --" -lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$HN-install.sh)" || exit +lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$HN-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') diff --git a/ct/motioneye-v3.sh b/ct/motioneye-v3.sh index 1c3ca29e..cd08ae09 100644 --- a/ct/motioneye-v3.sh +++ b/ct/motioneye-v3.sh @@ -338,18 +338,18 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/motioneye-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/motioneye-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. diff --git a/ct/motioneye-v4.sh b/ct/motioneye-v4.sh index 0ce01077..a77f49c7 100644 --- a/ct/motioneye-v4.sh +++ b/ct/motioneye-v4.sh @@ -251,14 +251,14 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}:8765${CL} \n" diff --git a/ct/mqtt-v1.sh b/ct/mqtt-v1.sh index bda6ed8e..c40aae0f 100644 --- a/ct/mqtt-v1.sh +++ b/ct/mqtt-v1.sh @@ -73,7 +73,7 @@ function load_module() { TEMP_DIR=$(mktemp -d) pushd $TEMP_DIR >/dev/null -wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/setup/mqtt_setup.sh +wget -qL https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/mqtt_setup.sh load_module overlay diff --git a/ct/mqtt-v2.sh b/ct/mqtt-v2.sh index 7bd70ed0..bbaba703 100644 --- a/ct/mqtt-v2.sh +++ b/ct/mqtt-v2.sh @@ -217,7 +217,7 @@ export PCT_OPTIONS=" -unprivileged ${IM} ${PW} " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit STORAGE_TYPE=$(pvesm status -storage $(pct config $CTID | grep rootfs | awk -F ":" '{print $2}') | awk 'NR>1 {print $2}') if [ "$STORAGE_TYPE" == "zfspool" ]; then @@ -243,7 +243,7 @@ echo -e "${CM}${CL} \r" alias lxc-cmd="lxc-attach -n $CTID --" -lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/mqtt-install.sh)" || exit +lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/mqtt-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') diff --git a/ct/mqtt-v3.sh b/ct/mqtt-v3.sh index 7d74a950..f008a0e3 100644 --- a/ct/mqtt-v3.sh +++ b/ct/mqtt-v3.sh @@ -338,17 +338,17 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/mqtt-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/mqtt-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" diff --git a/ct/mqtt-v4.sh b/ct/mqtt-v4.sh index 01638788..94da2d18 100644 --- a/ct/mqtt-v4.sh +++ b/ct/mqtt-v4.sh @@ -251,12 +251,12 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" diff --git a/ct/n8n-v3.sh b/ct/n8n-v3.sh index 1347f25c..8fda2d92 100644 --- a/ct/n8n-v3.sh +++ b/ct/n8n-v3.sh @@ -338,18 +338,18 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/n8n-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/n8n-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. diff --git a/ct/n8n-v4.sh b/ct/n8n-v4.sh index 5cdcc286..f20e7a5e 100644 --- a/ct/n8n-v4.sh +++ b/ct/n8n-v4.sh @@ -252,14 +252,14 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}:5678${CL} \n" diff --git a/ct/nginx-proxy-manager-v1.sh b/ct/nginx-proxy-manager-v1.sh index efc67e28..e7e7c00f 100644 --- a/ct/nginx-proxy-manager-v1.sh +++ b/ct/nginx-proxy-manager-v1.sh @@ -74,7 +74,7 @@ function load_module() { TEMP_DIR=$(mktemp -d) pushd $TEMP_DIR >/dev/null -wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/setup/npm_setup.sh +wget -qL https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/npm_setup.sh load_module overlay diff --git a/ct/nginx-proxy-manager-v2.sh b/ct/nginx-proxy-manager-v2.sh index 2b147d60..90c61ab0 100644 --- a/ct/nginx-proxy-manager-v2.sh +++ b/ct/nginx-proxy-manager-v2.sh @@ -216,7 +216,7 @@ export PCT_OPTIONS=" -unprivileged ${IM} ${PW} " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit STORAGE_TYPE=$(pvesm status -storage $(pct config $CTID | grep rootfs | awk -F ":" '{print $2}') | awk 'NR>1 {print $2}') if [ "$STORAGE_TYPE" == "zfspool" ]; then @@ -242,7 +242,7 @@ echo -e "${CM}${CL} \r" alias lxc-cmd="lxc-attach -n $CTID --" -lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/nginx-proxy-manager-install.sh)" || exit +lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/nginx-proxy-manager-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') diff --git a/ct/nginx-proxy-manager-v3.sh b/ct/nginx-proxy-manager-v3.sh index bfcf2225..5eb20fcf 100644 --- a/ct/nginx-proxy-manager-v3.sh +++ b/ct/nginx-proxy-manager-v3.sh @@ -338,18 +338,18 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/nginx-proxy-manager-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/nginx-proxy-manager-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. diff --git a/ct/nginx-proxy-manager-v4.sh b/ct/nginx-proxy-manager-v4.sh index 39ffe521..3e041f7b 100644 --- a/ct/nginx-proxy-manager-v4.sh +++ b/ct/nginx-proxy-manager-v4.sh @@ -252,14 +252,14 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/nginx-proxy-manager-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/nginx-proxy-manager-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}:81${CL} \n" diff --git a/ct/nocodb-v2.sh b/ct/nocodb-v2.sh index 4eafd1cf..67bf5fa0 100644 --- a/ct/nocodb-v2.sh +++ b/ct/nocodb-v2.sh @@ -218,7 +218,7 @@ export PCT_OPTIONS=" -unprivileged ${IM} ${PW} " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit STORAGE_TYPE=$(pvesm status -storage $(pct config $CTID | grep rootfs | awk -F ":" '{print $2}') | awk 'NR>1 {print $2}') if [ "$STORAGE_TYPE" == "zfspool" ]; then @@ -249,7 +249,7 @@ echo -e "${CM}${CL} \r" alias lxc-cmd="lxc-attach -n $CTID --" -lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$HN-install.sh)" || exit +lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$HN-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') diff --git a/ct/nocodb-v3.sh b/ct/nocodb-v3.sh index 9ede88a8..b7a3414d 100644 --- a/ct/nocodb-v3.sh +++ b/ct/nocodb-v3.sh @@ -338,18 +338,18 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/nocodb-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/nocodb-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. diff --git a/ct/nocodb-v4.sh b/ct/nocodb-v4.sh index 08e6fd4b..1a4d3e93 100644 --- a/ct/nocodb-v4.sh +++ b/ct/nocodb-v4.sh @@ -251,14 +251,14 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}:8080/dashboard${CL} \n" diff --git a/ct/node-red-v1.sh b/ct/node-red-v1.sh index ebd544b3..d75435fc 100644 --- a/ct/node-red-v1.sh +++ b/ct/node-red-v1.sh @@ -73,7 +73,7 @@ function load_module() { TEMP_DIR=$(mktemp -d) pushd $TEMP_DIR >/dev/null -wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/setup/node-red_setup.sh +wget -qL https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/node-red_setup.sh load_module overlay diff --git a/ct/node-red-v2.sh b/ct/node-red-v2.sh index 9ecc7d17..b3251180 100644 --- a/ct/node-red-v2.sh +++ b/ct/node-red-v2.sh @@ -217,7 +217,7 @@ export PCT_OPTIONS=" -unprivileged ${IM} ${PW} " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit STORAGE_TYPE=$(pvesm status -storage $(pct config $CTID | grep rootfs | awk -F ":" '{print $2}') | awk 'NR>1 {print $2}') if [ "$STORAGE_TYPE" == "zfspool" ]; then @@ -243,7 +243,7 @@ echo -e "${CM}${CL} \r" alias lxc-cmd="lxc-attach -n $CTID --" -lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/node-red-install.sh)" || exit +lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/node-red-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') diff --git a/ct/node-red-v3.sh b/ct/node-red-v3.sh index 58252e17..e0ea8a48 100644 --- a/ct/node-red-v3.sh +++ b/ct/node-red-v3.sh @@ -338,18 +338,18 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/node-red-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/node-red-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. diff --git a/ct/node-red-v4.sh b/ct/node-red-v4.sh index 04aba883..e6a98f8f 100644 --- a/ct/node-red-v4.sh +++ b/ct/node-red-v4.sh @@ -251,14 +251,14 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}:1880${CL} \n" diff --git a/ct/omada-v2.sh b/ct/omada-v2.sh index 6ec8036b..4d73c271 100644 --- a/ct/omada-v2.sh +++ b/ct/omada-v2.sh @@ -217,7 +217,7 @@ export PCT_OPTIONS=" -unprivileged ${IM} ${PW} " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit STORAGE_TYPE=$(pvesm status -storage $(pct config $CTID | grep rootfs | awk -F ":" '{print $2}') | awk 'NR>1 {print $2}') if [ "$STORAGE_TYPE" == "zfspool" ]; then @@ -243,7 +243,7 @@ echo -e "${CM}${CL} \r" alias lxc-cmd="lxc-attach -n $CTID --" -lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/omada-install.sh)" || exit +lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/omada-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') diff --git a/ct/omada-v3.sh b/ct/omada-v3.sh index 7b97dace..d440ae0b 100644 --- a/ct/omada-v3.sh +++ b/ct/omada-v3.sh @@ -338,18 +338,18 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/omada-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/omada-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. diff --git a/ct/omada-v4.sh b/ct/omada-v4.sh index 6236796c..88d7e6bc 100644 --- a/ct/omada-v4.sh +++ b/ct/omada-v4.sh @@ -254,14 +254,14 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}https://${IP}:8043${CL} \n" diff --git a/ct/openhab-v3.sh b/ct/openhab-v3.sh index a4726cb0..db8d6575 100644 --- a/ct/openhab-v3.sh +++ b/ct/openhab-v3.sh @@ -343,18 +343,18 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. diff --git a/ct/openhab-v4.sh b/ct/openhab-v4.sh index 128a0223..92210404 100644 --- a/ct/openhab-v4.sh +++ b/ct/openhab-v4.sh @@ -252,14 +252,14 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}:8080${CL} \n" diff --git a/ct/photoprism-v2.sh b/ct/photoprism-v2.sh index 31035d89..3c7d91ef 100644 --- a/ct/photoprism-v2.sh +++ b/ct/photoprism-v2.sh @@ -219,7 +219,7 @@ export PCT_OPTIONS=" -unprivileged ${IM} ${PW} " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit STORAGE_TYPE=$(pvesm status -storage $(pct config $CTID | grep rootfs | awk -F ":" '{print $2}') | awk 'NR>1 {print $2}') if [ "$STORAGE_TYPE" == "zfspool" ]; then @@ -250,7 +250,7 @@ echo -e "${CM}${CL} \r" alias lxc-cmd="lxc-attach -n $CTID --" -lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$HN-install.sh)" || exit +lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$HN-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') diff --git a/ct/photoprism-v3.sh b/ct/photoprism-v3.sh index 3f90236f..3b4e9e9e 100644 --- a/ct/photoprism-v3.sh +++ b/ct/photoprism-v3.sh @@ -339,18 +339,18 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/photoprism-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/photoprism-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. diff --git a/ct/photoprism-v4.sh b/ct/photoprism-v4.sh index 9ffc9399..ff333a25 100644 --- a/ct/photoprism-v4.sh +++ b/ct/photoprism-v4.sh @@ -251,14 +251,14 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}:2342${CL} \n" diff --git a/ct/pihole-v1.sh b/ct/pihole-v1.sh index 1d420089..df16924e 100644 --- a/ct/pihole-v1.sh +++ b/ct/pihole-v1.sh @@ -73,7 +73,7 @@ function load_module() { TEMP_DIR=$(mktemp -d) pushd $TEMP_DIR >/dev/null -wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/setup/pihole_setup.sh +wget -qL https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/pihole_setup.sh load_module overlay diff --git a/ct/pihole-v2.sh b/ct/pihole-v2.sh index 9a0abcdd..6b40d12d 100644 --- a/ct/pihole-v2.sh +++ b/ct/pihole-v2.sh @@ -218,7 +218,7 @@ export PCT_OPTIONS=" -unprivileged ${IM} ${PW} " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit STORAGE_TYPE=$(pvesm status -storage $(pct config $CTID | grep rootfs | awk -F ":" '{print $2}') | awk 'NR>1 {print $2}') if [ "$STORAGE_TYPE" == "zfspool" ]; then @@ -249,7 +249,7 @@ echo -e "${CM}${CL} \r" alias lxc-cmd="lxc-attach -n $CTID --" -lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$HN-install.sh)" || exit +lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$HN-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') diff --git a/ct/pihole-v3.sh b/ct/pihole-v3.sh index 03a5b577..110e1eb4 100644 --- a/ct/pihole-v3.sh +++ b/ct/pihole-v3.sh @@ -338,18 +338,18 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/pihole-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/pihole-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "${APP}${CL} should be reachable by going to the following URL. diff --git a/ct/pihole-v4.sh b/ct/pihole-v4.sh index 60dd7c25..97c49cbf 100644 --- a/ct/pihole-v4.sh +++ b/ct/pihole-v4.sh @@ -251,14 +251,14 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}/admin${CL} \n" diff --git a/ct/plex-v1.sh b/ct/plex-v1.sh index 68949613..2f478890 100644 --- a/ct/plex-v1.sh +++ b/ct/plex-v1.sh @@ -72,7 +72,7 @@ function load_module() { TEMP_DIR=$(mktemp -d) pushd $TEMP_DIR >/dev/null -wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/setup/plex_setup.sh +wget -qL https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/plex_setup.sh load_module overlay diff --git a/ct/plex-v3.sh b/ct/plex-v3.sh index da77b58e..15046d49 100644 --- a/ct/plex-v3.sh +++ b/ct/plex-v3.sh @@ -340,7 +340,7 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit LXC_CONFIG=/etc/pve/lxc/${CTID}.conf cat <> $LXC_CONFIG @@ -356,12 +356,12 @@ msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/plex-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/plex-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "Plex Media Server should be reachable by going to the following URL. diff --git a/ct/plex-v4.sh b/ct/plex-v4.sh index 9c43b82c..396dedc4 100644 --- a/ct/plex-v4.sh +++ b/ct/plex-v4.sh @@ -254,7 +254,7 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit LXC_CONFIG=/etc/pve/lxc/${CTID}.conf cat <> $LXC_CONFIG lxc.cgroup2.devices.allow: c 226:0 rwm @@ -267,10 +267,10 @@ EOF msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}:32400/web${CL}\n" diff --git a/ct/podman-homeassistant-v1.sh b/ct/podman-homeassistant-v1.sh index 7bf3164a..305f0bc9 100644 --- a/ct/podman-homeassistant-v1.sh +++ b/ct/podman-homeassistant-v1.sh @@ -93,7 +93,7 @@ function load_module() { TEMP_DIR=$(mktemp -d) pushd $TEMP_DIR >/dev/null -wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/setup/podman_ha_setup.sh +wget -qL https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/podman_ha_setup.sh load_module overlay diff --git a/ct/podman-homeassistant-v3.sh b/ct/podman-homeassistant-v3.sh index 30985849..f31f15be 100644 --- a/ct/podman-homeassistant-v3.sh +++ b/ct/podman-homeassistant-v3.sh @@ -345,7 +345,7 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit LXC_CONFIG=/etc/pve/lxc/${CTID}.conf cat <> $LXC_CONFIG @@ -357,12 +357,12 @@ msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/podman-homeassistant-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/podman-homeassistant-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. diff --git a/ct/podman-homeassistant-v4.sh b/ct/podman-homeassistant-v4.sh index 6c97d5d8..b5d86495 100644 --- a/ct/podman-homeassistant-v4.sh +++ b/ct/podman-homeassistant-v4.sh @@ -255,7 +255,7 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit LXC_CONFIG=/etc/pve/lxc/${CTID}.conf cat <> $LXC_CONFIG lxc.cgroup2.devices.allow: a @@ -264,10 +264,10 @@ EOF msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}:8123${CL} diff --git a/ct/postgresql-v3.sh b/ct/postgresql-v3.sh index d68d8102..e85ba0b2 100644 --- a/ct/postgresql-v3.sh +++ b/ct/postgresql-v3.sh @@ -343,18 +343,18 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "Adminer should be reachable by going to the following URL. diff --git a/ct/postgresql-v4.sh b/ct/postgresql-v4.sh index 7d8c4d13..073b4b08 100644 --- a/ct/postgresql-v4.sh +++ b/ct/postgresql-v4.sh @@ -252,14 +252,14 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "Adminer should be reachable by going to the following URL. ${BL}http://${IP}/adminer/${CL} \n" diff --git a/ct/prometheus-v3.sh b/ct/prometheus-v3.sh index a41f5125..c3583a18 100644 --- a/ct/prometheus-v3.sh +++ b/ct/prometheus-v3.sh @@ -341,18 +341,18 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. diff --git a/ct/prometheus-v4.sh b/ct/prometheus-v4.sh index 554e531f..12b6af00 100644 --- a/ct/prometheus-v4.sh +++ b/ct/prometheus-v4.sh @@ -251,14 +251,14 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}:9090${CL} \n" diff --git a/ct/technitiumdns-v2.sh b/ct/technitiumdns-v2.sh index 2d960480..a39688ce 100644 --- a/ct/technitiumdns-v2.sh +++ b/ct/technitiumdns-v2.sh @@ -219,7 +219,7 @@ export PCT_OPTIONS=" -unprivileged ${IM} ${PW} " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit STORAGE_TYPE=$(pvesm status -storage $(pct config $CTID | grep rootfs | awk -F ":" '{print $2}') | awk 'NR>1 {print $2}') if [ "$STORAGE_TYPE" == "zfspool" ]; then @@ -250,7 +250,7 @@ echo -e "${CM}${CL} \r" alias lxc-cmd="lxc-attach -n $CTID --" -lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$HN-install.sh)" || exit +lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$HN-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') diff --git a/ct/technitiumdns-v3.sh b/ct/technitiumdns-v3.sh index 201b6267..1322ed56 100644 --- a/ct/technitiumdns-v3.sh +++ b/ct/technitiumdns-v3.sh @@ -338,18 +338,18 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/technitiumdns-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/technitiumdns-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. diff --git a/ct/technitiumdns-v4.sh b/ct/technitiumdns-v4.sh index fa20dafc..0395e19a 100644 --- a/ct/technitiumdns-v4.sh +++ b/ct/technitiumdns-v4.sh @@ -251,14 +251,14 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}:5380${CL} \n" diff --git a/ct/ubuntu-v1.sh b/ct/ubuntu-v1.sh index 3703d85a..b97aa00d 100644 --- a/ct/ubuntu-v1.sh +++ b/ct/ubuntu-v1.sh @@ -73,7 +73,7 @@ function load_module() { TEMP_DIR=$(mktemp -d) pushd $TEMP_DIR >/dev/null -wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/setup/ubuntu_setup.sh +wget -qL https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/ubuntu_setup.sh load_module overlay diff --git a/ct/ubuntu-v2.sh b/ct/ubuntu-v2.sh index 4152e1d0..b3c6111f 100644 --- a/ct/ubuntu-v2.sh +++ b/ct/ubuntu-v2.sh @@ -217,7 +217,7 @@ export PCT_OPTIONS=" -unprivileged ${IM} ${PW} " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit STORAGE_TYPE=$(pvesm status -storage $(pct config $CTID | grep rootfs | awk -F ":" '{print $2}') | awk 'NR>1 {print $2}') if [ "$STORAGE_TYPE" == "zfspool" ]; then @@ -248,7 +248,7 @@ echo -e "${CM}${CL} \r" alias lxc-cmd="lxc-attach -n $CTID --" -lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/ubuntu-install.sh)" || exit +lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/ubuntu-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') diff --git a/ct/ubuntu-v3.sh b/ct/ubuntu-v3.sh index 5f5b38b1..6c8a851a 100644 --- a/ct/ubuntu-v3.sh +++ b/ct/ubuntu-v3.sh @@ -361,17 +361,17 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/ubuntu-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/ubuntu-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" diff --git a/ct/ubuntu-v4.sh b/ct/ubuntu-v4.sh index 8df0e0f4..76a906ac 100644 --- a/ct/ubuntu-v4.sh +++ b/ct/ubuntu-v4.sh @@ -254,12 +254,12 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} ${var_version} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" diff --git a/ct/unifi-v2.sh b/ct/unifi-v2.sh index 077f3cc1..fcba0813 100644 --- a/ct/unifi-v2.sh +++ b/ct/unifi-v2.sh @@ -218,7 +218,7 @@ export PCT_OPTIONS=" -unprivileged ${IM} ${PW} " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit STORAGE_TYPE=$(pvesm status -storage $(pct config $CTID | grep rootfs | awk -F ":" '{print $2}') | awk 'NR>1 {print $2}') if [ "$STORAGE_TYPE" == "zfspool" ]; then @@ -249,7 +249,7 @@ echo -e "${CM}${CL} \r" alias lxc-cmd="lxc-attach -n $CTID --" -lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$HN-install.sh)" || exit +lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$HN-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') diff --git a/ct/unifi-v3.sh b/ct/unifi-v3.sh index 158758b1..e2f7bc9c 100644 --- a/ct/unifi-v3.sh +++ b/ct/unifi-v3.sh @@ -338,18 +338,18 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/unifi-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/unifi-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "${APP}${CL} should be reachable by going to the following URL. diff --git a/ct/unifi-v4.sh b/ct/unifi-v4.sh index 71f3ac51..ac66f76f 100644 --- a/ct/unifi-v4.sh +++ b/ct/unifi-v4.sh @@ -251,14 +251,14 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP}${CL} should be reachable by going to the following URL. ${BL}https://${IP}:8443${CL} \n" diff --git a/ct/uptimekuma-v2.sh b/ct/uptimekuma-v2.sh index b40519ba..a7739377 100644 --- a/ct/uptimekuma-v2.sh +++ b/ct/uptimekuma-v2.sh @@ -221,7 +221,7 @@ export PCT_OPTIONS=" -unprivileged ${IM} ${PW} " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit STORAGE_TYPE=$(pvesm status -storage $(pct config $CTID | grep rootfs | awk -F ":" '{print $2}') | awk 'NR>1 {print $2}') if [ "$STORAGE_TYPE" == "zfspool" ]; then @@ -252,7 +252,7 @@ echo -e "${CM}${CL} \r" alias lxc-cmd="lxc-attach -n $CTID --" -lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$HN-install.sh)" || exit +lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$HN-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') diff --git a/ct/uptimekuma-v3.sh b/ct/uptimekuma-v3.sh index d9cb376b..3d67a872 100644 --- a/ct/uptimekuma-v3.sh +++ b/ct/uptimekuma-v3.sh @@ -340,18 +340,18 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/uptimekuma-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/uptimekuma-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. diff --git a/ct/uptimekuma-v4.sh b/ct/uptimekuma-v4.sh index 3a806bff..e3cf898a 100644 --- a/ct/uptimekuma-v4.sh +++ b/ct/uptimekuma-v4.sh @@ -252,14 +252,14 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}:3001${CL} \n" diff --git a/ct/vaultwarden-v1.sh b/ct/vaultwarden-v1.sh index 56b5ac3b..c7b654a7 100644 --- a/ct/vaultwarden-v1.sh +++ b/ct/vaultwarden-v1.sh @@ -90,7 +90,7 @@ function load_module() { TEMP_DIR=$(mktemp -d) pushd $TEMP_DIR >/dev/null -wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/setup/vault_setup.sh +wget -qL https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/vault_setup.sh load_module overlay echo -e "${RD} Expect 30+ minute install time. ${CL} \n" diff --git a/ct/vaultwarden-v2.sh b/ct/vaultwarden-v2.sh index fe16570c..a717e4e0 100644 --- a/ct/vaultwarden-v2.sh +++ b/ct/vaultwarden-v2.sh @@ -219,7 +219,7 @@ export PCT_OPTIONS=" -unprivileged ${IM} ${PW} " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit STORAGE_TYPE=$(pvesm status -storage $(pct config $CTID | grep rootfs | awk -F ":" '{print $2}') | awk 'NR>1 {print $2}') if [ "$STORAGE_TYPE" == "zfspool" ]; then @@ -250,7 +250,7 @@ echo -e "${CM}${CL} \r" alias lxc-cmd="lxc-attach -n $CTID --" -lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$HN-install.sh)" || exit +lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$HN-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') diff --git a/ct/vaultwarden-v3.sh b/ct/vaultwarden-v3.sh index 735160ff..d10474a7 100644 --- a/ct/vaultwarden-v3.sh +++ b/ct/vaultwarden-v3.sh @@ -338,18 +338,18 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/vaultwarden-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/vaultwarden-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_info "Setting Container to Normal Resources" pct set $CTID -memory 512 diff --git a/ct/vaultwarden-v4.sh b/ct/vaultwarden-v4.sh index fa33cb7b..fe0b5fdc 100644 --- a/ct/vaultwarden-v4.sh +++ b/ct/vaultwarden-v4.sh @@ -251,14 +251,14 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_info "Setting Container to Normal Resources" pct set $CTID -memory 512 pct set $CTID -cores 1 diff --git a/ct/whoogle-v3.sh b/ct/whoogle-v3.sh index 59274f4e..c564d390 100644 --- a/ct/whoogle-v3.sh +++ b/ct/whoogle-v3.sh @@ -342,18 +342,18 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. diff --git a/ct/whoogle-v4.sh b/ct/whoogle-v4.sh index f5dabd3e..6cfe0bc1 100644 --- a/ct/whoogle-v4.sh +++ b/ct/whoogle-v4.sh @@ -251,14 +251,14 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}:5000${CL} \n" diff --git a/ct/wikijs-v4.sh b/ct/wikijs-v4.sh index 32df8a0d..e7113fd4 100644 --- a/ct/wikijs-v4.sh +++ b/ct/wikijs-v4.sh @@ -252,14 +252,14 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}:3000${CL} \n" diff --git a/ct/wireguard-v2.sh b/ct/wireguard-v2.sh index 7137c4d3..a4208d31 100644 --- a/ct/wireguard-v2.sh +++ b/ct/wireguard-v2.sh @@ -217,7 +217,7 @@ export PCT_OPTIONS=" -unprivileged ${IM} ${PW} " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit STORAGE_TYPE=$(pvesm status -storage $(pct config $CTID | grep rootfs | awk -F ":" '{print $2}') | awk 'NR>1 {print $2}') if [ "$STORAGE_TYPE" == "zfspool" ]; then @@ -243,7 +243,7 @@ echo -e "${CM}${CL} \r" alias lxc-cmd="lxc-attach -n $CTID --" -lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/wireguard-install.sh)" || exit +lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/wireguard-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') diff --git a/ct/wireguard-v3.sh b/ct/wireguard-v3.sh index 284f665c..41058cc4 100644 --- a/ct/wireguard-v3.sh +++ b/ct/wireguard-v3.sh @@ -339,18 +339,18 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/wireguard-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/wireguard-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "WGDashboard should be reachable by going to the following URL. diff --git a/ct/wireguard-v4.sh b/ct/wireguard-v4.sh index 6e2e9282..c71b405d 100644 --- a/ct/wireguard-v4.sh +++ b/ct/wireguard-v4.sh @@ -253,14 +253,14 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "WGDashboard should be reachable by going to the following URL. ${BL}http://${IP}:10086${CL} \n" diff --git a/ct/zigbee2mqtt-v1.sh b/ct/zigbee2mqtt-v1.sh index 4e7d8c65..4aa4c063 100644 --- a/ct/zigbee2mqtt-v1.sh +++ b/ct/zigbee2mqtt-v1.sh @@ -73,7 +73,7 @@ function load_module() { TEMP_DIR=$(mktemp -d) pushd $TEMP_DIR >/dev/null -wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/setup/zigbee2mqtt_setup.sh +wget -qL https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/zigbee2mqtt_setup.sh load_module overlay diff --git a/ct/zigbee2mqtt-v2.sh b/ct/zigbee2mqtt-v2.sh index f4a0c0fd..725b3882 100644 --- a/ct/zigbee2mqtt-v2.sh +++ b/ct/zigbee2mqtt-v2.sh @@ -219,7 +219,7 @@ export PCT_OPTIONS=" -unprivileged ${IM} ${PW} " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit STORAGE_TYPE=$(pvesm status -storage $(pct config $CTID | grep rootfs | awk -F ":" '{print $2}') | awk 'NR>1 {print $2}') if [ "$STORAGE_TYPE" == "zfspool" ]; then @@ -256,7 +256,7 @@ echo -e "${CM}${CL} \r" alias lxc-cmd="lxc-attach -n $CTID --" -lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/zigbee2mqtt-install.sh)" || exit +lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/zigbee2mqtt-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') diff --git a/ct/zigbee2mqtt-v3.sh b/ct/zigbee2mqtt-v3.sh index 46a61c82..19873d7f 100644 --- a/ct/zigbee2mqtt-v3.sh +++ b/ct/zigbee2mqtt-v3.sh @@ -342,7 +342,7 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit LXC_CONFIG=/etc/pve/lxc/${CTID}.conf cat <> $LXC_CONFIG @@ -359,11 +359,11 @@ msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/zigbee2mqtt-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/zigbee2mqtt-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" diff --git a/ct/zigbee2mqtt-v4.sh b/ct/zigbee2mqtt-v4.sh index 2c5662e2..ef92694b 100644 --- a/ct/zigbee2mqtt-v4.sh +++ b/ct/zigbee2mqtt-v4.sh @@ -252,7 +252,7 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit LXC_CONFIG=/etc/pve/lxc/${CTID}.conf cat <> $LXC_CONFIG lxc.cgroup2.devices.allow: a @@ -266,8 +266,8 @@ EOF msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" diff --git a/ct/zwavejs2mqtt-v1.sh b/ct/zwavejs2mqtt-v1.sh index fb21a900..81a7667c 100644 --- a/ct/zwavejs2mqtt-v1.sh +++ b/ct/zwavejs2mqtt-v1.sh @@ -94,7 +94,7 @@ function load_module() { TEMP_DIR=$(mktemp -d) pushd $TEMP_DIR >/dev/null -wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/setup/zwavejs2mqtt_setup.sh +wget -qL https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/zwavejs2mqtt_setup.sh load_module overlay diff --git a/ct/zwavejs2mqtt-v2.sh b/ct/zwavejs2mqtt-v2.sh index 72669df9..2e96eb6d 100644 --- a/ct/zwavejs2mqtt-v2.sh +++ b/ct/zwavejs2mqtt-v2.sh @@ -220,7 +220,7 @@ export PCT_OPTIONS=" -unprivileged ${IM} ${PW} " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit STORAGE_TYPE=$(pvesm status -storage $(pct config $CTID | grep rootfs | awk -F ":" '{print $2}') | awk 'NR>1 {print $2}') if [ "$STORAGE_TYPE" == "zfspool" ]; then @@ -257,7 +257,7 @@ echo -e "${CM}${CL} \r" alias lxc-cmd="lxc-attach -n $CTID --" -lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$HN-install.sh)" || exit +lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$HN-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') diff --git a/ct/zwavejs2mqtt-v3.sh b/ct/zwavejs2mqtt-v3.sh index 88b9c87c..390fbc2c 100644 --- a/ct/zwavejs2mqtt-v3.sh +++ b/ct/zwavejs2mqtt-v3.sh @@ -341,7 +341,7 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit LXC_CONFIG=/etc/pve/lxc/${CTID}.conf cat <> $LXC_CONFIG @@ -359,12 +359,12 @@ msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/zwavejs2mqtt-install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/zwavejs2mqtt-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://github.com/tteck/Proxmox" +### https://github.com/hungnt612/Proxmox" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. diff --git a/ct/zwavejs2mqtt-v4.sh b/ct/zwavejs2mqtt-v4.sh index 9854db8e..d46ab5a9 100644 --- a/ct/zwavejs2mqtt-v4.sh +++ b/ct/zwavejs2mqtt-v4.sh @@ -252,7 +252,7 @@ export PCT_OPTIONS=" -unprivileged $CT_TYPE $PW " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit LXC_CONFIG=/etc/pve/lxc/${CTID}.conf cat <> $LXC_CONFIG lxc.cgroup2.devices.allow: a @@ -267,10 +267,10 @@ EOF msg_info "Starting LXC Container" pct start $CTID msg_ok "Started LXC Container" -lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit +lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') pct set $CTID -description "# ${APP} LXC -### https://tteck.github.io/Proxmox/" +### https://hungnt612.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL. ${BL}http://${IP}:8091${CL} \n" diff --git a/misc/edge-kernel.sh b/misc/edge-kernel.sh index 69d58d40..51f8d61d 100644 --- a/misc/edge-kernel.sh +++ b/misc/edge-kernel.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# 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)" set -e KERNEL_ON=$(uname -r) PVE_KERNEL=$(dpkg --list| grep 'kernel-.*-pve' | awk '{print substr($2, 12, length($2)-1) }' | tac | head -n 1) diff --git a/misc/frigate-support.sh b/misc/frigate-support.sh index 18c80d18..31da88de 100644 --- a/misc/frigate-support.sh +++ b/misc/frigate-support.sh @@ -73,5 +73,5 @@ EOF echo -e "\e[1;33m Finished....Reboot ${CTID} LXC to apply the changes \e[0m" # In the Proxmox web shell run (replace 106 with your LXC ID) -# bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/frigate-support.sh)" -s 106 +# bash -c "$(wget -qLO - https://github.com/hungnt612/Proxmox/raw/main/misc/frigate-support.sh)" -s 106 # Reboot the LXC to apply the changes diff --git a/misc/ha-copy-data-podman.sh b/misc/ha-copy-data-podman.sh index a37c9779..8ea60e5c 100644 --- a/misc/ha-copy-data-podman.sh +++ b/misc/ha-copy-data-podman.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Use to copy all data from a Home Assistant LXC to a Podman Home Assistant LXC. # run from the Proxmox Shell -# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/ha-copy-data-podman.sh)" +# bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/misc/ha-copy-data-podman.sh)" while true; do read -p "Use to copy all data from a Home Assistant LXC to a Podman Home Assistant LXC. Proceed(y/n)?" yn case $yn in @@ -119,4 +119,4 @@ info "Successfully Transferred Data." # Use to copy all data from a Home Assistant LXC to a Podman Home Assistant LXC # run from the Proxmox Shell -# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/ha-copy-data-podman.sh)" +# bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/misc/ha-copy-data-podman.sh)" diff --git a/misc/ha-copy-data.sh b/misc/ha-copy-data.sh index dfc67d12..28eb6ddf 100644 --- a/misc/ha-copy-data.sh +++ b/misc/ha-copy-data.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Use to copy all data from one Home Assistant LXC to another # run from the Proxmox Shell -# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/ha-copy-data.sh)" +# bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/misc/ha-copy-data.sh)" while true; do read -p "Use to copy all data from one Home Assistant LXC to another. Proceed(y/n)?" yn case $yn in @@ -118,4 +118,4 @@ info "Successfully Transferred Data." # Use to copy all data from one Home Assistant LXC to another # run from the Proxmox Shell -# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/ha-copy-data.sh)" +# bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/misc/ha-copy-data.sh)" diff --git a/misc/hacs.sh b/misc/hacs.sh index ed476b0d..3b45d103 100644 --- a/misc/hacs.sh +++ b/misc/hacs.sh @@ -16,5 +16,5 @@ cd /var/lib/docker/volumes/hass_config/_data wget -O - https://get.hacs.xyz | bash - # To install HACS run the following from the container (LXC) console -# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/hacs.sh)" +# bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/misc/hacs.sh)" # Then add the integration in HA diff --git a/misc/node-red-themes.sh b/misc/node-red-themes.sh index 5f8738b1..69f3d894 100644 --- a/misc/node-red-themes.sh +++ b/misc/node-red-themes.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/node-red-themes.sh)" +# bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/misc/node-red-themes.sh)" set -o errexit show_menu(){ YW=`echo "\033[33m"` diff --git a/misc/pms-copy-data.sh b/misc/pms-copy-data.sh index ffa2340f..1cf4c12c 100644 --- a/misc/pms-copy-data.sh +++ b/misc/pms-copy-data.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Use to copy all data from one Plex Media Server LXC to another # run from the Proxmox Shell -# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/pms-copy-data.sh)" +# bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/misc/pms-copy-data.sh)" while true; do read -p "Use to copy all data from one Plex Media Server LXC to another. Proceed(y/n)?" yn case $yn in @@ -118,4 +118,4 @@ info "Successfully Transferred Data." # Use to copy all data from one Plex Media Server LXC to another # run from the Proxmox Shell -# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/pms-copy-data.sh)" +# bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/misc/pms-copy-data.sh)" diff --git a/misc/podman-copy-data-docker.sh b/misc/podman-copy-data-docker.sh index de5e0b1a..76e6d54a 100644 --- a/misc/podman-copy-data-docker.sh +++ b/misc/podman-copy-data-docker.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Use to copy all data from a Podman Home Assistant LXC to a Docker Home Assistant LXC. # run from the Proxmox Shell -# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/podman-copy-data-docker.sh)" +# bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/misc/podman-copy-data-docker.sh)" while true; do read -p "Use to copy all data from a Podman Home Assistant LXC to a Docker Home Assistant LXC. Proceed(y/n)?" yn case $yn in @@ -119,4 +119,4 @@ info "Successfully Transferred Data." # Use to copy all data from a Podman Home Assistant LXC to a Docker Home Assistant LXC. # run from the Proxmox Shell -# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/podman-copy-data-docker.sh)" +# bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/misc/podman-copy-data-docker.sh)" diff --git a/misc/podman_hacs.sh b/misc/podman_hacs.sh index d85ad7da..09f2bf2e 100644 --- a/misc/podman_hacs.sh +++ b/misc/podman_hacs.sh @@ -16,5 +16,5 @@ cd /var/lib/containers/storage/volumes/hass_config/_data wget -O - https://get.hacs.xyz | bash - # To install HACS run the following from the container (LXC) console -# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/podman_hacs.sh)" +# bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/misc/podman_hacs.sh)" # Then add the integration in HA diff --git a/misc/webmin.sh b/misc/webmin.sh index 080b5611..39b175a8 100644 --- a/misc/webmin.sh +++ b/misc/webmin.sh @@ -37,4 +37,4 @@ IP=$(hostname -I | cut -f1 -d ' ') echo -e "${BL} Successfully Installed Webmin, Now Go To https://${IP}:10000 ${CL}" -# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/webmin.sh)" +# bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/misc/webmin.sh)" diff --git a/misc/z2m-copy-data.sh b/misc/z2m-copy-data.sh index a698ef35..af9be13d 100644 --- a/misc/z2m-copy-data.sh +++ b/misc/z2m-copy-data.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Use to copy all data from one Zigbee2MQTT LXC to another # run from the Proxmox Shell -# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/z2m-copy-data.sh)" +# bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/misc/z2m-copy-data.sh)" while true; do read -p "Use to copy all data from one Zigbee2MQTT LXC to another. Proceed(y/n)?" yn case $yn in @@ -118,4 +118,4 @@ info "Successfully Transferred Data." # Use to copy all data from one Zigbee2MQTT LXC to another # run from the Proxmox Shell -# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/z2m-copy-data.sh)" +# bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/misc/z2m-copy-data.sh)" diff --git a/misc/zwave-copy-data.sh b/misc/zwave-copy-data.sh index 728fbaf7..c3e02296 100644 --- a/misc/zwave-copy-data.sh +++ b/misc/zwave-copy-data.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Use to copy all data from one Zwavejs2MQTT LXC to another # run from the Proxmox Shell -# bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc/zwave-copy-data.sh)" +# bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/misc/zwave-copy-data.sh)" while true; do read -p "Use to copy all data from one Zwavejs2MQTT LXC to another. Proceed(y/n)?" yn case $yn in diff --git a/setup/daemonsync-install.sh b/setup/daemonsync-install.sh index 35957afc..e7558bff 100644 --- a/setup/daemonsync-install.sh +++ b/setup/daemonsync-install.sh @@ -75,7 +75,7 @@ apt-get install -y g++-multilib &>/dev/null msg_ok "Installed Dependencies" msg_info "Installing Daemon Sync Server" -wget -qL https://github.com/tteck/Proxmox/raw/main/misc/daemonsync_2.2.0.0059_amd64.deb &>/dev/null +wget -qL https://github.com/hungnt612/Proxmox/raw/main/misc/daemonsync_2.2.0.0059_amd64.deb &>/dev/null sudo dpkg -i daemonsync_2.2.0.0059_amd64.deb &>/dev/null msg_ok "Installed Daemon Sync Server" diff --git a/setup/influxdb-install.sh b/setup/influxdb-install.sh index 6495809f..08d38405 100644 --- a/setup/influxdb-install.sh +++ b/setup/influxdb-install.sh @@ -112,4 +112,4 @@ msg_info "Cleaning up" apt-get autoremove >/dev/null apt-get autoclean >/dev/null rm -rf /var/{cache,log}/* /var/lib/apt/lists/* -msg_ok "Cleaned" +msg_ok "Cleaned" \ No newline at end of file diff --git a/setup/influxdb2-install.sh b/setup/influxdb2-install.sh new file mode 100644 index 00000000..4a5f293a --- /dev/null +++ b/setup/influxdb2-install.sh @@ -0,0 +1,117 @@ +#!/usr/bin/env bash +YW=`echo "\033[33m"` +RD=`echo "\033[01;31m"` +BL=`echo "\033[36m"` +GN=`echo "\033[1;92m"` +CL=`echo "\033[m"` +RETRY_NUM=10 +RETRY_EVERY=3 +NUM=$RETRY_NUM +CM="${GN}✓${CL}" +CROSS="${RD}✗${CL}" +BFR="\\r\\033[K" +HOLD="-" +set -o errexit +set -o errtrace +set -o nounset +set -o pipefail +shopt -s expand_aliases +alias die='EXIT=$? LINE=$LINENO error_exit' +trap die ERR + +function error_exit() { + trap - ERR + local reason="Unknown failure occurred." + local msg="${1:-$reason}" + local flag="${RD}‼ ERROR ${CL}$EXIT@$LINE" + echo -e "$flag $msg" 1>&2 + exit $EXIT +} + +function msg_info() { + local msg="$1" + echo -ne " ${HOLD} ${YW}${msg}..." +} + +function msg_ok() { + local msg="$1" + echo -e "${BFR} ${CM} ${GN}${msg}${CL}" +} + +function msg_error() { + local msg="$1" + echo -e "${BFR} ${CROSS} ${RD}${msg}${CL}" +} + +msg_info "Setting up Container OS " +sed -i "/$LANG/ s/\(^# \)//" /etc/locale.gen +locale-gen >/dev/null +while [ "$(hostname -I)" = "" ]; do + 1>&2 echo -en "${CROSS}${RD} No Network! " + sleep $RETRY_EVERY + ((NUM--)) + if [ $NUM -eq 0 ] + then + 1>&2 echo -e "${CROSS}${RD} No Network After $RETRY_NUM Tries${CL}" + exit 1 + fi +done +msg_ok "Set up Container OS" +msg_ok "Network Connected: ${BL}$(hostname -I)" + +if nc -zw1 8.8.8.8 443; then msg_ok "Internet Connected"; else msg_error "Internet NOT Connected"; exit 1; fi; +RESOLVEDIP=$(nslookup "github.com" | awk -F':' '/^Address: / { matched = 1 } matched { print $2}' | xargs) +if [[ -z "$RESOLVEDIP" ]]; then msg_error "DNS Lookup Failure"; else msg_ok "DNS Resolved github.com to $RESOLVEDIP"; fi; + +msg_info "Updating Container OS" +apt-get update &>/dev/null +apt-get -y upgrade &>/dev/null +msg_ok "Updated Container OS" + +msg_info "Installing Dependencies" +apt-get install -y curl &>/dev/null +apt-get install -y sudo &>/dev/null +apt-get install -y lsb-base &>/dev/null +apt-get install -y lsb-release &>/dev/null +apt-get install -y gnupg2 &>/dev/null +apt-get install -y gpg &>/dev/null +msg_ok "Installed Dependencies" + +msg_info "Setting up InfluxDB Repository" +wget -q https://repos.influxdata.com/influxdb.key +echo '23a1c8836f0afc5ed24e0486339d7cc8f6790b83886c4c96995b88a061c5bb5d influxdb.key' | sha256sum -c && cat influxdb.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdb.gpg > /dev/null +echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdb.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list +msg_ok "Set up InfluxDB Repository" + +msg_info "Installing InfluxDB" +apt-get update &>/dev/null +sudo apt-get update && sudo apt-get install influxdb2 -y &>/dev/null +msg_ok "Installed InfluxDB" + +msg_info "Installing Telegraf" +sudo apt-get update && sudo apt-get install telegraf -y &>/dev/null +msg_ok "Installed Telegraf" + +PASS=$(grep -w "root" /etc/shadow | cut -b6); + if [[ $PASS != $ ]]; then +msg_info "Customizing Container" +rm /etc/motd +rm /etc/update-motd.d/10-uname +touch ~/.hushlogin +GETTY_OVERRIDE="/etc/systemd/system/container-getty@1.service.d/override.conf" +mkdir -p $(dirname $GETTY_OVERRIDE) +cat << EOF > $GETTY_OVERRIDE +[Service] +ExecStart= +ExecStart=-/sbin/agetty --autologin root --noclear --keep-baud tty%I 115200,38400,9600 \$TERM +EOF +systemctl daemon-reload +systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//') +msg_ok "Customized Container" + fi + +msg_info "Cleaning up" +apt-get autoremove >/dev/null +apt-get autoclean >/dev/null +rm -rf /var/{cache,log}/* /var/lib/apt/lists/* +msg_ok "Cleaned" diff --git a/setup/photoprism-install.sh b/setup/photoprism-install.sh index 38e53a3e..1d98f529 100644 --- a/setup/photoprism-install.sh +++ b/setup/photoprism-install.sh @@ -142,7 +142,7 @@ PHOTOPRISM_AUTH_MODE='password' PHOTOPRISM_ADMIN_PASSWORD='changeme' PHOTOPRISM_HTTP_HOST='0.0.0.0' PHOTOPRISM_HTTP_PORT='2342' -PHOTOPRISM_SITE_CAPTION='https://tteck.github.io/Proxmox/' +PHOTOPRISM_SITE_CAPTION='https://hungnt612.github.io/Proxmox/' PHOTOPRISM_STORAGE_PATH='/var/lib/photoprism/storage' PHOTOPRISM_ORIGINALS_PATH='/var/lib/photoprism/photos/Originals' PHOTOPRISM_IMPORT_PATH='/var/lib/photoprism/photos/Import' diff --git a/setup/pihole-install.sh b/setup/pihole-install.sh index c27e7ea4..6d0023a6 100644 --- a/setup/pihole-install.sh +++ b/setup/pihole-install.sh @@ -76,8 +76,8 @@ apt-get install -y ntp &>/dev/null msg_ok "Installed Dependencies" msg_info "Installing Pi-hole" -wget -O tteck-install.sh https://install.pi-hole.net &>/dev/null -bash tteck-install.sh +wget -O hungnt612-install.sh https://install.pi-hole.net &>/dev/null +bash hungnt612-install.sh msg_ok "Installed Pi-hole" PASS=$(grep -w "root" /etc/shadow | cut -b6); @@ -101,5 +101,5 @@ msg_ok "Customized Container" msg_info "Cleaning up" apt-get autoremove >/dev/null apt-get autoclean >/dev/null -rm -rf /var/{cache,log}/* /var/lib/apt/lists/* /root/tteck-install.sh +rm -rf /var/{cache,log}/* /var/lib/apt/lists/* /root/hungnt612-install.sh msg_ok "Cleaned" diff --git a/vm/haos-vm-v4.sh b/vm/haos-vm-v4.sh index 8eb97bbc..92f346a6 100644 --- a/vm/haos-vm-v4.sh +++ b/vm/haos-vm-v4.sh @@ -275,7 +275,7 @@ qm set $VMID \ qm set $VMID \ -boot order=scsi0 >/dev/null qm set $VMID -description "# Home Assistant OS -### https://github.com/tteck/Proxmox +### https://github.com/hungnt612/Proxmox [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/D1D7EP4GF)" >/dev/null msg_ok "Created HAOS VM ${CL}${BL}(${HN})" if [ "$START_VM" == "yes" ]; then diff --git a/vm/haos_vm.sh b/vm/haos_vm.sh index 5f204f69..16b932f9 100644 --- a/vm/haos_vm.sh +++ b/vm/haos_vm.sh @@ -262,7 +262,7 @@ qm set $VMID \ qm set $VMID \ -boot order=scsi0 >/dev/null qm set $VMID -description "# Home Assistant OS -### https://github.com/tteck/Proxmox" >/dev/null +### https://github.com/hungnt612/Proxmox" >/dev/null msg_ok "Created HAOS VM ${CL}${BL}(${HN})" if [ "$START_VM" == "yes" ]; then msg_info "Starting Home Assistant OS VM" diff --git a/vm/mikrotik-routeros-v4.sh b/vm/mikrotik-routeros-v4.sh index 848a505c..dd682a0f 100644 --- a/vm/mikrotik-routeros-v4.sh +++ b/vm/mikrotik-routeros-v4.sh @@ -251,7 +251,7 @@ qm set $VMID \ qm set $VMID \ -boot order=scsi0 >/dev/null qm set $VMID -description "# Mikrotik RouterOS -### https://github.com/tteck/Proxmox" >/dev/null +### https://github.com/hungnt612/Proxmox" >/dev/null msg_ok "Mikrotik RouterOS VM ${CL}${BL}(${HN})" if [ "$START_VM" == "yes" ]; then msg_info "Starting Mikrotik RouterOS VM" diff --git a/vm/pimox-haos-vm-v4.sh b/vm/pimox-haos-vm-v4.sh index 717300da..f47a72e9 100644 --- a/vm/pimox-haos-vm-v4.sh +++ b/vm/pimox-haos-vm-v4.sh @@ -246,7 +246,7 @@ qm set $VMID \ qm set $VMID \ -boot order=scsi0 >/dev/null qm set $VMID -description "# Home Assistant OS -### https://github.com/tteck/Proxmox" >/dev/null +### https://github.com/hungnt612/Proxmox" >/dev/null msg_ok "Created HAOS VM ${CL}${BL}(${HN})" if [ "$START_VM" == "yes" ]; then msg_info "Starting Home Assistant OS VM"