mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-13 09:26:57 +08:00
feat: home-assistant 更新版本至 2024.2.2 (#964)
This commit is contained in:
parent
990d2c9cb6
commit
d24e7a5c86
@ -1,17 +1,17 @@
|
|||||||
additionalProperties:
|
additionalProperties:
|
||||||
formFields:
|
formFields:
|
||||||
- default: 8123
|
- default: 8123
|
||||||
disabled: true
|
disabled: true
|
||||||
envKey: PANEL_APP_PORT_HTTP
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
labelEn: Port
|
labelEn: Port
|
||||||
labelZh: HTTP 端口
|
labelZh: HTTP 端口
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
- default: Asia/Shanghai
|
- default: Asia/Shanghai
|
||||||
edit: true
|
edit: true
|
||||||
envKey: TIME_ZONE
|
envKey: TIME_ZONE
|
||||||
labelEn: Time zone
|
labelEn: Time zone
|
||||||
labelZh: 时区
|
labelZh: 时区
|
||||||
required: true
|
required: true
|
||||||
type: text
|
type: text
|
@ -8,6 +8,6 @@ services:
|
|||||||
- "./data:/config"
|
- "./data:/config"
|
||||||
environment:
|
environment:
|
||||||
- TZ=${TIME_ZONE}
|
- TZ=${TIME_ZONE}
|
||||||
image: homeassistant/home-assistant:2023.8.0.dev20230723
|
image: homeassistant/home-assistant:2024.2.2
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
Loading…
Reference in New Issue
Block a user