Commit 66c134a
fix: rename fooocus compose files to prevent install-time discovery
The compose_file: "" manifest field only affects the built-in extension
scanner in resolve-compose-stack.sh. The user-extensions scanner
discovers compose.yaml by filesystem presence, so installing fooocus
would still include the broken RunPod image in the stack.
Renamed compose.yaml and compose.nvidia.yaml to .reference suffix so
they are not copied during install or discovered by the resolver. Also
fixed cleanup_hint to avoid shell glob expansion issues.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent c2b3ef0 commit 66c134a
File tree
3 files changed
+4
-4
lines changed- dream-server/extensions/services/dashboard-api/routers
- resources/dev/extensions-library/services/fooocus
3 files changed
+4
-4
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
742 | 742 | | |
743 | 743 | | |
744 | 744 | | |
745 | | - | |
746 | | - | |
| 745 | + | |
| 746 | + | |
747 | 747 | | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments