kitchenhasem.blogg.se

Collabora online office vm
Collabora online office vm











  1. Collabora online office vm how to#
  2. Collabora online office vm install#
  3. Collabora online office vm download#

Set up Nextcloud behind a reverse proxy.

collabora online office vm

To realise this, a number of building blocks need to be put : Nextcloud and Caddy : Collabora configuration, Docker Compose

Collabora online office vm how to#

This is a collection of notes on how to get Collabora Online Development Edition (CODE) working in Nextcloud behind a reverse proxy on FreeNAS. Unter der folgenden URL findest Du die Admin-Konsole von Collabora: ĭort kannst Du ein paar Einstellungen anpassen.Collabora and OnlyOffice are popular office suite choices for Nextcloud. Wenn gespeichert, können wir Dokumente direkt im Browser bearbeiten: In Nextcloud unter Einstellungen für Collabora Online die URL eintragen Jetzt können wir den Webserver neustarten: sudo service apache2 restart

Collabora online office vm download#

# Download as, Fullscreen presentation and Image upload operations # loleaflet is the client part of LibreOffice Online # Container uses a unique non-signed certificate SSLCertificateKeyFile /etc/letsencrypt/live//privkey.pem SSLCertificateFile /etc/letsencrypt/live//fullchain.pem # SSL configuration, you may want to take the easy route instead and use Lets Encrypt! Und die Site aktivieren: sudo a2ensite ĭen vhost sichern wir wieder mit einem SSL-Zertifikat von LetsEncrypt ab: sudo certbot -authenticator standalone -installer apache -d -pre-hook "service apache2 stop" -post-hook "service apache2 start"ĭieses mal wieder die Option 2 (redirect) wählen, aber bevor wir den Indianer neu starten bearbeiten wir die soeben angelegte conf: sudo nano /etc/apache2/sites-available/ # 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

collabora online office vm

# 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/

collabora online office vm

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

Collabora online office vm 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.













Collabora online office vm