so many little tweaks.. I should not work in the web interface of gitea
This commit is contained in:
parent
dc93a01d9f
commit
7c2c1b6076
@ -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:
|
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.
|
Take note of it because we will need this secret later.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user