deploy: Remove Grafana panels and deploy to production

- Remove Grafana iframe panels (CORS issues)
- Deploy frontend to /var/www/boc via NGINX on port 8088
- API proxy configured to boc-api on port 9096
- All ledger features working: Balance Sheet, Income Statement, Accounts Table
- Period selector, Drill-down, Export buttons included
This commit is contained in:
Bernt
2026-07-29 20:47:46 +00:00
parent dd145bc3d9
commit 43b86abfa6
3 changed files with 102 additions and 161 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet" />
<script type="module" crossorigin src="/assets/index-BFxN1zn5.js"></script>
<script type="module" crossorigin src="/assets/index-Bf0gNYEi.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CU2pE4Ox.css">
</head>
<body>