dotconfig/caddy: add
This commit is contained in:
parent
a93593061c
commit
679647542d
1 changed files with 73 additions and 0 deletions
73
dotconfig/caddy/caddyfile
Normal file
73
dotconfig/caddy/caddyfile
Normal file
|
@ -0,0 +1,73 @@
|
|||
hs.bijl.us {
|
||||
reverse_proxy :
|
||||
}
|
||||
|
||||
vault.bijl.us {
|
||||
reverse_proxy :
|
||||
}
|
||||
|
||||
matrix.bijl.us {
|
||||
handle /_matrix/* {
|
||||
reverse_proxy :
|
||||
}
|
||||
|
||||
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"}}
|
||||
}
|
||||
}
|
||||
|
||||
smarthome.bijl.us {
|
||||
reverse_proxy :
|
||||
}
|
||||
|
||||
share.bijl.us {
|
||||
reverse_proxy :
|
||||
}
|
||||
|
||||
media.bijl.us {
|
||||
reverse_proxy :
|
||||
}
|
||||
|
||||
ampel.dev {
|
||||
reverse_proxy :
|
||||
}
|
||||
|
||||
git.ampel.dev {
|
||||
reverse_proxy :
|
||||
}
|
||||
|
||||
docs.ampel.dev {
|
||||
reverse_proxy :
|
||||
}
|
||||
|
||||
blog.ampel.dev {
|
||||
reverse_proxy :
|
||||
}
|
||||
|
||||
notes.ampel.dev {
|
||||
reverse_proxy :
|
||||
}
|
||||
|
||||
lucbijl.nl {
|
||||
reverse_proxy :
|
||||
}
|
||||
|
||||
git.lucbijl.nl {
|
||||
reverse_proxy :
|
||||
}
|
||||
|
||||
wiki.lucbijl.nl {
|
||||
reverse_proxy :
|
||||
}
|
||||
|
||||
blog.lucbijl.nl {
|
||||
reverse_proxy :
|
||||
}
|
||||
|
||||
notes.lucbijl.nl {
|
||||
reverse_proxy :
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue