added JSON support to select the services

This commit is contained in:
2025-05-27 21:33:15 +02:00
parent d9d0643dfc
commit 1e9a377c2a
19 changed files with 26060 additions and 139 deletions

6
static/settings.json Normal file
View File

@@ -0,0 +1,6 @@
{
"services": [
["Cups", "cups.service"],
["Waydriod", "waydroid-container.service"]
]
}