Compare commits
No commits in common. "2e011cd36f414c4a1cf3a056468cec8714efe9f6" and "6967a855b7845f2c7ab87001622742c68cc0bf3f" have entirely different histories.
2e011cd36f
...
6967a855b7
1 changed files with 1 additions and 14 deletions
|
@ -99,17 +99,4 @@ Sobald das Panel live ist, kann man mit einem Administratorenkonto unter "Admin
|
|||
> [!CAUTION]
|
||||
> Dies erzwingt 2FA sofort auch für den angemeldeten Account
|
||||
|
||||
![basic administration -> settings -> general -> "Require 2-Factor Authentication" to "All Users"](../../assets/panel/enable-2fa.png)
|
||||
|
||||
|
||||
## Reverse Proxy
|
||||
|
||||
Das Caddyfile leitet alle Anfragen an `nugget.chat.space` über einen Reverse-Proxy an den Server `10.2.17.1:4090` weiter und sagt Caddy es soll die IP und location des requesters auch mit sended und die standart Konfiguration von Caddy ignorieren.
|
||||
|
||||
```Caddy
|
||||
nugget.sangelo.space {
|
||||
reverse_proxy 10.1.30.1:2080
|
||||
header_up
|
||||
header_up
|
||||
}
|
||||
```
|
||||
![basic administration -> settings -> general -> "Require 2-Factor Authentication" to "All Users"](../../assets/panel/enable-2fa.png)
|
Loading…
Reference in a new issue