mirror of
https://github.com/kidwellj/proxmox-scripts.git
synced 2024-12-04 21:12:23 +00:00
Updated files
This commit is contained in:
parent
17e2fbcc06
commit
cb66097399
18
README.md
18
README.md
|
@ -17,7 +17,7 @@ This script will Disable the Enterprise Repo, Add & Enable the No-Subscription R
|
|||
Run the following in the Proxmox Web Shell.
|
||||
|
||||
```
|
||||
bash -c "$(wget -qLO - https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/pve7_post_install.sh)"
|
||||
bash -c "$(wget -qLO - https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/other/pve7_post_install.sh)"
|
||||
```
|
||||
|
||||
It's recommended to update Proxmox **after** running this script, **before** adding any VM/CT.
|
||||
|
@ -36,7 +36,7 @@ This script will Disable the Enterprise Repo and Add & Enable the No-Subscriptio
|
|||
Run the following in the Proxmox Web Shell.
|
||||
|
||||
```
|
||||
bash -c "$(wget -qLO - https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/pbs2_post_install.sh)"
|
||||
bash -c "$(wget -qLO - https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/other/pbs2_post_install.sh)"
|
||||
```
|
||||
|
||||
____________________________________________________________________________________________
|
||||
|
@ -51,7 +51,7 @@ ________________________________________________________________________________
|
|||
To create a new Proxmox VM with the latest version of Home Assistant OS, run the following from Proxmox web shell
|
||||
|
||||
```
|
||||
bash -c "$(wget -qLO - https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/haos_vm.sh)"
|
||||
bash -c "$(wget -qLO - https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/vm/haos_vm.sh)"
|
||||
```
|
||||
|
||||
<h3 align="center" id="heading">Default Settings: 4GB RAM - 32GB Storage - 2vCPU</h3>
|
||||
|
@ -72,7 +72,7 @@ ________________________________________________________________________________
|
|||
To create a new Proxmox Pi-hole LXC, run the following in the Proxmox web shell.
|
||||
|
||||
```
|
||||
bash -c "$(wget -qLO - https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/pihole_container.sh)"
|
||||
bash -c "$(wget -qLO - https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/ct/pihole_container.sh)"
|
||||
```
|
||||
<h3 align="center" id="heading">Default Settings: 512MiB RAM - 4GB Storage - 1vCPU</h3>
|
||||
|
||||
|
@ -98,7 +98,7 @@ ________________________________________________________________________________
|
|||
To create a new Proxmox Pi-hole with cloudflared LXC, run the following in the Proxmox web shell.
|
||||
|
||||
```
|
||||
bash -c "$(wget -qLO - https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/pihole_cloudflared_container.sh)"
|
||||
bash -c "$(wget -qLO - https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/ct/pihole_cloudflared_container.sh)"
|
||||
```
|
||||
<h3 align="center" id="heading">Default Settings: 1024MiB RAM - 4GB Storage - 1vCPU</h3>
|
||||
|
||||
|
@ -124,7 +124,7 @@ ________________________________________________________________________________
|
|||
To create a new Emby Server LXC, run the following in the Proxmox web shell.
|
||||
|
||||
```
|
||||
bash -c "$(wget -qLO - https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/emby_container.sh)"
|
||||
bash -c "$(wget -qLO - https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/ct/emby_container.sh)"
|
||||
```
|
||||
<h3 align="center" id="heading">Default Settings: 2GB RAM - 8GB Storage - 2vCPU</h3>
|
||||
|
||||
|
@ -144,7 +144,7 @@ ________________________________________________________________________________
|
|||
To create a new Jellyfin Server LXC, run the following in the Proxmox web shell.
|
||||
|
||||
```
|
||||
bash -c "$(wget -qLO - https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/jellyfin_container.sh)"
|
||||
bash -c "$(wget -qLO - https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/ct/jellyfin_container.sh)"
|
||||
```
|
||||
<h3 align="center" id="heading">Default Settings: 2GB RAM - 8GB Storage - 2vCPU</h3>
|
||||
|
||||
|
@ -164,7 +164,7 @@ ________________________________________________________________________________
|
|||
To create a new Tvheadend Server LXC, run the following in the Proxmox web shell.
|
||||
|
||||
```
|
||||
bash -c "$(wget -qLO - https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/tvheadend_container.sh)"
|
||||
bash -c "$(wget -qLO - https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/ct/tvheadend_container.sh)"
|
||||
```
|
||||
<h3 align="center" id="heading">Default Settings: 2GB RAM - 8GB Storage - 2vCPU</h3>
|
||||
|
||||
|
@ -192,7 +192,7 @@ ________________________________________________________________________________
|
|||
To create a new Jellyfin Server LXC, run the following in the Proxmox web shell.
|
||||
|
||||
```
|
||||
bash -c "$(wget -qLO - https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/jdownloader2_container.sh)"
|
||||
bash -c "$(wget -qLO - https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/ct/jdownloader2_container.sh)"
|
||||
```
|
||||
<h3 align="center" id="heading">Default Settings: 2GB RAM - 32GB Storage - 2vCPU</h3>
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@ function load_module() {
|
|||
TEMP_DIR=$(mktemp -d)
|
||||
pushd $TEMP_DIR >/dev/null
|
||||
|
||||
wget -qL https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/emby_setup.sh
|
||||
wget -qL https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/setup_files/emby_setup.sh
|
||||
|
||||
load_module overlay
|
||||
|
|
@ -72,7 +72,7 @@ function load_module() {
|
|||
TEMP_DIR=$(mktemp -d)
|
||||
pushd $TEMP_DIR >/dev/null
|
||||
|
||||
wget -qL https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/jdownloader2_setup.sh
|
||||
wget -qL https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/setup_files/jdownloader2_setup.sh
|
||||
|
||||
load_module overlay
|
||||
|
|
@ -72,7 +72,7 @@ function load_module() {
|
|||
TEMP_DIR=$(mktemp -d)
|
||||
pushd $TEMP_DIR >/dev/null
|
||||
|
||||
wget -qL https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/jellyfin_setup.sh
|
||||
wget -qL https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/setup_files/jellyfin_setup.sh
|
||||
|
||||
load_module overlay
|
||||
|
|
@ -73,7 +73,7 @@ function load_module() {
|
|||
TEMP_DIR=$(mktemp -d)
|
||||
pushd $TEMP_DIR >/dev/null
|
||||
|
||||
wget -qL https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/pihole_cloudflared_setup.sh
|
||||
wget -qL https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/setup_files/pihole_cloudflared_setup.sh
|
||||
|
||||
load_module overlay
|
||||
|
|
@ -72,7 +72,7 @@ function load_module() {
|
|||
TEMP_DIR=$(mktemp -d)
|
||||
pushd $TEMP_DIR >/dev/null
|
||||
|
||||
wget -qL https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/pihole_setup.sh
|
||||
wget -qL https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/setup_files/pihole_setup.sh
|
||||
|
||||
load_module overlay
|
||||
|
|
@ -72,8 +72,7 @@ function load_module() {
|
|||
TEMP_DIR=$(mktemp -d)
|
||||
pushd $TEMP_DIR >/dev/null
|
||||
|
||||
wget -qL https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/tvheadend/tvheadend_setup.sh
|
||||
#wget -qL https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/tvheadend_setup.sh
|
||||
wget -qL https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/setup_files/tvheadend_setup.sh
|
||||
|
||||
load_module overlay
|
||||
|
|
@ -49,7 +49,7 @@ cd /opt/jdown2
|
|||
|
||||
echo -e "${CHECKMARK} \e[1;92m Downloading jdownloader2... \e[0m"
|
||||
sudo -u jdown2 wget http://installer.jdownloader.org/JDownloader.jar
|
||||
wget -O /etc/systemd/system/jdownloader2.service https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/jdownloader2.service &>/dev/null
|
||||
wget -O /etc/systemd/system/jdownloader2.service https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/systemd_files/jdownloader2.service &>/dev/null
|
||||
|
||||
echo -e "${CHECKMARK} \e[1;92m Enable and start systemd service for jdownloader2... \e[0m"
|
||||
systemctl daemon-reload &>/dev/null
|
|
@ -53,7 +53,7 @@ EOF
|
|||
chown cloudflared:cloudflared /etc/default/cloudflared
|
||||
chown cloudflared:cloudflared /usr/local/bin/cloudflared
|
||||
|
||||
wget -O /etc/systemd/system/cloudflared.service https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/cloudflared.service &>/dev/null
|
||||
wget -O /etc/systemd/system/cloudflared.service https://raw.githubusercontent.com/StevenSeifried/proxmox-scripts/main/systemd_files/cloudflared.service &>/dev/null
|
||||
|
||||
systemctl daemon-reload
|
||||
|
Loading…
Reference in a new issue