首次推出xiaozhi-esp32-server-mini、xiaozhi-esp32-server、xiaozhi-esp32-webui;

This commit is contained in:
waxgourd
2025-04-24 20:01:52 +08:00
parent 3d99d2296d
commit 065e754376
26 changed files with 907 additions and 0 deletions

29
redis-server/config.yaml Normal file
View File

@@ -0,0 +1,29 @@
name: "Redis Server"
version: "7.2.7"
slug: "redis-server"
description: "Redis数据库服务器插件为您的Home Assistant提供高性能缓存和数据存储服务"
url: "https://github.com/redis/redis"
startup: services
boot: manual
init: false
host_network: false
ingress: false
arch:
- aarch64
- amd64
map:
- config:rw
ports:
6379/tcp: 6379
ports_description:
6379/tcp: "Redis服务器端口"
schema:
port: "int(1025,65535)?"
databases: "int(1,16)?"
password: "str?"
appendonly: "bool?"
options:
port: 6379
databases: 4
appendonly: true
image: "r.hassbus.com/wghaos/redis-server"