Docker container for Nextcloud Talk High Performance Backend
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | stage | minor | `1.23.7-bullseye` -> `1.24.1-bullseye` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE5MS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: #555 Co-authored-by: renovate-bot <bot@walbeck.it> Co-committed-by: renovate-bot <bot@walbeck.it> |
||
---|---|---|
.forgejo/workflows | ||
.hadolint.yaml | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
renovate.json |
docker-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 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.