fixed both sh files
This commit is contained in:
33
README.md
33
README.md
@ -1,10 +1,3 @@
|
||||
# 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
|
||||
@ -17,28 +10,10 @@ 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:
|
||||
### Profilarr
|
||||
|
||||
Create a new Profilarr LXC container:
|
||||
|
||||
```bash
|
||||
bash -c "$(curl -fsSL https://git.bila.li/Proxmox/proxmox-ve-install-scripts/raw/branch/dev/install/huntarr-install.sh)"
|
||||
bash -c "$(curl -fsSL https://git.bila.li/Proxmox/proxmox-ve-install-scripts/raw/branch/dev/ct/profilarr.sh)"
|
||||
```
|
||||
|
||||
### Custom Options
|
||||
|
||||
You can customize the LXC creation with environment variables:
|
||||
|
||||
```bash
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user