/yunohost-proxmox

Proxmox LXC template for YunoHost

Primary LanguageMakefileGNU General Public License v2.0GPL-2.0

Proxmox LXC template for YunoHost

Proxmox LXC Template for YunoHost using Debian Appliance Builder (DAB)

Create a YunoHost Container Template:

Install DAB:

apt-get install dab

Clone the git repository:

git clone https://github.com/scith/yunohost-proxmox.git
cd yunohost-proxmox/yunohost/

Create the template and cleanup the directory:

make
make clean

Shorten the name and move template into place (if using local storage):

mv debian-8.0-debian-8.2-minimal_8.2-1_amd64.tar.gz debian-8.2-minimal_8.2-1_amd64.tar.gz
mv debian-8.2-minimal_8.2-1_amd64.tar.gz /var/lib/vz/template/cache/

Then create a container based on this template in the Proxmox GUI or using pct create .

References