openhab: config perms shared between docker / host
This commit is contained in:
parent
a24a3e1694
commit
e880a09ba8
24 changed files with 283 additions and 469 deletions
|
@ -3,7 +3,7 @@ autoRefresh="true"
|
|||
configCfgStore="false"
|
||||
featuresBoot="instance/4.4.3,\ package/4.4.3,\ log/4.4.3,\ ssh/4.4.3,\ framework/4.4.3,\ system/4.4.3,\ eventadmin/4.4.3,\ feature/4.4.3,\ shell/4.4.3,\ service/4.4.3,\ jaas/4.4.3,\ openhab-runtime-base,\ openhab-runtime-ui,\ deployer/4.4.3,\ diagnostic/4.4.3,\ bundle/4.4.3,\ config/4.4.3,\ kar/4.4.3"
|
||||
featuresBootAsynchronous="false"
|
||||
featuresRepositories="mvn:org.openhab.distro/distro/4.0.3/xml/features,\ mvn:org.openhab.distro/openhab-addons/4.0.3/xml/features,\ mvn:org.apache.karaf.features/framework/4.4.3/xml/features,\ mvn:org.apache.karaf.features/standard/4.4.3/xml/features"
|
||||
featuresRepositories="mvn:org.openhab.distro/distro/4.0.4/xml/features,\ mvn:org.openhab.distro/openhab-addons/4.0.4/xml/features,\ mvn:org.apache.karaf.features/framework/4.4.3/xml/features,\ mvn:org.apache.karaf.features/standard/4.4.3/xml/features"
|
||||
felix.fileinstall.filename="file:/openhab/userdata/etc/org.apache.karaf.features.cfg"
|
||||
service.bundleLocation="?"
|
||||
service.pid="org.apache.karaf.features"
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
:org.apache.felix.configadmin.revision:=L"1"
|
||||
_felix_.cm.newConfiguration=B"true"
|
||||
:org.apache.felix.configadmin.revision:=L"4"
|
||||
automation="jsscripting"
|
||||
binding="mqtt"
|
||||
persistence="rrd4j"
|
||||
service.pid="org.openhab.addons"
|
||||
ui="basic"
|
||||
|
|
|
@ -3,4 +3,4 @@ name="configWatcher"
|
|||
path="/openhab/conf"
|
||||
service.bundleLocation="?"
|
||||
service.factoryPid="org.openhab.core.service.WatchService"
|
||||
service.pid="org.openhab.core.service.WatchService.4c0ca031-fc00-41d8-8c46-4474cc442330"
|
||||
service.pid="org.openhab.core.service.WatchService.06daff3c-f0c3-4776-a340-a6b0173ed9a1"
|
6
openhab/openhab_userdata/config/org/openhab/i18n.config
Normal file
6
openhab/openhab_userdata/config/org/openhab/i18n.config
Normal file
|
@ -0,0 +1,6 @@
|
|||
:org.apache.felix.configadmin.revision:=L"2"
|
||||
language="en"
|
||||
location="45.378331973407505,-71.92963600158693"
|
||||
region="US"
|
||||
service.pid="org.openhab.i18n"
|
||||
timezone="America/Toronto"
|
Loading…
Add table
Add a link
Reference in a new issue