From a6d11a450fea929393c89c310d2f9c63237928bd Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Thu, 22 May 2025 21:01:28 +0200
Subject: [PATCH] WIP

---
 helm/dbrepo/files/dbrepo.conf | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/helm/dbrepo/files/dbrepo.conf b/helm/dbrepo/files/dbrepo.conf
index b98aca8b0c..881d8164da 100644
--- a/helm/dbrepo/files/dbrepo.conf
+++ b/helm/dbrepo/files/dbrepo.conf
@@ -17,6 +17,16 @@ server {
     listen 8080 default_server;
     server_name _;
 
+    location /assets/ {
+        root                    /app/assets;
+        expires                 max;
+        access_log              off;
+        autoindex               on;
+        autoindex_exact_size    off;
+        autoindex_format        html;
+        autoindex_localtime     on;
+    }
+
     location /dashboard/ {
         proxy_set_header        Host $http_host;
         proxy_set_header        X-Real-IP $remote_addr;
-- 
GitLab