2023-03-07 00:52:47 +00:00
name : openhab
services :
openhab :
environment :
CRYPTO_POLICY : unlimited
PGID : $PGID
PUID : $PUID
image : openhab/openhab:3.4.2
2023-03-07 18:15:13 +00:00
deploy :
resources :
reservations :
memory : 64M
2023-03-07 00:52:47 +00:00
network_mode : host
restart : unless-stopped
volumes :
- type : bind
source : /etc/localtime
target : /etc/localtime
read_only : true
- type : bind
source : /etc/timezone
target : /etc/timezone
read_only : true
- type : bind
source : /DATA/AppData/$AppID/addons
target : /opt/openhab/addons
- type : bind
source : /DATA/AppData/$AppID/conf
target : /opt/openhab/conf
- type : bind
source : /DATA/AppData/$AppID/userdata
target : /opt/openhab/userdata
x-casaos :
author : CasaOS Team
category : Home Automation
container :
envs :
2023-03-09 00:45:48 +00:00
-
2023-03-07 00:52:47 +00:00
container : CRYPTO_POLICY
description :
en_US : Crypto Policy
2023-03-09 00:45:48 +00:00
-
2023-03-07 00:52:47 +00:00
container : PUID
description :
en_US : Run OpenHAB as specified uid.
2023-03-09 00:45:48 +00:00
-
2023-03-07 00:52:47 +00:00
container : PGID
description :
en_US : Run OpenHAB as specified gid.
index : /
port_map : "8080"
2023-03-09 00:45:48 +00:00
2023-03-07 00:52:47 +00:00
volumes :
2023-03-09 00:45:48 +00:00
-
2023-03-07 00:52:47 +00:00
container : /etc/localtime
description :
en_US : Ties the time of the container to the host's time, read only so the container cannot change the host's time.
2023-03-09 00:45:48 +00:00
-
2023-03-07 00:52:47 +00:00
container : /etc/timezone
description :
en_US : Ties the timezone of the container to the host's time zone, read only so the container cannot change the host's time zone.
2023-03-09 00:45:48 +00:00
-
2023-03-07 00:52:47 +00:00
container : /opt/openhab/addons
description :
en_US : Only needed if installing addons unavailable via UI or the Karaf Console.
2023-03-09 00:45:48 +00:00
-
2023-03-07 00:52:47 +00:00
container : /opt/openhab/conf
description :
en_US: 'Location of the conf folder for openHAB configurations (Note : you must create these folders on the host before running the container).'
2023-03-09 00:45:48 +00:00
-
2023-03-07 00:52:47 +00:00
container : /opt/openhab/userdata
description :
en_US : Location for logs, cache, persistence databases, etc.
description :
en_US : The open Home Automation Bus (openHAB, pronounced ˈ əʊpənˈ hæb) is an open source, technology agnostic home automation platform which runs as the center of your smart home! Its ability to integrate a multitude of other devices and systems. openHAB includes other home automation systems, (smart) devices and other technologies into a single solution. To provide a uniform user interface and a common approach to automation rules across the entire system, regardless of the number of manufacturers and sub-systems involved. Giving you the most flexible tool available to make almost any home automation wish come true; if you can think it, odds are that you can implement it with openHAB.
developer : openHAB
icon : https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenHAB/icon.png
screenshot_link :
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenHAB/screenshot-1.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenHAB/screenshot-2.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenHAB/screenshot-3.jpg
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenHAB/screenshot-4.jpg
tagline :
en_US : Empowering the smart home
thumbnail : https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/OpenHAB/thumbnail.png
tips : {}
title :
en_US : OpenHAB
x-casaos :
architectures :
- amd64
- arm64
- arm
main_app : openhab