Added nextcloud and immich
This commit is contained in:
12
homelab/caddy/caddyfiles/routes/nextcloud
Normal file
12
homelab/caddy/caddyfiles/routes/nextcloud
Normal file
@@ -0,0 +1,12 @@
|
||||
@nextcloud host cloud.timo.bmrs.nl
|
||||
handle @nextcloud {
|
||||
redir /.well-known/carddav /remote.php/dav/ 301
|
||||
redir /.well-known/caldav /remote.php/dav/ 301
|
||||
|
||||
reverse_proxy nextcloud:80
|
||||
}
|
||||
|
||||
@office host office.timo.bmrs.nl
|
||||
handle @office {
|
||||
reverse_proxy nextcloud-office:9980
|
||||
}
|
Reference in New Issue
Block a user