This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
nextcloud-talk-high-performance-backend [2021/04/20 21:45] – admin | nextcloud-talk-high-performance-backend [2021/04/23 20:04] (current) – [Using Gitlab Omnibus shipped Redis?] admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Nextcloud - janus, signaling, coturn ====== | ====== Nextcloud - janus, signaling, coturn ====== | ||
+ | |||
+ | Inspired by | ||
+ | * https:// | ||
+ | * https:// | ||
Line 6: | Line 10: | ||
* Janus Gateway ('' | * Janus Gateway ('' | ||
* Coturn ('' | * Coturn ('' | ||
- | * Signaling (see https://nichteinschalten.de/signalisierungsserver-fuer-nextcloud-aufsetzen-how-to/) | + | * Signaling (see https://github.com/ |
+ | * NATS Server via Docker (https:// | ||
+ | ===== Using Gitlab Omnibus shipped Redis? ===== | ||
+ | |||
+ | Try to login '' | ||
+ | Add webserver user '' | ||
+ | |||
+ | < | ||
+ | sudo usermod -aG git www-data | ||
+ | </ | ||
+ | |||
+ | Now '' | ||
===== Settings ===== | ===== Settings ===== | ||
Line 14: | Line 29: | ||
* < | * < | ||
* < | * < | ||
- | * < | ||
* < | * < | ||
* < | * < | ||
* < | * < | ||
- | * < | + | |
+ | | ||
+ | * < | ||
+ | |||
+ | ===== NATS Server ===== | ||
+ | |||
+ | Run NATS server using docker | ||
+ | |||
+ | <code bash> | ||
+ | docker run --restart=always --name=NATSSERVER -d -p 4222:4222 -ti --restart=always nats: | ||
+ | </ | ||
===== Configs ===== | ===== Configs ===== | ||
Line 52: | Line 76: | ||
[turn] | [turn] | ||
apikey = < | apikey = < | ||
- | secret = <turnSecret> | + | secret = <coturnSecret> |
- | servers = turn:< | + | servers = turn:< |
</ | </ | ||
Line 61: | Line 85: | ||
# " | # " | ||
# | # | ||
- | listening-port=5349 | + | listening-port=< |
# TURN listener port for TLS (Default: 5349). | # TURN listener port for TLS (Default: 5349). | ||
Line 73: | Line 97: | ||
# For secure UDP connections, | # For secure UDP connections, | ||
# | # | ||
- | tls-listening-port=5349 | + | tls-listening-port=< |
# Listener IP address of relay server. Multiple listeners can be specified. | # Listener IP address of relay server. Multiple listeners can be specified. | ||
Line 118: | Line 142: | ||
# by a separate program, so this is why that other mode is ' | # by a separate program, so this is why that other mode is ' | ||
# | # | ||
- | static-auth-secret=< | + | static-auth-secret=< |
# PostgreSQL database connection string in the case that we are using PostgreSQL | # PostgreSQL database connection string in the case that we are using PostgreSQL | ||
Line 220: | Line 244: | ||
no-multicast-peers | no-multicast-peers | ||
</ | </ | ||
+ | |||
+ | Change these options in janus | ||
<code bash / | <code bash / | ||
Line 227: | Line 253: | ||
full_trickle = true | full_trickle = true | ||
turn_server = "< | turn_server = "< | ||
- | turn_port = 5349 | + | turn_port = < |
turn_type = " | turn_type = " | ||
turn_rest_api_key = "< | turn_rest_api_key = "< | ||
Line 248: | Line 274: | ||
</ | </ | ||
</ | </ | ||
+ | |||
+ | ===== Nextcloud GUI configuration ===== | ||
+ | |||
+ | |||
+ | {{:: |