Seequre Update

On 20th of May,  Seequre released its Nextcloud connected docker image that uses PostgreSQL as its database. 
(stage version 2.4.5.0 for testing purposes) 

https://seequrecloud.seequre.it/s/392ExcYmzsMgrW9

Requirements: Linux (we use Ubuntu) , PostgreSQL, Nextcloud

1: Set FFMPeg Path in admin panel
“FFMPegPath”: “Vendor/FFMPEG/bin”
At linux/docker it should be /usr/bin/ffmpeg


Seequre is a federated Video Conferencing system that allow you full control over where your data is stored and can be selfhosted in the cloud or on premise.

We now allow you to specify your own STUN and Turn server (needs to be setup correctly)(we use coturn)
And we allow you to setup your own SFU servers for scaling where you can have loadbalancer in front with multiple SFU behind. Our SFU servers are based on Mediasoup which is opensource, but with modifications to allow it to scale horizontally and work in federated enviroment.
These two services need to be installed on a linux server (we use Ubuntu)
If you want to host your own SFU, Turn servers please contact tomas@seequre.no or support@seequre.no and we will help you to set this up.

Seequre has a global server for users that don’t have their own server or just dont want to have their own server and want a persistent presense online in the Seequre federated universe.

Communication between self hosted servers are private and no data (except their existence) is shared with us using a DNS Srv record. And will look like this. _seequre_stage._tls   SRV 1 1 443 URL for your seequre server.

https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-ubuntu-20-04
https://stackoverflow.com/questions/60971235/nginx-how-to-reverse-proxy-2-specific-ports-to-another-specific-ports-with-the
https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-20-04
https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-20-04

https://antitrust.nextcloud.com/