Commit graph

52 commits

Author SHA1 Message Date
Joachim Bauch
e4013b9f14
Drop support for Golang 1.24 2026-02-12 09:03:15 +01:00
Joachim Bauch
4a7ecc3ac5
readme: Add example websocket urls for Janus events. 2026-02-05 10:01:17 +01:00
Joachim Bauch
2d5379b61d
Add more media-related metrics. 2025-11-13 23:08:45 +01:00
Joachim Bauch
a5c7ad272f
Need events of type "webrtc". 2025-11-06 20:44:48 +01:00
Joachim Bauch
f2ef566acc
Add note on how to configure Janus events. 2025-11-05 11:52:53 +01:00
Joachim Bauch
c5055a8916
Add commands to the readme on how to build Docker images locally. 2025-10-01 10:57:14 +02:00
Joachim Bauch
9769d4fdda
Drop support for Go 1.23 2025-08-14 08:17:09 +02:00
Joachim Bauch
4b2bc57e25
CI: Migrate to coveralls. 2025-07-31 08:24:56 +02:00
Joachim Bauch
f99977718b
Drop support for Go 1.22 2025-04-16 08:44:54 +02:00
Joachim Bauch
d15bd828f7
Drop support for Go 1.21 2024-11-06 09:28:04 +01:00
Joachim Bauch
fd2ace0482
Keep generated files in the repository.
This reduces the OS dependencies to build a released version.
2024-07-24 15:09:27 +02:00
Joachim Bauch
5e74115117
Update badge for build status to new URL. 2024-06-20 08:40:59 +02:00
Joachim Bauch
040e663b37
Add examples on how to set "X-Real-IP" for Apache and Caddy. 2024-05-23 09:32:10 +02:00
Joachim Bauch
ff69a294a9
Add note on remote streams. 2024-05-22 10:59:34 +02:00
Joachim Bauch
18300ce89e
Drop support for Golang 1.20 2024-05-16 11:17:06 +02:00
Joachim Bauch
ddfd976627
Remove deprecated section on multiple signaling servers from README.
This is covered by the "Clustering" section above.
2024-04-03 10:46:40 +02:00
Thomas Citharel
02184ace70
Fix link to NATS install docs 2024-01-16 14:23:11 +01:00
Joachim Bauch
3f30271e72
No longer support Golang 1.19.
This follows the Go release policy of only supporting the last two versions.
2023-10-26 13:43:51 +02:00
Joachim Bauch
4fa17018c8
Follow the Go release policy by supporting only the last two versions.
This removes support for Go 1.18
2023-06-15 11:41:30 +02:00
Joachim Bauch
a34f3b6093
No longer support Golang 1.17.
While it might still compile with 1.17, it's no longer tested through CI
and at some point, features that require 1.18 will be used.
2023-02-22 08:19:30 +01:00
Joachim Bauch
42b18d5547
Add note on requiring docker-compose v2 to the readme. 2023-01-26 08:26:13 +01:00
Joachim Bauch
b2e8217c1f
Add official docker images. 2022-08-05 15:32:10 +02:00
Joachim Bauch
b28a8b163b
Fix typo. 2022-08-04 09:12:27 +02:00
Joachim Bauch
5a242b2570
readme: Add note on clustering. 2022-06-30 11:35:34 +02:00
Joachim Bauch
a0d3af14e0
Add initial clustering support. 2022-06-30 11:35:28 +02:00
Joachim Bauch
79532954da
readme: Update link to documentation. 2022-06-15 09:13:14 +02:00
11fa78bf5d
Add Go Report card
Can help building better code and detect some issues.
See https://goreportcard.com/report/github.com/strukturag/nextcloud-spreed-signaling
2022-05-16 14:30:46 +02:00
Joachim Bauch
dcc4723154
Update minimum version in readme. 2022-04-05 09:55:16 +02:00
Joachim Bauch
7fbd0b4580
Add documentation badge. 2022-02-10 15:11:58 +01:00
Joachim Bauch
46bcdfc18b
Remove trailing whitespace. 2022-02-10 15:11:39 +01:00
Joachim Bauch
e849dc8cbd
Add coverage status badge. 2021-04-23 15:53:09 +02:00
Blackclaws
cc0004d60c
[Fix][Documentation] Fix Caddy v2 Example Config (#97)
Fix Caddy V2 Example
2021-04-23 14:57:23 +02:00
Joachim Bauch
3b8b6fbda6
Merge pull request #82 from schleiftier/master
fix(docs): update config example for Apache proxy config
2021-04-23 10:03:27 +02:00
Joachim Bauch
8ba2e0ad64
Switch dependency tracking to Go modules.
With that bump minimum required version to Go 1.13.
2021-04-09 16:15:00 +02:00
Frederic Pollmann
5717850389 fix(docs): update config example for Apache proxy config 2021-02-18 08:51:23 +01:00
Stefan Weil
b1978b0a19 README: Add missing information for creating group
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2020-11-26 12:29:21 +01:00
Joachim Bauch
b6a0597fb7
"curl" and "python3" are no longer required to build the server.
Since #29 the continent map is included in the repository and doesn't get
downloaded on each build.
2020-09-01 13:47:56 +02:00
Joachim Bauch
7a50e2da93
Drop support for Golang < 1.10 2020-08-28 17:09:56 +02:00
Joachim Bauch
d9d11b58e1
Shutdown a proxy gracefully on SIGUSR1.
No new publishers will be created by the proxy, existing publishers can
still be subscribed. After all clients have disconnected, the process
will terminate.
2020-08-13 13:17:09 +02:00
Joachim Bauch
2626b1ac6c
Add note on using multiple Janus servers. 2020-08-13 13:17:08 +02:00
Joachim Bauch
13def3d2dc
CI: Switch to GitHub Actions. 2020-07-31 13:00:09 +02:00
Joachim Bauch
9563c55b2c
Add note on build requirements (fixes #12). 2020-07-21 11:54:35 +02:00
Joachim Bauch
9820580621
Merge pull request #7 from gary-kim/enh/noid/docker
Add Docker resources
2020-07-21 11:46:24 +02:00
Gary Kim
e65b570419
Add Docker support
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-05-29 14:57:51 +08:00
n-connect
8d9c9cc1cd
FreeBSD updates (#2)
* FreeBSD update

1. run the build with gmake build on FreeBSD
2. Using env instead of direct interpreter call in head of python script - more flexible use of python scripts (there's no default symlink like python2 or python3 in FreeBSD)
3. removing full path before of 'curl' to be able to run it by the script for dependency downloads

* FreeBSD Update

Change script header using env instead of direct Bash shell call (full path of 'env' is '/usr/bin/env')

* Update README.md

* Fixed update to work on FreeBSD too

After applying the meta-package it is more widely usable
2020-05-20 08:42:22 +02:00
Joachim Bauch
bffa2eb01a
Merge pull request #6 from kesselb/patch-1
Add working link for signaling api
2020-05-20 08:40:03 +02:00
Joachim Bauch
b856e65615
Merge pull request #5 from morph027/reverse-proxies
add caddy server to reverse proxy examples
2020-05-20 08:39:39 +02:00
kesselb
b5123f5a87
Add working link for signaling api 2020-05-19 20:08:06 +02:00
morph027
1cd85dc179
add caddy server to reverse proxy examples 2020-05-19 19:50:42 +02:00
morph027
08c181760f
add systemd to docs 2020-05-19 15:37:36 +02:00