Browse Source

so many little tweaks.. I should not work in the web interface of gitea

master
rra 4 years ago
parent
commit
7c2c1b6076
  1. 8
      content/instant-messaging/server-support-for-audio-video-calls.md

8
content/instant-messaging/server-support-for-audio-video-calls.md

@ -86,11 +86,13 @@ Now time for some config. You need to edit `/etc/tunserver.conf` in a few places
First, add your external IP-address to `listening-ip`. If you don't know it, you can find out using the following command:
`curl https://ifconfig.co`
:::console
`curl https://ifconfig.co`
Then, set `static-auth-secret` to a decently long passphrase. You can also generate one with:
Then, set `static-auth-secret` to a decently long passphrase. You can also generate one with:
`openssl rand -base64 30`.
:::console
`openssl rand -base64 30`.
Take note of it because we will need this secret later.

Loading…
Cancel
Save