Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.17 KB

README.md

File metadata and controls

37 lines (29 loc) · 1.17 KB

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