Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions playbooks/core/comfyui-image-gen/playbook.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
"halo": [
"windows",
"linux"
],
"halo_box": [
"windows",
"linux"
]
},
"difficulty": "beginner",
Expand Down
4 changes: 4 additions & 0 deletions playbooks/core/lmstudio-rocm-llms/playbook.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
"halo": [
"windows",
"linux"
],
"halo_box": [
"windows",
"linux"
]
},
"difficulty": "beginner",
Expand Down
10 changes: 10 additions & 0 deletions playbooks/core/n8n-automation-gpt-oss/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,13 +185,22 @@ Install n8n globally using npm.
```bash
npm install -g n8n
```

<!-- @test:id=n8n-version timeout=60 hidden=True -->
```bash
n8n --version
```
<!-- @test:end -->
<!-- @os:end -->

<!-- @os:linux -->
<!-- @test:id=n8n-version timeout=60 hidden=True -->
```bash
export PATH="$HOME/.npm-global/bin:$HOME/.local/bin:$PATH"
n8n --version
```
<!-- @test:end -->
<!-- @os:end -->

<!-- @os:windows -->
> **Tip**: Windows users may need to modify their PowerShell Execution Policy (e.g.
Expand Down Expand Up @@ -259,6 +268,7 @@ try {
```bash
set -euo pipefail

export PATH="$HOME/.npm-global/bin:$HOME/.local/bin:$PATH"
p=""
cleanup() {
if [ -n "${p:-}" ] && kill -0 "$p" 2>/dev/null; then
Expand Down
4 changes: 4 additions & 0 deletions playbooks/core/n8n-automation-gpt-oss/playbook.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
"krk": [
"linux",
"windows"
],
"halo_box": [
"windows",
"linux"
]
},
"difficulty": "beginner",
Expand Down
4 changes: 4 additions & 0 deletions playbooks/core/pytorch-rocm-llms/playbook.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
"halo": [
"windows",
"linux"
],
"halo_box": [
"windows",
"linux"
]
},
"difficulty": "beginner",
Expand Down
4 changes: 4 additions & 0 deletions playbooks/core/vscode-qwen3-coder/playbook.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
"stx": [
"windows",
"linux"
],
"halo_box": [
"windows",
"linux"
]
},
"difficulty": "intermediate",
Expand Down
4 changes: 4 additions & 0 deletions playbooks/supplemental/lemonade-getting-started/playbook.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@
"krk": [
"linux",
"windows"
],
"halo_box": [
"windows",
"linux"
]
},
"difficulty": "intermediate",
Expand Down
4 changes: 4 additions & 0 deletions playbooks/supplemental/pytorch-finetuning/playbook.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
"halo": [
"windows",
"linux"
],
"halo_box": [
"windows",
"linux"
]
},
"difficulty": "intermediate",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
"krk": [
"linux",
"windows"
],
"halo_box": [
"windows",
"linux"
]
},
"difficulty": "intermediate",
Expand Down
3 changes: 3 additions & 0 deletions playbooks/supplemental/unsloth-llms-finetuning/playbook.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
"published_platforms": {
"halo": [
"linux"
],
"halo_box": [
"linux"
]
},
"difficulty": "advanced",
Expand Down
Loading