init: docker file + openhab config files
This commit is contained in:
parent
065e2b01e6
commit
246357858b
113 changed files with 4381 additions and 0 deletions
17
openhab/openhab_userdata/config/org/ops4j/pax/url/mvn.config
Normal file
17
openhab/openhab_userdata/config/org/ops4j/pax/url/mvn.config
Normal file
|
@ -0,0 +1,17 @@
|
|||
:org.apache.felix.configadmin.revision:=L"1"
|
||||
felix.fileinstall.filename="file:/openhab/userdata/etc/org.ops4j.pax.url.mvn.cfg"
|
||||
org.ops4j.pax.url.mvn.connection.bufferSize="8192"
|
||||
org.ops4j.pax.url.mvn.connection.retryCount="3"
|
||||
org.ops4j.pax.url.mvn.defaultRepositories="file:/openhab/runtime/system@id\=system.repository@snapshots,\ file:/openhab/userdata/tmp/kar@id\=kar.repository@multi@snapshots,\ file:/openhab/userdata/system@id\=child.system.repository@snapshots"
|
||||
org.ops4j.pax.url.mvn.localRepository="/openhab/userdata/tmp/mvn"
|
||||
org.ops4j.pax.url.mvn.repositories="https://openhab.jfrog.io/openhab/libs-release@id\=openhab"
|
||||
org.ops4j.pax.url.mvn.socket.connectionTimeout="5000"
|
||||
org.ops4j.pax.url.mvn.socket.keepAlive="false"
|
||||
org.ops4j.pax.url.mvn.socket.linger="-1"
|
||||
org.ops4j.pax.url.mvn.socket.readTimeout="30000"
|
||||
org.ops4j.pax.url.mvn.socket.reuseAddress="false"
|
||||
org.ops4j.pax.url.mvn.socket.tcpNoDelay="true"
|
||||
org.ops4j.pax.url.mvn.timeout="5000"
|
||||
org.ops4j.pax.url.mvn.useFallbackRepositories="false"
|
||||
service.bundleLocation="?"
|
||||
service.pid="org.ops4j.pax.url.mvn"
|
Loading…
Add table
Add a link
Reference in a new issue