diff --git a/helm/Chart.yaml b/helm/Chart.yaml index fbfd6ea..26ce1ef 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: krawl-chart description: A Helm chart for Krawl honeypot server type: application -version: 1.0.8 -appVersion: 1.0.8 +version: 1.0.9 +appVersion: 1.0.9 keywords: - honeypot - security diff --git a/src/routes/api.py b/src/routes/api.py index b28fcd4..02b52dc 100644 --- a/src/routes/api.py +++ b/src/routes/api.py @@ -73,7 +73,7 @@ async def all_ips( ): db = get_db() page = max(1, page) - page_size = min(max(1, page_size), 100) + page_size = min(max(1, page_size), 10000) try: result = db.get_all_ips_paginated( diff --git a/src/templates/jinja2/base.html b/src/templates/jinja2/base.html index 4583a1d..1ba2af5 100644 --- a/src/templates/jinja2/base.html +++ b/src/templates/jinja2/base.html @@ -6,8 +6,11 @@ Krawl Dashboard + + + diff --git a/src/templates/jinja2/dashboard/partials/map_section.html b/src/templates/jinja2/dashboard/partials/map_section.html index 1191671..0112219 100644 --- a/src/templates/jinja2/dashboard/partials/map_section.html +++ b/src/templates/jinja2/dashboard/partials/map_section.html @@ -2,6 +2,17 @@

IP Origins Map

+ + |