Commit f081132
committed
feat(api): expand API functionality
* Added ping/pong to WebSocket for connection testing.
* Added onboarding check and completion endpoints.
* Added thread pool support to `start-core-service` endpoint.
* Introduced endpoints for core and optional services, including service descriptions.
* Added `get_config` to return the entire config from the root endpoint.
* Updated config update logic to use root endpoint.
* Ensured `running_processes` file is created on initialization if missing.
feat(config): add origin field to config
* Added `origin` field to `dumb_config.json`.
* Updated schema in `dumb_config_schema.json`.
* Enhanced environment handling in `setup.py` to include `ORIGIN`.
feat(config): enhance service management
* Enables dynamic service creation and management via API.
* Adds simplified process for starting core services with dependency resolution.
* Provides detailed service descriptions and configurable options.
* Enhances config validation and error handling.
fix(decypharr): handle missing config file gracefully
* Updated `patch_decypharr_config` to return a message when the config file is not found.
fix(rclone): prevent overwriting config with multiple instances
* Fixed issue where multiple Rclone instances could cause config overwrites.
refactor(rclone): streamline setup logic and reduce redundancy
* Refactored Rclone setup logic for clearer configuration handling.
* Introduced helper functions for loading and writing config files.
* Simplified instance logic for handling key types.
fix(zurg): add version comparison during setup
* Allows switching between Zurg repositories even when `auto_update` is disabled.
chore(deps): update backend dependencies
* `certifi` → 2025.7.14
* `jsonschema` → 4.25.0
* `rpds-py` → 0.26.0
* `scalar-fastapi` → 1.2.2
* `typing-extensions` → 4.14.1
* `xmltodict` → 0.14.21 parent a5124c6 commit f081132
File tree
13 files changed
+854
-467
lines changed- .devcontainer
- api
- routers
- utils
13 files changed
+854
-467
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | 118 | | |
120 | 119 | | |
121 | 120 | | |
| |||
179 | 178 | | |
180 | 179 | | |
181 | 180 | | |
182 | | - | |
| 181 | + | |
183 | 182 | | |
184 | 183 | | |
185 | 184 | | |
186 | 185 | | |
187 | 186 | | |
188 | 187 | | |
189 | 188 | | |
190 | | - | |
| 189 | + | |
191 | 190 | | |
192 | 191 | | |
193 | 192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | | - | |
363 | | - | |
364 | | - | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
365 | 368 | | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
375 | 375 | | |
376 | | - | |
377 | | - | |
378 | | - | |
| 376 | + | |
379 | 377 | | |
380 | | - | |
381 | | - | |
382 | 378 | | |
383 | | - | |
384 | | - | |
385 | | - | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
386 | 388 | | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
| 389 | + | |
| 390 | + | |
392 | 391 | | |
393 | 392 | | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | | - | |
| 393 | + | |
| 394 | + | |
406 | 395 | | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
407 | 399 | | |
408 | | - | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
419 | 403 | | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
420 | 428 | | |
421 | | - | |
422 | 429 | | |
423 | 430 | | |
424 | 431 | | |
425 | 432 | | |
426 | | - | |
| 433 | + | |
427 | 434 | | |
428 | 435 | | |
429 | 436 | | |
430 | 437 | | |
431 | 438 | | |
432 | | - | |
| 439 | + | |
433 | 440 | | |
434 | 441 | | |
435 | | - | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
436 | 447 | | |
437 | | - | |
438 | | - | |
| 448 | + | |
| 449 | + | |
439 | 450 | | |
440 | | - | |
| 451 | + | |
441 | 452 | | |
442 | 453 | | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
443 | 467 | | |
444 | 468 | | |
445 | 469 | | |
| |||
541 | 565 | | |
542 | 566 | | |
543 | 567 | | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
0 commit comments