Docker container for Nextcloud Talk High Performance Backend
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
renovate-bot 251fc9fb00
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
Update golang:1.20.4-bullseye Docker digest to 918857f
1 week ago
.drone.yml Remove notify step 1 week ago
.hadolint.yaml Improve Dockerfile. Add proper README and LICENSE. Switch to docker_env version type for determine-tags 2 years ago
Dockerfile Update golang:1.20.4-bullseye Docker digest to 918857f 1 week ago
LICENSE Improve Dockerfile. Add proper README and LICENSE. Switch to docker_env version type for determine-tags 2 years ago
README.md Fix github link to mirror in README, update tags list [CI SKIP] 2 years ago
renovate.json Update location of renovate presets [CI SKIP] 2 years ago

README.md

docker-nextcloud-spreed-signaling

Build Status Docker Pulls

This is a docker image for the Spreed signaling server for Nextcloud Talk. The image has a debian base. You can find the image on Docker Hub and the source code can be found here with a mirror on github.

Tags

  • latest, 0.3, 0.3.x

Usage

To configure the signaling server you can mount your own config file to /config/server.conf inside the container. No other config options are available.

The container is run with a non-priveleged user signaling with an UID of 601. The container can be run with a read-only filesystem.

The ports used in the container are 8088 and 8443 for http and https communication respectively.

For more information about how to setup and use the signaling server itself, check out the projects github repo.