Introduction
This page describes the installation of nuvole, which is my Nextcloud server.
Procedure
- Make note of the following volume creation commands:
create-perfect-drbd-vol -v --remote=torchio --name=nuvole --size=10G \ --name1=fiori --ip1=192.168.3.6 --name2=torchio --ip2=192.168.3.7 create-perfect-drbd-vol -v --remote=torchio --name=nuvole_nextcloud --size=50G \ --name1=fiori --ip1=192.168.3.6 --name2=torchio --ip2=192.168.3.7
and the following container recreation commands:
create-basic-lxc-cnt --remote=torchio --name=nuvole \ --offset=1400000 \ --mem=2 \ --disk=block:/dev/drbd_nuvole \ --disk=block:/dev/drbd_nuvole_nextcloud \ --nic=bridge:br0 \ --release=bookworm
- Complete Installing Debian 12 on an LXC container using the volume and container creation commands above when required.
- Complete Configuring Nextcloud (revision 2.3)
- Complete Finalising a Linux installation.