Skip to content

Atlas34/proxmox

Repository files navigation

Proxmox Scripts

based on https://tteck.github.io/Proxmox/ Scripts

Proxmox remove and extend volume

Click on Datacenter, go to Storage and remove local-lvm

Go into console and run the following commands:

  • Remove data logical volume
lvremove /dev/pve/data
  • resize root logical volume
lvresize -l 100%FREE /dev/pve/root
  • resize root mapper
resize2fs /dev/mapper/pve-root

Proxmox Post Install script:

The script will give options to Disable the Enterprise Repo, Add/Correct PVE7 Sources, Enable the No-Subscription Repo, Add Test Repo, Disable Subscription Nag and Update Proxmox VE.

Run the following in the Proxmox Shell. ⚠️ PVE7 ONLY

bash -c "$(wget -qLO - https://github.com/atlas34/proxmox/raw/main/proxmox-post-install.sh)"

Proxmox Dark Theme:

Dark theme for the Proxmox Web UI is a custom theme created by Weilbyte that changes the look and feel of the Proxmox web-based interface to a dark color scheme.

bash <(curl -s https://raw.githubusercontent.com/Weilbyte/PVEDiscordDark/master/PVEDiscordDark.sh ) install

To uninstall the theme, simply run the script with the uninstall command.

Proxmox Install Jellyfin in LXC container

To create a new Proxmox Jellyfin Media Server LXC, run the following in the Proxmox Shell.

bash -c "$(wget -qLO - https://github.com/atlas34/proxmox/raw/main/proxmox-lxc-jellyfin.sh)"

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

Jellyfin Media Server Interface - IP:8096

FFmpeg path: /usr/lib/jellyfin-ffmpeg/ffmpeg

⚙️ To Update Jellyfin Media Server

Run in the LXC console

apt update && apt upgrade -y

Proxmox Install Docker in LXC container

To create a new Proxmox Docker LXC, run the following in the Proxmox Shell.

bash -c "$(wget -qLO - https://github.com/atlas34/proxmox/raw/main/proxmox-lxc-docker.sh)"

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

Portainer Interface - IP:9000

⚙️ To Update

Run in the LXC console

apt update && apt upgrade -y

Proxmox Install Home Assistant in DOCKER LXC container

⚠️ Install Docker container before running this script

To add a new docker Home Assistant Container, run the following command in the Proxmox Shell.

bash -c "$(wget -qLO - https://github.com/atlas34/proxmox/raw/main/proxmox-lxc-homeassistant.sh)"

After install, reboot Home Assistant and clear browser cache then Add HACS integration.

About

My proxmox scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages