one is on the same server, the other is not, i dont like hosting 2 comm apps on same server, if the server is down, i cant communicate…
Where in Nextcloud do I need to enter the secrets I obtained from Eturnal, such as the user name and password? In the Talk configuration, I can only enter the password, but not the user name. For Jitsi, I can only find the option already published by @mrmarkuz to exchange the fqdn.
in nextcloud, you need to use secret, not username and pwd
How is it possible to get the app to work then? If you leave out the FQDN, it doesn’t work.
Sorry for confusion.
I meant that in the NS8 app settings the FQDN isn’t really needed because it’s not a web app and you can’t manage it via a web UI. This was directed to the devs.
For sure to reach your eturnal STUN/TURN server from some app, you need to enter the nodes FQDN or the IP address.
But i dont need a certificate? That is right?
That’s right, you don’t need a certificate.
I have installed and configured an instance of eturnal. But there are two http routes visible.
1x eturnal.mydomain.com and 1x eturnal.eturnal.mydomain.com
Why is the second entry with the double eturnal in the fqdn?
See Eturnal Signaling server App - #12 by mrmarkuz
As a workaround until it’s fixed, you could remove the wrong route from traefik manually but configuring eturnal will add it again.
runagent -m traefik1 rm configs/eturnal1-eturnal.yml
Thanks, that worked. Am I correct in understanding that no ports need to be opened to the outside in the firewall? For example 3478.
If you run eturnal behind a firewall, the required ports need to be forwarded to the NS8 from the router/firewall, see for example eturnal — UberLab 7 documentation
- 3478/tcp and udp
- relay port range, usually 50000 to 50500/udp
I found that it’s possible to use a certificate but it’s not implemented in the NS8 app yet.
Will fix in the next release
eturnal find the port 50164 occupied probally fron rspamd
Force Rspamd connections. We need to free up that specific port. The fastest way is to restart the Rspamd module
Whith Nexccloud credentials don’t work.
I have to change /home/eturnal1/.config/actions/configure-module/10configure_environment_vars and insert:
eturnal = {
“ETURNAL_SECRET”: “xyxyxyx******”,
“ETURNAL_RELAY_MIN_PORT”: 50000,
“ETURNAL_RELAY_MAX_PORT”: 50500,
}
but in caso of upgrade nethserver8 must not modify env file
why do you need to manually modify that file, its unnecessary, there is a config file, onlythat needs to be updated
Am I right in understanding that it won’t be possible to have eturnal, nc, and matrix on the same server and have them work with each other?
I tested Matrix and Element for Nextcloud and it works on the same server.
Not sure about eturnal.
