MANIFEST.in
README.md
pyproject.toml
fastpluggy_homelab_overview.egg-info/PKG-INFO
fastpluggy_homelab_overview.egg-info/SOURCES.txt
fastpluggy_homelab_overview.egg-info/dependency_links.txt
fastpluggy_homelab_overview.egg-info/entry_points.txt
fastpluggy_homelab_overview.egg-info/requires.txt
fastpluggy_homelab_overview.egg-info/top_level.txt
src/__init__.py
src/config.py
src/plugin.py
src/routers/__init__.py
src/routers/admin.py
src/routers/api.py
src/routers/dashboard.py
src/services/__init__.py
src/services/aggregator.py
src/services/alerts.py
src/services/infra.py
src/services/models.py
src/services/probe_models.py
src/services/probe_repo.py
src/services/prober.py
src/services/status_view.py
src/services/tasks.py
src/services/zones.py
src/static/css/homelab.css
src/static/css/kiosk.css
src/static/js/dashboard.js
src/static/js/kiosk.js
src/static/js/services.js
src/templates/_enrichment_panels.html.j2
src/templates/dashboard.html.j2
src/templates/dashboard_services.html.j2
src/templates/kiosk.html.j2
src/templates/settings.html.j2
tests/test_aggregator.py
tests/test_api.py
tests/test_dashboard.py
tests/test_import.py
tests/test_infra_reader.py
tests/test_kiosk.py
tests/test_probe_repo.py
tests/test_prober.py
tests/test_services_view.py
tests/test_settings_api.py
tests/test_zones.py