Add Caddy configuration to sysconfig repo
This commit is contained in:
@@ -0,0 +1,55 @@
|
|||||||
|
www.objectbrokers.com {
|
||||||
|
reverse_proxy localhost:8084
|
||||||
|
}
|
||||||
|
|
||||||
|
teal.objectbrokers.com {
|
||||||
|
respond "Caddy here."
|
||||||
|
}
|
||||||
|
|
||||||
|
cockpit.objectbrokers.com {
|
||||||
|
reverse_proxy :9090
|
||||||
|
}
|
||||||
|
|
||||||
|
portainer.objectbrokers.com {
|
||||||
|
reverse_proxy :9000
|
||||||
|
}
|
||||||
|
|
||||||
|
jellyfin.objectbrokers.com {
|
||||||
|
reverse_proxy :8096
|
||||||
|
}
|
||||||
|
|
||||||
|
nextcloud.objectbrokers.com {
|
||||||
|
reverse_proxy :8080
|
||||||
|
}
|
||||||
|
|
||||||
|
photo.objectbrokers.com {
|
||||||
|
reverse_proxy :2283
|
||||||
|
}
|
||||||
|
|
||||||
|
photo.local {
|
||||||
|
reverse_proxy :2283
|
||||||
|
}
|
||||||
|
|
||||||
|
bw.objectbrokers.com {
|
||||||
|
reverse_proxy cygnus.objectbrokers.com:5555
|
||||||
|
}
|
||||||
|
|
||||||
|
vw.objectbrokers.com {
|
||||||
|
reverse_proxy raspberrygrove.tail7a910.ts.net:8030
|
||||||
|
}
|
||||||
|
|
||||||
|
jriver.objectbrokers.com {
|
||||||
|
reverse_proxy :52199
|
||||||
|
}
|
||||||
|
|
||||||
|
bookstack.objectbrokers.com {
|
||||||
|
reverse_proxy :6875
|
||||||
|
}
|
||||||
|
|
||||||
|
vaultwarden.objectbrokers.com {
|
||||||
|
reverse_proxy :8030
|
||||||
|
}
|
||||||
|
|
||||||
|
gitea.objectbrokers.com {
|
||||||
|
reverse_proxy :3000
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user