This commit is contained in:
Squidly271 2020-12-30 08:07:52 -05:00
parent 4c725588b7
commit 25156fbbee
5 changed files with 11 additions and 11 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1609312065
"last_updated_timestamp": 1609333670
}

View File

@ -81095,12 +81095,12 @@
"Mode": "ro"
},
{
"HostDir": "/mnt/user/appdata/openhab2/conf/",
"HostDir": "/mnt/user/appdata/openhab/conf/",
"ContainerDir": "/openhab/conf",
"Mode": "rw"
},
{
"HostDir": "/mnt/user/appdata/openhab2/userdata/",
"HostDir": "/mnt/user/appdata/openhab/userdata/",
"ContainerDir": "/openhab/userdata",
"Mode": "rw"
}

View File

@ -1,7 +1,7 @@
{
"apps": 1073,
"last_updated_timestamp": 1609312065,
"last_updated": "2020-12-30 02:07",
"last_updated_timestamp": 1609333670,
"last_updated": "2020-12-30 08:07",
"categories": [
{
"Cat": "Backup:",
@ -81253,12 +81253,12 @@
"Mode": "ro"
},
{
"HostDir": "/mnt/user/appdata/openhab2/conf/",
"HostDir": "/mnt/user/appdata/openhab/conf/",
"ContainerDir": "/openhab/conf",
"Mode": "rw"
},
{
"HostDir": "/mnt/user/appdata/openhab2/userdata/",
"HostDir": "/mnt/user/appdata/openhab/userdata/",
"ContainerDir": "/openhab/userdata",
"Mode": "rw"
}
@ -176453,7 +176453,7 @@
"url": "https://github.com/maschhoff/docker",
"profile": "https://forums.unraid.net/profile/71048-knex666/",
"bio": "Building Unraid-Dockers for my environment and my projects to share them with you. Most about Smart Home or automation and some more fancy stuff",
"icon": "https://github.com/maschhoff/docker/blob/master/unraid%20xml/avatar.png",
"icon": "https://github.com/maschhoff/docker/raw/master/unraid%20xml/avatar.png",
"DonateLink": "https://www.buymeacoffee.com/maschhoff",
"DonateText": "If you like my work buy me a Pizza ;)",
"WebPage": "https://www.cmais.de"

View File

@ -166,7 +166,7 @@
"url": "https://github.com/maschhoff/docker",
"profile": "https://forums.unraid.net/profile/71048-knex666/",
"bio": "Building Unraid-Dockers for my environment and my projects to share them with you. Most about Smart Home or automation and some more fancy stuff",
"icon": "https://github.com/maschhoff/docker/blob/master/unraid%20xml/avatar.png",
"icon": "https://github.com/maschhoff/docker/raw/master/unraid%20xml/avatar.png",
"DonateLink": "https://www.buymeacoffee.com/maschhoff",
"DonateText": "If you like my work buy me a Pizza ;)",
"WebPage": "https://www.cmais.de",

View File

@ -30,12 +30,12 @@ For sample rules etc. have a look at https://github.com/maschhoff/OpenHAB</Overv
<Mode>ro</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/openhab2/conf/</HostDir>
<HostDir>/mnt/user/appdata/openhab/conf/</HostDir>
<ContainerDir>/openhab/conf</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/openhab2/userdata/</HostDir>
<HostDir>/mnt/user/appdata/openhab/userdata/</HostDir>
<ContainerDir>/openhab/userdata</ContainerDir>
<Mode>rw</Mode>
</Volume>