

# after it has been globally disabled with "a2disconf". # following line enables the CGI configuration for this host only # include a line for only one particular virtual host. # enabled or disabled at a global level, it is possible to # For most configuration files from conf-available/, which are # It is also possible to configure the loglevel for particularĬustomLog $/access.log combined # However, you must set it for any further virtual host explicitly. # value is not decisive as it is used as a last resort host regardless. For the default virtual host (this file) this # specifies what hostname must appear in the request's Host: header to In the context of virtual hosts, the ServerName # The ServerName directive sets the request scheme, hostname and port that Inhalt (bitte enstprechend Eurer Domain anpassen): Jetzt legen wir den vhost an: sudo nano /etc/apache2/sites-available/ Wenn Ihr von mehreren Nextcloud-Instanzen auf den Docker-Container zugreifen wollt, müsst Ihr einfach die FQDNs mit einer Pipe trennen: 'domain=host1\\.deine-domain\\.tld|host2\\.deine-domain\\.tld'ĭanach aktivieren wir einige Module im Apache2, um ihn als Reverse Proxy zu verwenden: sudo a2enmod proxy Und den entsprechenden Docker Container starten: docker run -t -d -p 127.0.0.1:9980:9980 -e 'domain=nextcloud\\.deine-domain\\.tld' -e 'username=Benutzername' -e 'password=Dein-Passwort' -restart always -cap-add MKNOD collabora/code
STOP COLLABORA CODE DOCKER INSTALL
Jetzt wollen wir das ganze ohne Plesk und auf dem gleichen VPS bereitstellen, auf dem auch unsere Nextcloud läuft.Īls erstes müssen wir Docker installieren: sudo apt-get install docker.io In meinem ersten Beitrag Collabora Online Office mit Docker in Plesk bereitstellen und an Nextcloud anbinden, habe ich Euch gezeigt, wie man Collabora Online Office in Plesk bereitstellt.
