mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-20 11:57:19 +02:00
Improve Claude optimization tooling
This commit is contained in:
@@ -2,7 +2,7 @@ arch:
|
|||||||
- aarch64
|
- aarch64
|
||||||
- amd64
|
- amd64
|
||||||
audio: true
|
audio: true
|
||||||
description: "Claude Desktop with Headroom MCP context compression and RTK acceleration"
|
description: "Claude Desktop with Headroom, RTK, and TokenSave optimization"
|
||||||
devices:
|
devices:
|
||||||
- /dev/dri
|
- /dev/dri
|
||||||
- /dev/dri/card0
|
- /dev/dri/card0
|
||||||
@@ -46,19 +46,23 @@ options:
|
|||||||
ha_mcp_token: ""
|
ha_mcp_token: ""
|
||||||
github_token: ""
|
github_token: ""
|
||||||
github_username: ""
|
github_username: ""
|
||||||
install_caveman: true
|
enable_tools_health_report: true
|
||||||
|
expose_headroom_dashboard: false
|
||||||
|
headroom_wrap_claude_code: true
|
||||||
|
install_caveman: false
|
||||||
install_github_cli: true
|
install_github_cli: true
|
||||||
install_headroom: true
|
install_headroom: true
|
||||||
install_rtk: true
|
install_rtk: true
|
||||||
install_tokensave: true
|
install_tokensave: true
|
||||||
|
tokensave_project_paths: []
|
||||||
panel_admin: false
|
panel_admin: false
|
||||||
panel_icon: mdi:robot-happy
|
panel_icon: mdi:robot-happy
|
||||||
ports:
|
ports:
|
||||||
3001/tcp: null
|
3001/tcp: null
|
||||||
8787/tcp: 8787
|
8787/tcp: null
|
||||||
ports_description:
|
ports_description:
|
||||||
3001/tcp: Claude Desktop web interface
|
3001/tcp: Claude Desktop web interface
|
||||||
8787/tcp: Headroom dashboard and proxy
|
8787/tcp: Optional Headroom dashboard and proxy
|
||||||
privileged:
|
privileged:
|
||||||
- SYS_ADMIN
|
- SYS_ADMIN
|
||||||
- DAC_READ_SEARCH
|
- DAC_READ_SEARCH
|
||||||
@@ -83,14 +87,19 @@ schema:
|
|||||||
ha_mcp_token: password?
|
ha_mcp_token: password?
|
||||||
github_token: password?
|
github_token: password?
|
||||||
github_username: str?
|
github_username: str?
|
||||||
|
enable_tools_health_report: bool
|
||||||
|
expose_headroom_dashboard: bool
|
||||||
|
headroom_wrap_claude_code: bool
|
||||||
install_caveman: bool
|
install_caveman: bool
|
||||||
install_github_cli: bool
|
install_github_cli: bool
|
||||||
install_headroom: bool
|
install_headroom: bool
|
||||||
install_rtk: bool
|
install_rtk: bool
|
||||||
install_tokensave: bool
|
install_tokensave: bool
|
||||||
|
tokensave_project_paths:
|
||||||
|
- str
|
||||||
slug: claude_desktop
|
slug: claude_desktop
|
||||||
tmpfs: true
|
tmpfs: true
|
||||||
udev: true
|
udev: true
|
||||||
url: https://github.com/alexbelgium/hassio-addons
|
url: https://github.com/alexbelgium/hassio-addons
|
||||||
version: "1.19"
|
version: "1.20"
|
||||||
video: true
|
video: true
|
||||||
|
|||||||
Reference in New Issue
Block a user