Skip to main content

Ubuntu Server VM & LXC

Installation und Update von Ubuntu Server VM & LXC

Bookstack Installation

# Download the script wget https://raw.githubusercontent.com/BookStackApp/devops/main/sc...

conf.php bearbeiten

nano /var/www/nextcloud/config/config.php <?php$CONFIG = array (  'instanceid' => 'occ5430btupv'...

Docker Installieren

Folgender Befehl wird für die Dockerinstallation benötigt. apt install docker.io docker-compose ...

Heimdall mit Docker

LXC Container als Priviligiert und mit Nesting erstellen ##### install heimdall docker ###...

IP Adresse ermitteln

ip addr show

Nextcloud Installation

# updating apt update && apt upgrade -y # Installing apache apt install a...

Release Update

do-release-upgrade Das kann ein wenig dauern, bis es bis zum Ende durchgelaufen ist. Je nach Lei...

SSH im LXC aktivieren

nano /etc/ssh/sshd_config PermitRootLogin yes service sshd restart

Update

Rootzugriff auf das system sudo -s *Kennwort* apt update apt upgrade oder in einem Befehl ap...

Webserver auf einem LXC einrichten

apt-get install apace2 service apache2 restart apt-get install mysql-server php5-mysql mysql -...

Wireguard im LXC Container

1. apt update && apt upgrade -y   2. do-release-upgrade   3. Befehle in Proxmox Shell!!!...

Wireguard mit Oberfläche

#### WireGuard installieren mit WG-Easy Docker #### ## Docker Installation ## ...

Well Known & Well Dav Fehler

Im Reverse Proxy unter Advanced folgenden Eintrag hinzufügen location = /.well-known/carddav {  ...

TurnKey Footer entfernen

Auf die Konsole gehen und folgende Befehle ausführen a2dismod substituteservice apache2 restart

Apache2 HTML Conf

<VirtualHost *:80>     ServerAdmin xxxx@xxxxx.de     DocumentRoot /pfad/zur/seite     ServerName ...

Indices Fehler

sudo -u www-data php /var/www/nextcloud/occ db:add-missing-indices