From 4a8fbaead541a7279007cd9abd04880c3004582c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Fri, 24 Jul 2026 15:31:02 +0200 Subject: [PATCH] filebrowser expose port --- Caddyfile | 2 +- compose.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Caddyfile b/Caddyfile index dd3852e..cbf9fc3 100644 --- a/Caddyfile +++ b/Caddyfile @@ -1,7 +1,7 @@ archive.tomasrivera.ch { reverse_proxy archivebox:8000 } -youtube-archive.tomasrivera.ch { +video-archive.tomasrivera.ch { reverse_proxy filebrowser:80 } hledger.tomasrivera.ch { diff --git a/compose.yml b/compose.yml index bb3e6b5..ab1b5b3 100644 --- a/compose.yml +++ b/compose.yml @@ -57,6 +57,8 @@ services: image: filebrowser/filebrowser:latest container_name: filebrowser restart: unless-stopped + ports: + - "8081:80" environment: - TZ=Europe/Zurich