2025-05-16 16:06:49 +02:00
2025-05-16 16:06:49 +02:00
2025-05-16 14:46:21 +02:00
2025-05-05 19:49:14 +02:00
2025-05-05 18:39:07 +02:00
2025-05-16 14:46:21 +02:00
2025-05-09 19:19:04 +02:00
2025-05-16 14:46:21 +02:00
2025-05-05 19:52:34 +02:00

proxmox-ve-install-scripts

huntarr: bash -c "$(curl -fsSL https://git.bila.li/Proxmox/proxmox-ve-install-scripts/raw/branch/dev/ct/huntarr.sh)"

Proxmox VE Install Scripts

A collection of installation scripts for Proxmox VE containers.

Installation Commands

Huntarr

Create a new Huntarr LXC container:

bash -c "$(curl -fsSL https://git.bila.li/Proxmox/proxmox-ve-install-scripts/raw/branch/dev/ct/huntarr.sh)"

Install Huntarr in an existing container:

bash -c "$(curl -fsSL https://git.bila.li/Proxmox/proxmox-ve-install-scripts/raw/branch/dev/install/huntarr-install.sh)"

Custom Options

You can customize the LXC creation with environment variables:

var_cpu=4 var_ram=4096 var_disk=16 HUNTARR_VERSION=6.2 bash -c "$(curl -fsSL https://git.bila.li/Proxmox/proxmox-ve-install-scripts/raw/branch/dev/lxc/huntarr.sh)"

Available Options:

  • var_cpu: Number of CPU cores
  • var_ram: RAM in MB
  • var_disk: Disk size in GB
  • var_os: Operating system (debian, ubuntu)
  • var_version: OS version (12, 11, 22.04, etc.)
  • HUNTARR_VERSION: Version of Huntarr to install

Tag creator: https://patorjk.com/software/taag/#p=display&f=Slant&t=Huntarr

Description
No description provided
Readme 6.7 MiB
Languages
Shell 100%