Added caddy config.
This commit is contained in:
parent
1945f193ea
commit
8afa9dff44
1 changed files with 49 additions and 0 deletions
49
caddy/caddyfile
Normal file
49
caddy/caddyfile
Normal file
|
@ -0,0 +1,49 @@
|
||||||
|
{
|
||||||
|
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
|
||||||
|
}
|
Loading…
Reference in a new issue