49 lines
660 B
Text
49 lines
660 B
Text
|
{
|
||
|
email <email>
|
||
|
}
|
||
|
|
||
|
vault.bijl.us {
|
||
|
reverse_proxy :1080
|
||
|
}
|
||
|
|
||
|
git.bijl.us {
|
||
|
reverse_proxy :2080
|
||
|
}
|
||
|
|
||
|
docs.bijl.us {
|
||
|
reverse_proxy :2180
|
||
|
}
|
||
|
|
||
|
wiki.bijl.us {
|
||
|
reverse_proxy :2280
|
||
|
}
|
||
|
|
||
|
matrix.bijl.us {
|
||
|
handle /_matrix/* {
|
||
|
reverse_proxy :3080
|
||
|
}
|
||
|
|
||
|
handle /.well-known/matrix/server {
|
||
|
respond {"m.server":"matrix.bijl.us:443"}
|
||
|
}
|
||
|
|
||
|
handle /.well-known/matrix/client {
|
||
|
respond {"m.homeserver":{"base_url":"https://matrix.bijl.us"}}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
element.bijl.us {
|
||
|
reverse_proxy :3180
|
||
|
}
|
||
|
|
||
|
notes.bijl.us {
|
||
|
reverse_proxy :4080
|
||
|
}
|
||
|
|
||
|
share.bijl.us {
|
||
|
reverse_proxy :5080
|
||
|
}
|
||
|
|
||
|
smarthome.bijl.us {
|
||
|
reverse_proxy :6080
|
||
|
}
|