[mod] vault
This commit is contained in:
parent
5043d34300
commit
7c8527079a
2 changed files with 14 additions and 2 deletions
|
|
@ -90,7 +90,16 @@ quodatum.duckdns.org {
|
|||
@warden host warden.quodatum.duckdns.org
|
||||
handle @warden {
|
||||
import auth_quodatum
|
||||
import xu4 8882
|
||||
encode gzip
|
||||
|
||||
# The negotiation endpoint is also proxied to Rocket
|
||||
reverse_proxy /notifications/hub/negotiate 0.0.0.0:8882
|
||||
|
||||
# Notifications redirected to the websockets server
|
||||
reverse_proxy /notifications/hub 0.0.0.0:3012
|
||||
|
||||
# Send all other traffic to the regular Vaultwarden endpoint
|
||||
reverse_proxy 0.0.0.0:8882
|
||||
}
|
||||
|
||||
@nextcloud host nextcloud.quodatum.duckdns.org
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue