feat(cuprate-ui): use app icon and shared dashboard background

This commit is contained in:
archipelago
2026-09-12 15:08:33 -04:00
parent cb567056ff
commit 67e9b7d001
4 changed files with 39 additions and 5 deletions
+1
View File
@@ -2,6 +2,7 @@ FROM git.tx1138.com/lfg2025/nginx:1.27.4-alpine
# Static site content.
COPY index.html /usr/share/nginx/html/
COPY 50x.html /usr/share/nginx/html/
COPY assets/ /usr/share/nginx/html/assets/
# Unlike bitcoin-ui, the nginx.conf is baked into the image, not
# bind-mounted: there is no secret to render in. Cuprate's restricted RPC
# (the only upstream this UI proxies) is unauthenticated by design —