Files
hass-addons/localai-p2p-master/config.yaml
alex 1e52ce65d1
Some checks failed
Builder / Build addons (localai-p2p-master, amd64) (push) Failing after 15s
Builder / Build addons (localai-p2p-worker, amd64) (push) Failing after 14s
Validate / validate (push) Failing after 2s
Builder / Create release (push) Has been skipped
fix dir
2025-05-30 12:26:09 +02:00

35 lines
761 B
YAML

name: "LocalAI P2P Master"
version: "1.0.1"
slug: "localai-p2p-master"
description: "LocalAI with P2P federation support (master node with GPU)"
url: "https://git.carriere.cloud/alex/hass-addons/tree/main/localai-p2p-master"
arch:
- amd64
host_network: true
startup: application
ingress: true
ingress_port: 8080
ports:
8080/tcp: 8080
ports_description:
8080/tcp: "LocalAI API port"
environment:
LOCALAI_P2P: "true"
LOCALAI_FEDERATED: "true"
LOCALAI_MODELS_PATH: "/share/localai/models"
map:
- type: share
read_only: false
- type: addon_config
read_only: false
privileged:
- SYS_ADMIN
options:
gpu_layers: 99
debug: false
models_path: "/share/localai/models"
schema:
gpu_layers: "int(0,)"
debug: "bool?"
models_path: "str?"