From 92e9a8077061a5cc789eee4650536090ca1a748c Mon Sep 17 00:00:00 2001
From: aceberg <1502200+aceberg@users.noreply.github.com>
Date: Sat, 6 Sep 2025 03:15:53 +0700
Subject: [PATCH] About card upd
---
backend/internal/web/public/assets/Config.js | 2 +-
backend/internal/web/public/version | 2 +-
backend/internal/web/webgui.go | 1 -
frontend/src/components/Config/About.tsx | 48 ++++++++++++++++----
frontend/src/components/Config/Donate.tsx | 17 +++++++
frontend/src/pages/Config.tsx | 8 ++++
6 files changed, 65 insertions(+), 13 deletions(-)
create mode 100644 frontend/src/components/Config/Donate.tsx
diff --git a/backend/internal/web/public/assets/Config.js b/backend/internal/web/public/assets/Config.js
index 947daf7..44a4304 100644
--- a/backend/internal/web/public/assets/Config.js
+++ b/backend/internal/web/public/assets/Config.js
@@ -1 +1 @@
-import{c as J,o as K,a as X,t,i as l,b as c,s as G,d as z,e as d,S as V,f as e,F as O,g as Z,h as tt,j as Q}from"./index.js";var et=t('
About ()
● After changing Host or Port the app must be restarted
● Shoutrrr URL provides notifications to Discord, Email, Gotify, Telegram and other services. Link to documentation
● Interfaces - one or more, space separated
● Timeout (seconds) - time between scans
● Args for arp-scan - pass your own arguments to arp-scan. Enable debug log level to see resulting command. (Example: -r 1). See docs for more.
● Arp Strings - can setup scans for vlans, docker0 and etcetera. See docs for more.
● Trim History - remove history after (hours)
● Store History in DB - DEPRECATED. Now History is always stored in DB. Use Trim History to reduce DB size
● PG Connect URL - address to connect to PostgreSQL DB. (Example: postgres://username:password@192.168.0.1:5432/dbname?sslmode=disable). Full list of URL parameters here