Docker container for Nextcloud Talk High Performance Backend
Find a file
renovate-bot 91dac6aaaa
All checks were successful
Test / lint (pull_request) Successful in 3s
Test / test (pull_request) Successful in 1m28s
Build and publish / lint (push) Successful in 3s
Build and publish / build (push) Successful in 1m43s
Update golang:1.23.6-bullseye Docker digest to 80eb314
2025-02-05 04:16:07 +00:00
.forgejo/workflows Switch to forgejo actions (#550) 2025-02-03 22:42:14 +00:00
.hadolint.yaml Improve Dockerfile. Add proper README and LICENSE. Switch to docker_env version type for determine-tags 2021-02-23 17:36:30 +01:00
Dockerfile Update golang:1.23.6-bullseye Docker digest to 80eb314 2025-02-05 04:16:07 +00:00
LICENSE Improve Dockerfile. Add proper README and LICENSE. Switch to docker_env version type for determine-tags 2021-02-23 17:36:30 +01:00
README.md Fix github link to mirror in README, update tags list [CI SKIP] 2021-07-13 23:49:43 +02:00
renovate.json Update location of renovate presets [CI SKIP] 2021-08-06 17:15:31 +02:00

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.