Add nginx visualization

This commit is contained in:
2026-04-01 15:51:20 +11:00
parent 9f9f96e86f
commit 7eb002a437
32 changed files with 2287 additions and 3 deletions
+1
View File
@@ -21,6 +21,7 @@ INSTALLED_APPS = [
'simplemde',
'markdown', # 只需要基本的markdown包
'netscan',
'nginxmon',
]
ROOT_URLCONF = 'core.urls'
+1
View File
@@ -48,6 +48,7 @@ urlpatterns = [
# Include netscan and files BEFORE links.urls to prevent the alias catch-all from intercepting them
path('ui/netscan/', include('netscan.urls')),
path('ui/nginxmon/', include('nginxmon.urls')),
path('ui/files/', include('links.file_urls')),
# Import external image by URL — /import/images/<path:image_url> (also plural alias)