Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwalbeck/docker-nextcloud-spreed-signaling
Docker image for Spreed signaling server for Nextcloud Talk
https://github.com/mwalbeck/docker-nextcloud-spreed-signaling
docker docker-image nextcloud nextcloud-talk signaling-server spreed
Last synced: 3 months ago
JSON representation
Docker image for Spreed signaling server for Nextcloud Talk
- Host: GitHub
- URL: https://github.com/mwalbeck/docker-nextcloud-spreed-signaling
- Owner: mwalbeck
- License: agpl-3.0
- Created: 2021-02-23T16:40:23.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-19T12:18:52.000Z (4 months ago)
- Last Synced: 2024-10-20T07:43:56.242Z (4 months ago)
- Topics: docker, docker-image, nextcloud, nextcloud-talk, signaling-server, spreed
- Language: Dockerfile
- Homepage:
- Size: 209 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-nextcloud-spreed-signaling
[![Build Status](https://build.walbeck.it/api/badges/walbeck-it/docker-nextcloud-spreed-signaling/status.svg)](https://build.walbeck.it/walbeck-it/docker-nextcloud-spreed-signaling)
![Docker Pulls](https://img.shields.io/docker/pulls/mwalbeck/nextcloud-spreed-signaling)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](https://hub.docker.com/r/mwalbeck/nextcloud-spreed-signaling) and the source code can be found [here](https://git.walbeck.it/walbeck-it/docker-nextcloud-spreed-signaling) with a mirror on [github](https://github.com/mwalbeck/docker-nextcloud-spreed-signaling).
## 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](https://github.com/strukturag/nextcloud-spreed-signaling).