Fix Glances connectivity when web UI runs in Docker container (#135)

This commit is contained in:
Bas Nijholt
2025-12-30 05:35:24 +01:00
committed by GitHub
parent beb1630fcf
commit ffb7a32402
15 changed files with 553 additions and 38 deletions

View File

@@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest]
python-version: ["3.11", "3.12", "3.13"]
steps: