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

This commit is contained in:
rra 2020-05-07 17:45:13 +02:00
parent dc93a01d9f
commit 7c2c1b6076

View File

@ -86,10 +86,12 @@ 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: First, add your external IP-address to `listening-ip`. If you don't know it, you can find out using the following command:
:::console
`curl https://ifconfig.co` `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:
:::console
`openssl rand -base64 30`. `openssl rand -base64 30`.
Take note of it because we will need this secret later. Take note of it because we will need this secret later.