Added wip new log viewer

- Added DNS challenge maintainer tag
- Added wip log viewer
This commit is contained in:
Toby Chui
2025-08-31 11:17:07 +08:00
parent 471e94c893
commit 7c3a1a9cfc
4 changed files with 628 additions and 1 deletions

View File

@@ -382,6 +382,7 @@ func initAPIs(targetMux *http.ServeMux) {
authRouter.HandleFunc("/api/conf/import", ImportConfigFromZip)
authRouter.HandleFunc("/api/log/list", LogViewer.HandleListLog)
authRouter.HandleFunc("/api/log/read", LogViewer.HandleReadLog)
authRouter.HandleFunc("/api/log/summary", LogViewer.HandleReadLogSummary)
//Debug
authRouter.HandleFunc("/api/info/pprof", pprof.Index)