Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b0ac7426b7 | |||
| 941761ad83 | |||
| c21ed699ec | |||
| f77582fdcd |
@@ -1,3 +1,3 @@
|
||||
834000
|
||||
834001
|
||||
834015
|
||||
836027
|
||||
836028
|
||||
836042
|
||||
|
||||
@@ -17,7 +17,15 @@ https://:8919 {
|
||||
}
|
||||
|
||||
# Next.js HMR Support (WebSocket)
|
||||
header_up X-Forwarded-For {remote_host}
|
||||
handle /_next/webpack-hmr {
|
||||
reverse_proxy http://localhost:8917 {
|
||||
header_up Upgrade {>Upgrade}
|
||||
header_up Connection {>Connection}
|
||||
}
|
||||
}
|
||||
|
||||
reverse_proxy http://localhost:8917 {
|
||||
header_up X-Forwarded-For {remote_host}
|
||||
header_up X-Forwarded-Proto https
|
||||
header_up X-Forwarded-Host {host}
|
||||
}
|
||||
@@ -37,7 +45,7 @@ https://:8918 {
|
||||
}
|
||||
|
||||
reverse_proxy http://localhost:8916 {
|
||||
header_up X-Forwarded-For {remote_host}
|
||||
header_up X-Forwarded-For {remote_host}
|
||||
header_up X-Forwarded-Proto https
|
||||
header_up X-Forwarded-Host {host}
|
||||
}
|
||||
|
||||
BIN
backups/ainventory_2026-04-23_15-19-55.tar.gz
Normal file
BIN
backups/ainventory_2026-04-23_15-19-55.tar.gz
Normal file
Binary file not shown.
BIN
backups/ainventory_2026-04-23_15-24-28.tar.gz
Normal file
BIN
backups/ainventory_2026-04-23_15-24-28.tar.gz
Normal file
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": "1.14.17",
|
||||
"last_build": "2026-04-23-1519",
|
||||
"version": "1.14.19",
|
||||
"last_build": "2026-04-23-1527",
|
||||
"codename": "ConfigCore",
|
||||
"commit": "dcc3f692"
|
||||
"commit": "941761ad"
|
||||
}
|
||||
@@ -72,7 +72,8 @@ export function ExportPanel() {
|
||||
{isLoading ? <Loader2 size={14} className="animate-spin" /> : <FileSpreadsheet size={14} />}
|
||||
Excel
|
||||
</button>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Audit Trail Section */}
|
||||
<div className="p-4 bg-background/40 border border-slate-800/40 rounded-2xl hover:border-primary/20 transition-all group flex flex-col justify-between">
|
||||
@@ -105,7 +106,7 @@ export function ExportPanel() {
|
||||
Excel
|
||||
</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{error && (
|
||||
|
||||
Reference in New Issue
Block a user