mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-18 19:09:02 +02:00
Compare commits
92 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2838cda016 | ||
|
|
aa71e4ee98 | ||
|
|
a9d92466a3 | ||
|
|
3641afefc6 | ||
|
|
6f7c61c234 | ||
|
|
2f35cee123 | ||
|
|
4003e50bf2 | ||
|
|
aa98ab4578 | ||
|
|
c28b840bc7 | ||
|
|
7ea7ab7725 | ||
|
|
eb6c203d53 | ||
|
|
32ef7a0194 | ||
|
|
21b4cfdd13 | ||
|
|
3aaa633fdf | ||
|
|
95862aa1fd | ||
|
|
1fb0c6c84d | ||
|
|
66ddc596c9 | ||
|
|
a657d9b82e | ||
|
|
b4e82c0f00 | ||
|
|
ef9569fba5 | ||
|
|
6319d693cb | ||
|
|
49700dc148 | ||
|
|
c291608aa0 | ||
|
|
e370671a5a | ||
|
|
dd625ac4b1 | ||
|
|
23b24e9b70 | ||
|
|
75f38266e7 | ||
|
|
f2c1e3dda5 | ||
|
|
dbce9fd0d6 | ||
|
|
71a1c78446 | ||
|
|
1ed7fe33f2 | ||
|
|
3df642f9f8 | ||
|
|
5ce1292546 | ||
|
|
39923bbb5d | ||
|
|
f2122a84bc | ||
|
|
0bc88b23d0 | ||
|
|
d53dd6beae | ||
|
|
af7b7ff6f0 | ||
|
|
c62b67c5ac | ||
|
|
9c73ec9fe9 | ||
|
|
1d4d1ff1bd | ||
|
|
f4f2dd562f | ||
|
|
c054ab4dc0 | ||
|
|
a9af03edc9 | ||
|
|
5c7c255ab9 | ||
|
|
e9481bae9f | ||
|
|
7d4eba91a1 | ||
|
|
4101fc1cab | ||
|
|
27b6c93a17 | ||
|
|
d5a1bda9b4 | ||
|
|
ce10e991f7 | ||
|
|
c3f901f04e | ||
|
|
fef9271eb4 | ||
|
|
22d6b0158c | ||
|
|
37c9046077 | ||
|
|
f1b1360264 | ||
|
|
0c1f8ed867 | ||
|
|
1492a15871 | ||
|
|
84c31002f4 | ||
|
|
a193ba36a1 | ||
|
|
e270a46ee7 | ||
|
|
027e677471 | ||
|
|
bc85322275 | ||
|
|
b560dfa840 | ||
|
|
44de2a1ec5 | ||
|
|
5319305d0b | ||
|
|
840e35d922 | ||
|
|
f6f056d0b3 | ||
|
|
4376b63981 | ||
|
|
cb1fc55235 | ||
|
|
6afd8a3f5d | ||
|
|
b3ee69b26e | ||
|
|
95af2c3acf | ||
|
|
667c3d7ea1 | ||
|
|
320717d8bc | ||
|
|
5592da4215 | ||
|
|
63b4c7edf5 | ||
|
|
983b16d461 | ||
|
|
e23b646270 | ||
|
|
4db534ef62 | ||
|
|
cd7beb5156 | ||
|
|
eda7d5ba95 | ||
|
|
b7cdabe427 | ||
|
|
64a6c35865 | ||
|
|
2175f9a4fa | ||
|
|
d30bd1de47 | ||
|
|
063b21a0d1 | ||
|
|
3f976baad7 | ||
|
|
747edf98fe | ||
|
|
19882c1eb3 | ||
|
|
f2a2e2d029 | ||
|
|
ae0fa2f06c |
161
README.md
161
README.md
@@ -1,25 +1,58 @@
|
|||||||
# ioBroker for Docker
|
# ioBroker for Docker
|
||||||
|
|
||||||
|
[](https://travis-ci.org/buanet/docker-iobroker)
|
||||||
|
|
||||||
Source: https://github.com/buanet/docker-iobroker
|
Source: https://github.com/buanet/docker-iobroker
|
||||||
|
|
||||||
IoBroker for Docker is an Dockerimage for ioBroker (http://iobroker.net) smarthome software.
|
IoBroker for Docker is an Dockerimage for ioBroker IoT platform (http://www.iobroker.net).
|
||||||
|
|
||||||
It is originally made for, and tested on a Synology Disk Station 1515+ with DSM 6 and Docker-package installed. But it should also work on other systems with Docker installed!
|
It is originally made for and always tested on a Synology Disk Station 1515+ with DSM 6 and official Docker package installed. But it also works on other systems with Docker installed!
|
||||||
|
|
||||||
Version 4 now supports running the Image in Docker on the following architectures: amd64, armv7hf, aarch64.
|
Version 4 now supports running the Image in Docker on the following architectures: amd64, armv7hf, aarch64.
|
||||||
Feel free to ask for more architectures by opening an github-issue.
|
Feel free to ask for more architectures by opening an github issue.
|
||||||
|
|
||||||
## Important
|
## Important notice
|
||||||
|
|
||||||
The new v4 comes again with a new major node-version (node10)!
|
The new v4 comes again with a new major node version (node10)!
|
||||||
If you are updating an existing Installation you have to perform some additional steps inside ioBroker!
|
If you are updating an existing installation you have to perform some additional steps inside ioBroker!
|
||||||
After upgrading your iobroker-container you have to call "reinstall.sh" for recompiling your installation for the use with node10!
|
After upgrading your iobroker container you have to call "npm rebuild" or "reinstall.sh" (when js-controller > v1.5 "reinstall.js") for recompileing your installation for the use with node10!
|
||||||
For Details see official ioBroker-documentation (http://www.iobroker.net/docu/?page_id=8323&lang=de). Make backup first!
|
For more details please see official ioBroker documentation: [EN](https://www.iobroker.net/#en/documentation/install/updatenode.md) | [DE](https://www.iobroker.net/#de/documentation/install/updatenode.md).
|
||||||
|
Make backup first!
|
||||||
|
|
||||||
## Installation & usage
|
## Getting started
|
||||||
|
|
||||||
A detailed tutorial (german, based on v3.0.0) can be found here: [https://buanet.de](https://buanet.de/2019/05/iobroker-unter-docker-auf-der-synology-diskstation-v3/). Please notice that the old tutorial is outdated and does no longer work!
|
A detailed tutorial (german, based on v3.0.0) can be found here: [https://buanet.de](https://buanet.de/2019/05/iobroker-unter-docker-auf-der-synology-diskstation-v3/). Please notice that the old tutorial is outdated and does no longer work!
|
||||||
|
|
||||||
For discussion and support please visit [ioBroker-forum-thread](http://forum.iobroker.net/viewtopic.php?f=17&t=5089) or use the comments section at the linked tutorial. Please do not contact me directly for any support-reasons. Every support-question should be answered in a public place. Thank you.
|
For discussion and support please visit [ioBroker forum thread](http://forum.iobroker.net/viewtopic.php?f=17&t=5089) or use the comments section at the linked tutorial. Please do not contact me directly for any support-reasons. Every support question should be answered in a public place. Thank you.
|
||||||
|
|
||||||
|
The following ways to geht iobroker-container running are only examples. Maybe you have to change, add or replace parameters to configure ioBroker for your environment.
|
||||||
|
|
||||||
|
### Running from commandline
|
||||||
|
|
||||||
|
For taking a first look at the iobroker docker container it would be enough to simply run the following basic docker run command:
|
||||||
|
|
||||||
|
```
|
||||||
|
docker run -p 8081:8081 --name iobroker -v iobrokerdata:/opt/iobroker buanet/iobroker:latest
|
||||||
|
```
|
||||||
|
|
||||||
|
### Running with docker-compose
|
||||||
|
|
||||||
|
You can also run iobroker by using docker-compose. Here is an example:
|
||||||
|
|
||||||
|
```
|
||||||
|
version: '2'
|
||||||
|
|
||||||
|
services:
|
||||||
|
iobroker:
|
||||||
|
restart: always
|
||||||
|
image: buanet/iobroker:latest
|
||||||
|
container_name: iobroker
|
||||||
|
hostname: iobroker
|
||||||
|
ports:
|
||||||
|
- "8081:8081"
|
||||||
|
volumes:
|
||||||
|
- iobrokerdata:/opt/iobroker
|
||||||
|
```
|
||||||
|
|
||||||
## Special settings and features
|
## Special settings and features
|
||||||
|
|
||||||
@@ -27,34 +60,102 @@ The following will give a short overview.
|
|||||||
|
|
||||||
### Environment variables
|
### Environment variables
|
||||||
|
|
||||||
Since v3 is possible to set some environment variables to configure a new container.
|
To configure the ioBroker container on startup it is possible to set some environment variables.
|
||||||
|
You do not have to declare every single variable when stting up your container. Variables you do not set will come up with their default value.
|
||||||
|
|
||||||
|env|value|description|
|
**Important: In v4.2.0 the ENVs "ADMINPORT" and "REDIS" were renamed/ reorganized. For Details see the following table!**
|
||||||
|
|
||||||
|
|env|default|description|
|
||||||
|---|---|---|
|
|---|---|---|
|
||||||
|PACKAGES|package1 package2 package2|seperateed by whitespace; will install the listed packages on startup<br>(be paitient, this may take some time!)|
|
|AVAHI|false|Installs and activates avahi-daemon for supporting yahka-adapter, can be "true" or "false"|
|
||||||
|AVAHI|true|will install and activate avahi-daemon for supporting yahka-adapter|
|
|IOB_ADMINPORT|8081|Sets ioBroker adminport on startup|
|
||||||
|LANGUAGE|de_DE:de|following locales are pre-generated: de_DE:de, en_US:en|
|
|IOB_OBJECTSDB_HOST|127.0.0.1|Sets hostname for ioBroker objects db|
|
||||||
|LANG|de_DE.UTF-8|following locales are pre-generated: de_DE.UTF-8, en_US.UTF-8|
|
|IOB_OBJECTSDB_PORT|9001|Sets port for ioBroker objects db|
|
||||||
|LC_ALL|de_DE|following locales are pre-generated: de_DE.UTF-8, en_US.UTF-8|
|
|IOB_OBJECTSDB_TYPE|file|Sets type of ioBroker objects db, cloud be "file", "redis" or "couch"|
|
||||||
|TZ|Europe/Berlin|all valid Linux-timezones|
|
|IOB_STATESDB_HOST|127.0.0.1|Sets hostname for ioBroker states db|
|
||||||
|SETUID|1000|for security reasons it might be useful to specify the uid of the containers iobroker user to match an existing user on the docker host|
|
|IOB_STATESDB_PORT|9000|Sets port for ioBroker states db|
|
||||||
|SETGID|1000|for security reasons it might be useful to specify the gid of the containers iobroker user to match an existing group on the docker host|
|
|IOB_STATESDB_TYPE|file|Sets type of ioBroker states db, could be "file" or "redis"|
|
||||||
|ZWAVE|false|will install openzwave to support zwave-adapter|
|
|LANG|de_DE.UTF‑8|The following locales are pre-generated: de_DE.UTF-8, en_US.UTF-8|
|
||||||
|
|LANGUAGE|de_DE:de|The following locales are pre-generated: de_DE:de, en_US:en|
|
||||||
|
|LC_ALL|de_DE.UTF-8|The following locales are pre-generated: de_DE.UTF-8, en_US.UTF-8|
|
||||||
|
|PACKAGES|vi|Installs additional packages to your container needed by some adapters, packages should be seperated by whitespace like "package1 package2 package3"|
|
||||||
|
|SETGID|1000|For security reasons it might be useful to specify the gid of the containers iobroker user to match an existing group on the docker host|
|
||||||
|
|SETUID|1000|For security reasons it might be useful to specify the uid of the containers iobroker user to match an existing user on the docker host|
|
||||||
|
|TZ|Europe/Berlin|All valid Linux-timezones|
|
||||||
|
|USBDEVICES|none|Sets relevant permissions on mounted devices like "/dev/ttyACM0", for more than one device separate with ";" like "/dev/ttyACM0;/dev/ttyACM1"|
|
||||||
|
|ZWAVE|false|Will install openzwave to support zwave-adapter, can be "true" or "false"|
|
||||||
|
|
||||||
### Mounting Folder/ Volume
|
### Mounting folder/ volume
|
||||||
|
|
||||||
It is now possible to mount an empty folder to /opt/iobroker during first startup of the container. The Startupscript will check this folder and restore content if it is empty.
|
It is possible to mount an empty folder to /opt/iobroker during first startup of the container. The Startupscript will check this folder and restore content if it is empty.
|
||||||
|
Since v4.1.0 it is also possible mount a folder filled up with an iobroker backup file (created with backitup adapter) named like this: "iobroker_2020_01_06-01_09_10_backupiobroker.tar.gz".
|
||||||
|
The startup script will detect this backup and restore it during the start of the container. Plese see container logs when starting the container for more details!
|
||||||
|
|
||||||
It is absolutely recommended to use a mounted folder or persistent volume for /opt/iobroker folder!
|
Note: It is absolutely recommended to use a mounted folder or persistent volume for /opt/iobroker folder!
|
||||||
|
|
||||||
This also works with mounting a folder containing an existing ioBroker-installation (e.g. when moving an existing installation to docker).
|
You can also mount a folder containing an existing ioBroker-installation (e.g. when moving an existing installation to docker).
|
||||||
|
But watch for the used node version. If the existing installation runs with another major version of node you have do perform additional steps. For more Details see the "Important notice" on top.
|
||||||
|
|
||||||
### Permission Fixer
|
**Important: If the folder you mount to /opt/iobroker in your container is placed on a mounted device, partition or other storage, the mountpoint on your host should NOT have the "noexec" flag activated. Otherwise you may get problems executing ioBroker inside the container!**
|
||||||
|
|
||||||
After some issues with permissions related to the use of a dedicated user for ioBroker, I added some code for fixing permissions on container startup. This might take a few minutes on first startup. Please take a look at the logs and be patient!
|
### Permission fixer
|
||||||
|
|
||||||
|
After some issues with permissions related to the use of a dedicated user for ioBroker, I added some code for fixing permissions on container startup. This might take a few minutes on first startup. Please take a look at the container logs and be patient!
|
||||||
|
|
||||||
|
### Userdefined startup scripts (advanced setting/ beta status)
|
||||||
|
|
||||||
|
In some cases it migth be helpful to add some script code to the startup script of the container. This is now possible by mounting an additional folder to the container and place a userscript in there.
|
||||||
|
The folder containing your userscripts must be mounted under /opt/userscripts inside the container. If you mount an empty folder you will get two example scripts to be restored in that folder. Just try it out.
|
||||||
|
|
||||||
|
Basically there are two different scripts which will be read and called by the startup script. One that will only be called once at the first start of the container (userscript_firststart.sh) and one which will be called for every start of the container (userscript_everystart.sh).
|
||||||
|
|
||||||
|
Hint:
|
||||||
|
To get familiar with that feature try the following: Create a Container, mount an empty folder to /opt/userscripts, start your container. Two scripts will be restored into the empty folder. Rename the example scripts by simply removing "\_example". Restart your container and take a look at the Log. In "Step 4 of 5: Applying special settings" you will see the messages generated by the example userscripts.
|
||||||
|
|
||||||
|
## Miscellaneous
|
||||||
|
|
||||||
|
### Subscribe to updates
|
||||||
|
|
||||||
|
If you want the newest updates about the image and my tutorials at https://buanet.de/tutorials you can simply subscribe to my new "news and updates" channel (only in german) on Telegram.
|
||||||
|
You will find the channel here: https://t.me/buanet_tutorials
|
||||||
|
|
||||||
|
### Support the project
|
||||||
|
|
||||||
|
The easiest way to support this project is to leave me some likes/ stars on github and docker hub!<br>
|
||||||
|
If you want to give something back, feel free to take a look into the [open issues](https://github.com/buanet/docker-iobroker/issues) or the [ioBroker forum thread](http://forum.iobroker.net/viewtopic.php?f=17&t=5089) and helping me answering questions, fixing bugs or adding new features!<br>
|
||||||
|
And if you want to buy me a beer instead, you can do this here: <a href="https://www.paypal.me/buanet" target="_blank"><img src="https://buanet.de/wp-content/uploads/2017/08/pp128.png" height="20" width="20"></a><br>
|
||||||
|
Thank you!
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### v4.2.0 (2020-04-14)
|
||||||
|
* v4.1.4beta (2020-04-07)
|
||||||
|
* switching base image to buster
|
||||||
|
* optimizing installation of packages defined by ENV "PACKAGES"
|
||||||
|
* v4.1.3beta (2020-02-08)
|
||||||
|
* renamed ENV for adminport (new "IOB_ADMINPORT)")
|
||||||
|
* added new ENVs for "iobroker setup custom" (replacing "REDIS")
|
||||||
|
* enhancements in startupscript logging
|
||||||
|
* v4.1.2beta (2020-02-02)
|
||||||
|
* added feature for running userdefined scripts on startup
|
||||||
|
* small fix for permissions issues on some systems
|
||||||
|
* v4.1.1beta (2020-01-17)
|
||||||
|
* updated openzwave to version 1.6.1007
|
||||||
|
|
||||||
|
### v4.1.0 (2020-01-17)
|
||||||
|
* improved readme.md
|
||||||
|
* v4.0.3beta (2020-01-06)
|
||||||
|
* added support to restore backup on startup
|
||||||
|
* small fixes according to "docker best practices"
|
||||||
|
* v4.0.2beta (2019-12-10)
|
||||||
|
* ~~added env for activating redis~~
|
||||||
|
* enhancements in startupscript and dockerfile
|
||||||
|
* v4.0.1beta (2019-11-25)
|
||||||
|
* added env for iobroker admin port
|
||||||
|
* added env for usb-devices (setting permissions)
|
||||||
|
* updateing prerequisites for iobroker installation
|
||||||
|
* some small codefixes
|
||||||
|
|
||||||
### v4.0.0 (2019-10-25)
|
### v4.0.0 (2019-10-25)
|
||||||
* v3.1.4beta (2019-10-23)
|
* v3.1.4beta (2019-10-23)
|
||||||
* added env for zwave support
|
* added env for zwave support
|
||||||
@@ -110,7 +211,7 @@ After some issues with permissions related to the use of a dedicated user for io
|
|||||||
|
|
||||||
### v1.2.0 (2018-08-21)
|
### v1.2.0 (2018-08-21)
|
||||||
* v1.1.3beta (2018-08-21)
|
* v1.1.3beta (2018-08-21)
|
||||||
* added ffmpeg-package for yahka to support webcams
|
* ~~added ffmpeg-package for yahka to support webcams~~
|
||||||
* v1.1.2beta (2018-04-04)
|
* v1.1.2beta (2018-04-04)
|
||||||
* added ENV for timezone issue
|
* added ENV for timezone issue
|
||||||
* v1.1.1beta (2018-03-29)
|
* v1.1.1beta (2018-03-29)
|
||||||
@@ -133,7 +234,7 @@ After some issues with permissions related to the use of a dedicated user for io
|
|||||||
* added some maintenance scripts
|
* added some maintenance scripts
|
||||||
|
|
||||||
### v0.2.1 (2017-08-16)
|
### v0.2.1 (2017-08-16)
|
||||||
* added libfontconfig package (for iobroker.phantomjs)
|
* ~~added libfontconfig package (for iobroker.phantomjs)~~
|
||||||
* added gnupg2 package as prerequisite for installing node version 6
|
* added gnupg2 package as prerequisite for installing node version 6
|
||||||
|
|
||||||
### v0.2.0 (2017-06-04)
|
### v0.2.0 (2017-06-04)
|
||||||
@@ -141,7 +242,7 @@ After some issues with permissions related to the use of a dedicated user for io
|
|||||||
* changed node version from 4 to 6
|
* changed node version from 4 to 6
|
||||||
|
|
||||||
### v0.1.2 (2017-03-14)
|
### v0.1.2 (2017-03-14)
|
||||||
* added libpcap-dev package (for iobroker.amazon-dash)
|
* ~~added libpcap-dev package (for iobroker.amazon-dash)~~
|
||||||
|
|
||||||
### v0.1.1 (2017-03-10)
|
### v0.1.1 (2017-03-10)
|
||||||
* added git package
|
* added git package
|
||||||
|
|||||||
@@ -1,32 +1,38 @@
|
|||||||
FROM balenalib/aarch64-debian:stretch
|
FROM balenalib/aarch64-debian:buster
|
||||||
|
|
||||||
MAINTAINER Andre Germann <https://buanet.de>
|
LABEL maintainer="Andre Germann" \
|
||||||
|
url="https://buanet.de"
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
|
||||||
# Install prerequisites
|
# Install prerequisites (as listed in iobroker installer.sh)
|
||||||
RUN apt-get update && apt-get upgrade -y && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
acl \
|
acl \
|
||||||
apt-utils \
|
apt-utils \
|
||||||
build-essential \
|
build-essential \
|
||||||
curl \
|
curl \
|
||||||
git \
|
git \
|
||||||
gnupg2 \
|
gnupg2 \
|
||||||
|
gosu \
|
||||||
|
jq \
|
||||||
|
libavahi-compat-libdnssd-dev \
|
||||||
libcap2-bin \
|
libcap2-bin \
|
||||||
libpam0g-dev \
|
libpam0g-dev \
|
||||||
libudev-dev \
|
libudev-dev \
|
||||||
locales \
|
locales \
|
||||||
|
pkg-config \
|
||||||
procps \
|
procps \
|
||||||
python \
|
python \
|
||||||
gosu \
|
python-dev \
|
||||||
|
sudo \
|
||||||
|
udev \
|
||||||
unzip \
|
unzip \
|
||||||
wget \
|
wget \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Install node10
|
# Install node10
|
||||||
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash \
|
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash \
|
||||||
&& apt-get update && apt-get install -y \
|
&& apt-get update && apt-get install -y nodejs \
|
||||||
nodejs \
|
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Generating locales
|
# Generating locales
|
||||||
@@ -34,9 +40,11 @@ RUN sed -i 's/^# *\(de_DE.UTF-8\)/\1/' /etc/locale.gen \
|
|||||||
&& sed -i 's/^# *\(en_US.UTF-8\)/\1/' /etc/locale.gen \
|
&& sed -i 's/^# *\(en_US.UTF-8\)/\1/' /etc/locale.gen \
|
||||||
&& locale-gen
|
&& locale-gen
|
||||||
|
|
||||||
# Create scripts directory and copy scripts
|
# Create scripts directorys and copy scripts
|
||||||
RUN mkdir -p /opt/scripts/ \
|
RUN mkdir -p /opt/scripts/ \
|
||||||
&& chmod 777 /opt/scripts/
|
&& mkdir -p /opt/userscripts/ \
|
||||||
|
&& chmod 777 /opt/scripts/ \
|
||||||
|
&& chmod 777 /opt/userscripts/
|
||||||
WORKDIR /opt/scripts/
|
WORKDIR /opt/scripts/
|
||||||
COPY scripts/iobroker_startup.sh iobroker_startup.sh
|
COPY scripts/iobroker_startup.sh iobroker_startup.sh
|
||||||
COPY scripts/setup_avahi.sh setup_avahi.sh
|
COPY scripts/setup_avahi.sh setup_avahi.sh
|
||||||
@@ -44,7 +52,11 @@ COPY scripts/setup_packages.sh setup_packages.sh
|
|||||||
COPY scripts/setup_zwave.sh setup_zwave.sh
|
COPY scripts/setup_zwave.sh setup_zwave.sh
|
||||||
RUN chmod +x iobroker_startup.sh \
|
RUN chmod +x iobroker_startup.sh \
|
||||||
&& chmod +x setup_avahi.sh \
|
&& chmod +x setup_avahi.sh \
|
||||||
&& chmod +x setup_packages.sh
|
&& chmod +x setup_packages.sh \
|
||||||
|
&& chmod +x setup_zwave.sh
|
||||||
|
WORKDIR /opt/userscripts/
|
||||||
|
COPY scripts/userscript_firststart_example.sh userscript_firststart_example.sh
|
||||||
|
COPY scripts/userscript_everystart_example.sh userscript_everystart_example.sh
|
||||||
|
|
||||||
# Install ioBroker
|
# Install ioBroker
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
@@ -56,29 +68,25 @@ RUN apt-get update \
|
|||||||
|
|
||||||
# Install node-gyp
|
# Install node-gyp
|
||||||
WORKDIR /opt/iobroker/
|
WORKDIR /opt/iobroker/
|
||||||
RUN npm config set unsafe-perm true # To fix "Error: could not get uid/gid"
|
|
||||||
RUN npm install -g node-gyp
|
RUN npm install -g node-gyp
|
||||||
|
|
||||||
# Backup initial ioBroker-folder
|
# Backup initial ioBroker and userscript folder
|
||||||
RUN tar -cf /opt/initial_iobroker.tar /opt/iobroker
|
RUN tar -cf /opt/initial_iobroker.tar /opt/iobroker \
|
||||||
|
&& tar -cf /opt/initial_userscripts.tar /opt/userscripts
|
||||||
|
|
||||||
# Setting up iobroker-user
|
# Setting up iobroker-user (shell and home directory)
|
||||||
RUN chsh -s /bin/bash iobroker
|
RUN chsh -s /bin/bash iobroker \
|
||||||
|
&& usermod --home /opt/iobroker iobroker
|
||||||
|
|
||||||
# Setting up ENVs
|
# Setting up ENVs
|
||||||
ENV DEBIAN_FRONTEND="teletype" \
|
ENV DEBIAN_FRONTEND="teletype" \
|
||||||
LANG="de_DE.UTF-8" \
|
LANG="de_DE.UTF-8" \
|
||||||
LANGUAGE="de_DE:de" \
|
LANGUAGE="de_DE:de" \
|
||||||
LC_ALL="de_DE.UTF-8" \
|
LC_ALL="de_DE.UTF-8" \
|
||||||
TZ="Europe/Berlin" \
|
PACKAGES="vi" \
|
||||||
PACKAGES="nano" \
|
|
||||||
AVAHI="false" \
|
|
||||||
SETUID=1000 \
|
|
||||||
SETGID=1000 \
|
SETGID=1000 \
|
||||||
ZWAVE="false"
|
SETUID=1000 \
|
||||||
|
TZ="Europe/Berlin"
|
||||||
# Setting up EXPOSE for Admin
|
|
||||||
EXPOSE 8081/tcp
|
|
||||||
|
|
||||||
# Run startup-script
|
# Run startup-script
|
||||||
ENTRYPOINT ["/opt/scripts/iobroker_startup.sh"]
|
ENTRYPOINT ["/bin/bash", "-c", "/opt/scripts/iobroker_startup.sh"]
|
||||||
|
|||||||
@@ -1,16 +1,24 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Reading ENV
|
# Reading ENV
|
||||||
packages=$PACKAGES
|
adminport=$IOB_ADMINPORT
|
||||||
avahi=$AVAHI
|
avahi=$AVAHI
|
||||||
uid=$SETUID
|
objectsdbhost=$IOB_OBJECTSDB_HOST
|
||||||
gid=$SETGID
|
objectsdbport=$IOB_OBJECTSDB_PORT
|
||||||
|
objectsdbtype=$IOB_OBJECTSDB_TYPE
|
||||||
|
packages=$PACKAGES
|
||||||
|
setgid=$SETGID
|
||||||
|
setuid=$SETUID
|
||||||
|
statesdbhost=$IOB_STATESDB_HOST
|
||||||
|
statesdbport=$IOB_STATESDB_PORT
|
||||||
|
statesdbtype=$IOB_STATESDB_TYPE
|
||||||
|
usbdevices=$USBDEVICES
|
||||||
zwave=$ZWAVE
|
zwave=$ZWAVE
|
||||||
|
|
||||||
# Getting date and time for logging
|
# Getting date and time for logging
|
||||||
dati=`date '+%Y-%m-%d %H:%M:%S'`
|
dati=`date '+%Y-%m-%d %H:%M:%S'`
|
||||||
|
|
||||||
# Header
|
# Logging header
|
||||||
echo ' '
|
echo ' '
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo -n "$(printf -- '-%.0s' {1..15})" && echo -n " "$dati" " && echo "$(printf -- '-%.0s' {1..15})"
|
echo -n "$(printf -- '-%.0s' {1..15})" && echo -n " "$dati" " && echo "$(printf -- '-%.0s' {1..15})"
|
||||||
@@ -34,86 +42,119 @@ echo -n "----- " && echo -n "$(printf "%-10s %-23s" node: $(node -
|
|||||||
echo -n "----- " && echo -n "$(printf "%-10s %-23s" npm: $(npm -v))" && echo " -----"
|
echo -n "----- " && echo -n "$(printf "%-10s %-23s" npm: $(npm -v))" && echo " -----"
|
||||||
echo "----- -----"
|
echo "----- -----"
|
||||||
echo "----- ENV -----"
|
echo "----- ENV -----"
|
||||||
echo -n "----- " && echo -n "$(printf "%-10s %-23s" AVAHI: $AVAHI)" && echo " -----"
|
if [ "$adminport" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" ADMINPORT: $adminport)" && echo " -----"; fi
|
||||||
echo -n "----- " && echo -n "$(printf "%-10s %-23s" PACKAGES: $PACKAGES)" && echo " -----"
|
if [ "$avahi" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" AVAHI: $avahi)" && echo " -----"; fi
|
||||||
echo -n "----- " && echo -n "$(printf "%-10s %-23s" SETGID: $SETGID)" && echo " -----"
|
if [ "$objectsdbhost" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" IOB_OBJECTSDB_HOST: $objectsdbhost)" && echo " -----"; fi
|
||||||
echo -n "----- " && echo -n "$(printf "%-10s %-23s" SETUID: $SETUID)" && echo " -----"
|
if [ "$objectsdbport" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" IOB_OBJECTSDB_PORT: $objectsdbport)" && echo " -----"; fi
|
||||||
|
if [ "$objectsdbtype" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" IOB_OBJECTSDB_TYPE: $objectsdbtype)" && echo " -----"; fi
|
||||||
|
if [ "$packages" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" PACKAGES: $packages)" && echo " -----"; fi
|
||||||
|
if [ "$setgid" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" SETGID: $setgid)" && echo " -----"; fi
|
||||||
|
if [ "$setuid" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" SETUID: $setuid)" && echo " -----"; fi
|
||||||
|
if [ "$statesdbhost" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" IOB_STATESDB_HOST: $statesdbhost)" && echo " -----"; fi
|
||||||
|
if [ "$statesdbport" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" IOB_STATESDB_PORT: $statesdbport)" && echo " -----"; fi
|
||||||
|
if [ "$statesdbtype" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" IOB_STATESDB_TYPE: $statesdbtype)" && echo " -----"; fi
|
||||||
|
if [ "$usbdevices" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" USBDEVICES: $usbdevices)" && echo " -----"; fi
|
||||||
|
if [ "$zwave" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" ZWAVE: $zwave)" && echo " -----"; fi
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo ' '
|
echo ' '
|
||||||
|
|
||||||
# Checking and installing additional packages
|
|
||||||
|
#####
|
||||||
|
# STEP 1 - Preparing container
|
||||||
|
#####
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo "----- Step 1 of 5: Installing additional packages -----"
|
echo "----- Step 1 of 5: Preparing container -----"
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo ' '
|
echo ' '
|
||||||
|
|
||||||
if [ "$packages" != "" ]
|
# Installing additional packages and setting uid/gid
|
||||||
|
if [ "$packages" != "" ] || [ $(cat /etc/group | grep 'iobroker:' | cut -d':' -f3) != $setgid ] || [ $(cat /etc/passwd | grep 'iobroker:' | cut -d':' -f3) != $setuid ]
|
||||||
then
|
then
|
||||||
|
if [ "$packages" != "" ]
|
||||||
|
then
|
||||||
|
echo "Installing additional packages is set by ENV."
|
||||||
echo "The following packages will be installed:" $packages"..."
|
echo "The following packages will be installed:" $packages"..."
|
||||||
echo $packages > /opt/scripts/.packages
|
echo $packages > /opt/scripts/.packages
|
||||||
sh /opt/scripts/setup_packages.sh > /opt/scripts/setup_packages.log 2>&1
|
bash /opt/scripts/setup_packages.sh
|
||||||
echo "Done."
|
echo "Done."
|
||||||
|
echo ' '
|
||||||
|
fi
|
||||||
|
if [ $(cat /etc/group | grep 'iobroker:' | cut -d':' -f3) != $setgid ] || [ $(cat /etc/passwd | grep 'iobroker:' | cut -d':' -f3) != $setuid ]
|
||||||
|
then
|
||||||
|
echo "Different UID and/ or GID is set by ENV."
|
||||||
|
echo "Changing UID to "$setuid" and GID to "$setgid"..."
|
||||||
|
usermod -u $setuid iobroker
|
||||||
|
groupmod -g $setgid iobroker
|
||||||
|
echo "Done."
|
||||||
|
echo ' '
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
echo "There are no additional packages defined."
|
echo "Nothing to do here."
|
||||||
fi
|
fi
|
||||||
echo ' '
|
|
||||||
|
|
||||||
# Change directory for next steps
|
# Change directory for next steps
|
||||||
cd /opt/iobroker
|
cd /opt/iobroker
|
||||||
|
|
||||||
|
|
||||||
|
#####
|
||||||
# Detecting ioBroker-Installation
|
# Detecting ioBroker-Installation
|
||||||
|
#####
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo "----- Step 2 of 5: Detecting ioBroker installation -----"
|
echo "----- Step 2 of 5: Detecting ioBroker installation -----"
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo ' '
|
echo ' '
|
||||||
|
|
||||||
if [ `ls -1a|wc -l` -lt 3 ]
|
if [ `find /opt/iobroker -type f | wc -l` -lt 1 ]
|
||||||
then
|
then
|
||||||
echo "There is no data detected in /opt/iobroker. Restoring..."
|
echo "There is no data detected in /opt/iobroker. Restoring initial ioBroker installation..."
|
||||||
tar -xf /opt/initial_iobroker.tar -C /
|
tar -xf /opt/initial_iobroker.tar -C /
|
||||||
echo "Done."
|
echo "Done."
|
||||||
|
elif [ -f /opt/iobroker/iobroker ]
|
||||||
|
then
|
||||||
|
echo "Existing installation of ioBroker detected in /opt/iobroker."
|
||||||
|
elif [ $(ls iobroker_20* 2> /dev/null | wc -l) != "0" ] && [ $(tar -ztvf /opt/iobroker/iobroker_20*.tar.gz "backup/backup.json" 2> /dev/null | wc -l) != "0" ]
|
||||||
|
then
|
||||||
|
echo "ioBroker backup file detected in /opt/iobroker. Restoring ioBroker..."
|
||||||
|
mv /opt/iobroker/*.tar.gz /opt/
|
||||||
|
tar -xf /opt/initial_iobroker.tar -C /
|
||||||
|
mkdir /opt/iobroker/backups
|
||||||
|
mv /opt/*.tar.gz /opt/iobroker/backups/
|
||||||
|
iobroker restore 0 > /opt/iobroker/log/restore.log 2>&1
|
||||||
|
echo "Done."
|
||||||
|
echo ' '
|
||||||
|
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
||||||
|
echo "!!!!! IMPORTANT NOTE !!!!!"
|
||||||
|
echo "!!!!! The sartup script restored iobroker from a backup file. !!!!!"
|
||||||
|
echo "!!!!! Check /opt/iobroker/log/restore.log to see if restore was successful. !!!!!"
|
||||||
|
echo "!!!!! When ioBroker now starts it will reinstall all Adapters automatically. !!!!!"
|
||||||
|
echo "!!!!! This might be take a looooong time! Please be patient! !!!!!"
|
||||||
|
echo "!!!!! You can view installation process by taking a look at ioBroker log. !!!!!"
|
||||||
|
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
||||||
else
|
else
|
||||||
if [ -f /opt/iobroker/iobroker ]
|
echo "There is data detected in /opt/iobroker but it looks like it is no instance of iobroker or a valid backup file!"
|
||||||
then
|
|
||||||
echo "Installation of ioBroker detected in /opt/iobroker."
|
|
||||||
else
|
|
||||||
echo "There is data detected in /opt/iobroker, but it looks like it is no instance of iobroker!"
|
|
||||||
echo "Please check/ recreate mounted folder/ volume and restart ioBroker container."
|
echo "Please check/ recreate mounted folder/ volume and restart ioBroker container."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
echo ' '
|
echo ' '
|
||||||
|
|
||||||
|
|
||||||
|
#####
|
||||||
# Checking ioBroker-Installation
|
# Checking ioBroker-Installation
|
||||||
|
#####
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo "----- Step 3 of 5: Checking ioBroker installation -----"
|
echo "----- Step 3 of 5: Checking ioBroker installation -----"
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo ' '
|
echo ' '
|
||||||
|
|
||||||
# Checking for first run and set uid/gid
|
|
||||||
if [ -f /opt/.firstrun ]
|
|
||||||
then
|
|
||||||
echo "This is the first run of a new container. Time for some preparation."
|
|
||||||
echo ' '
|
|
||||||
echo "Changing UID to "$uid" and GID to "$gid"..."
|
|
||||||
usermod -u $uid iobroker
|
|
||||||
groupmod -g $gid iobroker
|
|
||||||
rm -f /opt/.firstrun
|
|
||||||
echo "Done."
|
|
||||||
else
|
|
||||||
echo "This is NOT the first run of the container. Some Steps will be skipped."
|
|
||||||
fi
|
|
||||||
echo ' '
|
|
||||||
|
|
||||||
# (Re)Setting permissions to "/opt/iobroker" and "/opt/scripts"
|
# (Re)Setting permissions to "/opt/iobroker" and "/opt/scripts"
|
||||||
echo "(Re)Setting folder permissions (This might take a while! Please be patient!)..."
|
echo "(Re)Setting folder permissions (This might take a while! Please be patient!)..."
|
||||||
chown -R $uid:$gid /opt/iobroker
|
chown -R $setuid:$setgid /opt/iobroker
|
||||||
chown -R $uid:$gid /opt/scripts
|
chown -R $setuid:$setgid /opt/scripts
|
||||||
echo "Done."
|
echo "Done."
|
||||||
echo ' '
|
echo ' '
|
||||||
|
|
||||||
# Backing up original iobroker-file and changing sudo to gosu
|
# Backing up original iobroker-file and changing sudo to gosu
|
||||||
echo "Fixing \"sudo-bug\" by replacing sudo with gosu..."
|
echo "Fixing \"sudo-bug\" by replacing sudo in iobroker with gosu..."
|
||||||
cp -a /opt/iobroker/iobroker /opt/iobroker/iobroker.bak
|
cp -a /opt/iobroker/iobroker /opt/iobroker/iobroker.bak
|
||||||
chmod 755 /opt/iobroker/iobroker
|
chmod 755 /opt/iobroker/iobroker
|
||||||
sed -i 's/sudo -H -u/gosu/g' /opt/iobroker/iobroker
|
sed -i 's/sudo -H -u/gosu/g' /opt/iobroker/iobroker
|
||||||
@@ -125,51 +166,207 @@ if [ -f /opt/iobroker/.install_host ]
|
|||||||
then
|
then
|
||||||
echo "Looks like this is a new and empty installation of ioBroker."
|
echo "Looks like this is a new and empty installation of ioBroker."
|
||||||
echo "Hostname needs to be updated to " $(hostname)"..."
|
echo "Hostname needs to be updated to " $(hostname)"..."
|
||||||
sh /opt/iobroker/iobroker host $(cat /opt/iobroker/.install_host)
|
bash iobroker host $(cat /opt/iobroker/.install_host)
|
||||||
rm -f /opt/iobroker/.install_host
|
rm -f /opt/iobroker/.install_host
|
||||||
echo 'Done.'
|
echo 'Done.'
|
||||||
echo ' '
|
echo ' '
|
||||||
|
elif [ $(bash iobroker object get system.adapter.admin.0 --pretty | grep -oP '(?<="host": ")[^"]*') != $(hostname) ]
|
||||||
|
then
|
||||||
|
echo "Hostname in ioBroker does not match the hostname of this container."
|
||||||
|
echo "Updating hostname to " $(hostname)"..."
|
||||||
|
bash iobroker host $(iobroker object get system.adapter.admin.0 --pretty | grep -oP '(?<="host": ")[^"]*')
|
||||||
|
echo 'Done.'
|
||||||
|
echo ' '
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
#####
|
||||||
# Setting up prerequisites for some ioBroker-adapters
|
# Setting up prerequisites for some ioBroker-adapters
|
||||||
|
#####
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo "----- Step 4 of 5: Applying special settings -----"
|
echo "----- Step 4 of 5: Applying special settings -----"
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo ' '
|
echo ' '
|
||||||
|
|
||||||
echo "Some adapters have special requirements which can be activated by the use of environment variables."
|
echo "Some adapters have special requirements/ settings which can be activated by the use of environment variables."
|
||||||
echo "For more information take a look at readme.md"
|
echo "For more information take a look at readme.md on Github!"
|
||||||
echo ' '
|
echo ' '
|
||||||
|
|
||||||
# Checking for and setting up avahi-daemon
|
|
||||||
if [ "$avahi" = "true" ]
|
# Checking ENV for Adminport
|
||||||
|
if [ "$adminport" != "" ]
|
||||||
then
|
then
|
||||||
|
if [ "$adminport" != $(bash iobroker object get system.adapter.admin.0 --pretty | grep -oP '(?<="port": )[^,]*') ]
|
||||||
|
then
|
||||||
|
echo "Adminport set by ENV does not match port configured in ioBroker installation."
|
||||||
|
echo "Setting Adminport to \""$adminport"\"..."
|
||||||
|
bash iobroker set admin.0 --port $adminport
|
||||||
|
echo 'Done.'
|
||||||
|
echo ' '
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
# Checking ENV for AVAHI
|
||||||
|
if [ "$avahi" != "" ]
|
||||||
|
then
|
||||||
|
if [ "$avahi" = "true" ]
|
||||||
|
then
|
||||||
echo "Avahi-daemon is activated by ENV."
|
echo "Avahi-daemon is activated by ENV."
|
||||||
chmod 764 /opt/scripts/setup_avahi.sh
|
chmod 755 /opt/scripts/setup_avahi.sh
|
||||||
sh /opt/scripts/setup_avahi.sh
|
bash /opt/scripts/setup_avahi.sh
|
||||||
echo "Done."
|
echo "Done."
|
||||||
echo ' '
|
echo ' '
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
# Checking ENV for Z-WAVE
|
||||||
|
if [ "$zwave" != "" ]
|
||||||
|
then
|
||||||
|
if [ "$zwave" = "true" ]
|
||||||
|
then
|
||||||
|
echo "Z-Wave is activated by ENV."
|
||||||
|
chmod 755 /opt/scripts/setup_zwave.sh
|
||||||
|
bash /opt/scripts/setup_zwave.sh
|
||||||
|
echo "Done."
|
||||||
|
echo ' '
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
# checking ENV for USBDEVICES
|
||||||
|
if [ "$usbdevices" != "" ]
|
||||||
|
then
|
||||||
|
if [ "$usbdevices" != "none" ]
|
||||||
|
then
|
||||||
|
echo "Usb-device-support is activated by ENV."
|
||||||
|
IFS=';' read -ra devicearray <<< "$usbdevices"
|
||||||
|
for i in "${devicearray[@]}"
|
||||||
|
do
|
||||||
|
echo "Setting permissions for" $i"..."
|
||||||
|
chown root:dialout $i
|
||||||
|
chmod g+rw $i
|
||||||
|
done
|
||||||
|
echo "Done."
|
||||||
|
echo ' '
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
# Checking ENVs for custom setup of objects db
|
||||||
|
if [ "$objectsdbtype" != "" ] || [ "$objectsdbhost" != "" ] || [ "$objectsdbport" != "" ]
|
||||||
|
then
|
||||||
|
if [ "$objectsdbtype" != $(jq '.objects.type' /opt/iobroker/iobroker-data/iobroker.json) ]
|
||||||
|
then
|
||||||
|
echo "ENV IOB_OBJECTSDB_TYPE is set and value is different from detected ioBroker installation."
|
||||||
|
echo "Setting type of objects db to \""$objectsdbtype"\"..."
|
||||||
|
jq --arg objectsdbtype "$objectsdbtype" '.objects.type = $objectsdbtype' /opt/iobroker/iobroker-data/iobroker.json > /opt/iobroker/iobroker-data/iobroker.json.tmp && mv /opt/iobroker/iobroker-data/iobroker.json.tmp /opt/iobroker/iobroker-data/iobroker.json
|
||||||
|
echo "Done."
|
||||||
|
else
|
||||||
|
echo "ENV IOB_OBJECTSDB_TYPE is set and value meets detected ioBroker installation. Nothing to do here."
|
||||||
|
fi
|
||||||
|
if [ "$objectsdbhost" != $(jq '.objects.host' /opt/iobroker/iobroker-data/iobroker.json) ]
|
||||||
|
then
|
||||||
|
echo "ENV IOB_OBJECTSDB_HOST is set and value is different from detected ioBroker installation."
|
||||||
|
echo "Setting host of objects db to \""$objectsdbhost"\"..."
|
||||||
|
jq --arg objectsdbhost "$objectsdbhost" '.objects.host = $objectsdbhost' /opt/iobroker/iobroker-data/iobroker.json > /opt/iobroker/iobroker-data/iobroker.json.tmp && mv /opt/iobroker/iobroker-data/iobroker.json.tmp /opt/iobroker/iobroker-data/iobroker.json
|
||||||
|
echo "Done."
|
||||||
|
else
|
||||||
|
echo "ENV IOB_OBJECTSDB_HOST is set and value meets detected ioBroker installation. Nothing to do here."
|
||||||
|
fi
|
||||||
|
if [ "$objectsdbport" != $(jq '.objects.port' /opt/iobroker/iobroker-data/iobroker.json) ]
|
||||||
|
then
|
||||||
|
echo "ENV IOB_OBJECTSDB_PORT is set and value is different from detected ioBroker installation."
|
||||||
|
echo "Setting port of objects db to \""$objectsdbport"\"..."
|
||||||
|
jq --arg objectsdbport "$objectsdbport" '.objects.port = $objectsdbport' /opt/iobroker/iobroker-data/iobroker.json > /opt/iobroker/iobroker-data/iobroker.json.tmp && mv /opt/iobroker/iobroker-data/iobroker.json.tmp /opt/iobroker/iobroker-data/iobroker.json
|
||||||
|
echo "Done."
|
||||||
|
else
|
||||||
|
echo "ENV IOB_OBJECTSDB_PORT is set and value meets detected ioBroker installation. Nothing to do here."
|
||||||
|
fi
|
||||||
|
echo ' '
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$zwave" = "true" ]
|
|
||||||
|
# Checking ENVs for custom setup of states db#
|
||||||
|
if [ "$statesdbtype" != "" ] || [ "$statesdbhost" != "" ] || [ "$statesdbport" != "" ]
|
||||||
then
|
then
|
||||||
echo "ZWave is activated by ENV."
|
if [ "$statesdbtype" != $(jq '.states.type' /opt/iobroker/iobroker-data/iobroker.json) ]
|
||||||
chmod 764 /opt/scripts/setup_zwave.sh
|
then
|
||||||
sh /opt/scripts/setup_zwave.sh
|
echo "ENV IOB_STATESDB_TYPE is set and value is different from detected ioBroker installation."
|
||||||
|
echo "Setting type of states db to \""$statesdbtype"\"..."
|
||||||
|
jq --arg statesdbtype "$statesdbtype" '.states.type = $statesdbtype' /opt/iobroker/iobroker-data/iobroker.json > /opt/iobroker/iobroker-data/iobroker.json.tmp && mv /opt/iobroker/iobroker-data/iobroker.json.tmp /opt/iobroker/iobroker-data/iobroker.json
|
||||||
echo "Done."
|
echo "Done."
|
||||||
|
else
|
||||||
|
echo "ENV IOB_STATESDB_TYPE is set and value meets detected ioBroker installation. Nothing to do here."
|
||||||
|
fi
|
||||||
|
if [ "$statesdbhost" != $(jq '.states.host' /opt/iobroker/iobroker-data/iobroker.json) ]
|
||||||
|
then
|
||||||
|
echo "ENV IOB_STATESDB_HOST is set and value is different from detected ioBroker installation."
|
||||||
|
echo "Setting host of states db to \""$statesdbhost"\"..."
|
||||||
|
jq --arg statesdbhost "$statesdbhost" '.states.host = $statesdbhost' /opt/iobroker/iobroker-data/iobroker.json > /opt/iobroker/iobroker-data/iobroker.json.tmp && mv /opt/iobroker/iobroker-data/iobroker.json.tmp /opt/iobroker/iobroker-data/iobroker.json
|
||||||
|
echo "Done."
|
||||||
|
else
|
||||||
|
echo "ENV IOB_STATESDB_HOST is set and value meets detected ioBroker installation. Nothing to do here."
|
||||||
|
fi
|
||||||
|
if [ "$statesdbport" != $(jq '.states.port' /opt/iobroker/iobroker-data/iobroker.json) ]
|
||||||
|
then
|
||||||
|
echo "ENV IOB_STATESDB_PORT is set and value is different from detected ioBroker installation."
|
||||||
|
echo "Setting port of states db to \""$statesdbport"\"..."
|
||||||
|
jq --arg statesdbport "$statesdbport" '.states.port = $statesdbport' /opt/iobroker/iobroker-data/iobroker.json > /opt/iobroker/iobroker-data/iobroker.json.tmp && mv /opt/iobroker/iobroker-data/iobroker.json.tmp /opt/iobroker/iobroker-data/iobroker.json
|
||||||
|
echo "Done."
|
||||||
|
else
|
||||||
|
echo "ENV IOB_STATESDB_PORT is set and value meets detected ioBroker installation. Nothing to do here."
|
||||||
|
fi
|
||||||
echo ' '
|
echo ' '
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
# Checking for Userscripts in /opt/userscripts
|
||||||
|
if [ `find /opt/userscripts -type f | wc -l` -lt 1 ]
|
||||||
|
then
|
||||||
|
echo "There is no data detected in /opt/userscripts. Restoring exapmple userscripts..."
|
||||||
|
tar -xf /opt/initial_userscripts.tar -C /
|
||||||
|
chmod 755 /opt/userscripts/userscript_firststart_example.sh
|
||||||
|
chmod 755 /opt/userscripts/userscript_everystart_example.sh
|
||||||
|
echo "Done."
|
||||||
|
echo ' '
|
||||||
|
elif [ -f /opt/userscripts/userscript_firststart.sh ] || [ -f /opt/userscripts/userscript_everystart.sh ]
|
||||||
|
then
|
||||||
|
if [ -f /opt/userscripts/userscript_firststart.sh ] && [ -f /opt/.firstrun ]
|
||||||
|
then
|
||||||
|
echo "Userscript for first start detected and this is the first start of a new container."
|
||||||
|
echo "Running userscript_firststart.sh..."
|
||||||
|
chmod 755 /opt/userscripts/userscript_firststart.sh
|
||||||
|
bash /opt/userscripts/userscript_firststart.sh
|
||||||
|
rm -f /opt/.firstrun
|
||||||
|
echo "Done."
|
||||||
|
echo ' '
|
||||||
|
fi
|
||||||
|
if [ -f /opt/userscripts/userscript_everystart.sh ]
|
||||||
|
then
|
||||||
|
echo "Userscript for every start detected. Running userscript_everystart.sh..."
|
||||||
|
chmod 755 /opt/userscripts/userscript_everystart.sh
|
||||||
|
bash /opt/userscripts/userscript_everystart.sh
|
||||||
|
echo "Done."
|
||||||
|
echo ' '
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
sleep 5
|
sleep 5
|
||||||
|
|
||||||
|
|
||||||
|
#####
|
||||||
# Starting ioBroker
|
# Starting ioBroker
|
||||||
|
#####
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo "----- Step 5 of 5: ioBroker startup -----"
|
echo "----- Step 5 of 5: ioBroker startup -----"
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo ' '
|
echo ' '
|
||||||
echo "Starting ioBroker..."
|
echo "Starting ioBroker..."
|
||||||
echo ' '
|
echo ' '
|
||||||
#gosu iobroker node --trace-warnings node_modules/iobroker.js-controller/controller.js > /opt/iobroker/iobroker.log 2>&1 &
|
|
||||||
gosu iobroker node node_modules/iobroker.js-controller/controller.js
|
gosu iobroker node node_modules/iobroker.js-controller/controller.js
|
||||||
|
|
||||||
# Preventing container restart by keeping a process alive even if iobroker will be stopped
|
# Preventing container restart by keeping a process alive even if iobroker will be stopped
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
echo "Checking avahi-daemon installation state..."
|
echo "Checking avahi-daemon installation state..."
|
||||||
|
|
||||||
if [ -f /usr/sbin/avahi-daemon ]
|
if [ -e /usr/sbin/avahi-daemon ] && [ -e /var/run/dbus ]
|
||||||
then
|
then
|
||||||
echo "Avahi is already installed..."
|
echo "Avahi is already installed..."
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -1,7 +1,12 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
apt-get update
|
apt-get -qq update
|
||||||
apt-get install -y $(cat /opt/scripts/.packages)
|
|
||||||
|
packages=$(cat /opt/scripts/.packages)
|
||||||
|
for i in $packages; do
|
||||||
|
sudo apt-get -qq -y install $i
|
||||||
|
done
|
||||||
|
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
rm -f /opt/scripts/.packages
|
rm -f /opt/scripts/.packages
|
||||||
|
|
||||||
|
|||||||
@@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
echo "Checking openzwave installation state..."
|
echo "Checking openzwave installation state..."
|
||||||
|
|
||||||
if [ -f /usr/local/lib64 ]
|
if [ -e /usr/local/lib64 ]
|
||||||
then
|
then
|
||||||
echo "Openzwave is already installed..."
|
echo "Openzwave is already installed..."
|
||||||
else
|
else
|
||||||
echo "Openzwave is NOT installed. Going to install it now..."
|
echo "Openzwave is NOT installed. Going to install it now..."
|
||||||
cd /opt
|
cd /opt
|
||||||
curl -s -L -O http://old.openzwave.com/downloads/openzwave-1.6.945.tar.gz
|
curl -s -L -O http://old.openzwave.com/downloads/openzwave-1.6.1007.tar.gz
|
||||||
tar -xf openzwave-1.6.945.tar.gz && rm openzwave-1.6.945.tar.gz
|
tar -xf openzwave-1.6.1007.tar.gz && rm openzwave-1.6.1007.tar.gz
|
||||||
cd openzwave-1.6.945 && make > /dev/null 2>&1 && make install > /dev/null 2>&1
|
cd openzwave-1.6.1007 && make > /dev/null 2>&1 && make install > /dev/null 2>&1
|
||||||
ldconfig /usr/local/lib64
|
ldconfig /usr/local/lib64
|
||||||
cd /opt/iobroker
|
cd /opt/iobroker
|
||||||
# echo "Openzwave is now installed..."
|
# echo "Openzwave is now installed..."
|
||||||
|
|||||||
13
aarch64/scripts/userscript_everystart_example.sh
Normal file
13
aarch64/scripts/userscript_everystart_example.sh
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# This is an example script file.
|
||||||
|
# To run the Script on every start of the container you have to rename it to userscript_everystart.sh.
|
||||||
|
|
||||||
|
# You can add your advanced script code here!
|
||||||
|
|
||||||
|
echo ' '
|
||||||
|
echo "I'm your startscript userscript_everystart.sh. I will run on EVERY container startup."
|
||||||
|
echo ' '
|
||||||
|
|
||||||
|
|
||||||
|
exit 0
|
||||||
12
aarch64/scripts/userscript_firststart_example.sh
Normal file
12
aarch64/scripts/userscript_firststart_example.sh
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# This is an example script file.
|
||||||
|
# To run the Script on the first start of a new container you have to rename it to userscript_firststart.sh.
|
||||||
|
|
||||||
|
# You can add your advanced script code here!
|
||||||
|
|
||||||
|
echo ' '
|
||||||
|
echo "I'm your startscript userscript_firststart.sh. I will run only on the FIRST startup of the container."
|
||||||
|
echo ' '
|
||||||
|
|
||||||
|
exit 0
|
||||||
@@ -1,32 +1,38 @@
|
|||||||
FROM debian:stretch
|
FROM amd64/debian:buster
|
||||||
|
|
||||||
MAINTAINER Andre Germann <https://buanet.de>
|
LABEL maintainer="Andre Germann" \
|
||||||
|
url="https://buanet.de"
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
|
||||||
# Install prerequisites
|
# Install prerequisites (as listed in iobroker installer.sh)
|
||||||
RUN apt-get update && apt-get upgrade -y && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
acl \
|
acl \
|
||||||
apt-utils \
|
apt-utils \
|
||||||
build-essential \
|
build-essential \
|
||||||
curl \
|
curl \
|
||||||
git \
|
git \
|
||||||
gnupg2 \
|
gnupg2 \
|
||||||
|
gosu \
|
||||||
|
jq \
|
||||||
|
libavahi-compat-libdnssd-dev \
|
||||||
libcap2-bin \
|
libcap2-bin \
|
||||||
libpam0g-dev \
|
libpam0g-dev \
|
||||||
libudev-dev \
|
libudev-dev \
|
||||||
locales \
|
locales \
|
||||||
|
pkg-config \
|
||||||
procps \
|
procps \
|
||||||
python \
|
python \
|
||||||
gosu \
|
python-dev \
|
||||||
|
sudo \
|
||||||
|
udev \
|
||||||
unzip \
|
unzip \
|
||||||
wget \
|
wget \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Install node10
|
# Install node10
|
||||||
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash \
|
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash \
|
||||||
&& apt-get update && apt-get install -y \
|
&& apt-get update && apt-get install -y nodejs \
|
||||||
nodejs \
|
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Generating locales
|
# Generating locales
|
||||||
@@ -34,9 +40,11 @@ RUN sed -i 's/^# *\(de_DE.UTF-8\)/\1/' /etc/locale.gen \
|
|||||||
&& sed -i 's/^# *\(en_US.UTF-8\)/\1/' /etc/locale.gen \
|
&& sed -i 's/^# *\(en_US.UTF-8\)/\1/' /etc/locale.gen \
|
||||||
&& locale-gen
|
&& locale-gen
|
||||||
|
|
||||||
# Create scripts directory and copy scripts
|
# Create scripts directorys and copy scripts
|
||||||
RUN mkdir -p /opt/scripts/ \
|
RUN mkdir -p /opt/scripts/ \
|
||||||
&& chmod 777 /opt/scripts/
|
&& mkdir -p /opt/userscripts/ \
|
||||||
|
&& chmod 777 /opt/scripts/ \
|
||||||
|
&& chmod 777 /opt/userscripts/
|
||||||
WORKDIR /opt/scripts/
|
WORKDIR /opt/scripts/
|
||||||
COPY scripts/iobroker_startup.sh iobroker_startup.sh
|
COPY scripts/iobroker_startup.sh iobroker_startup.sh
|
||||||
COPY scripts/setup_avahi.sh setup_avahi.sh
|
COPY scripts/setup_avahi.sh setup_avahi.sh
|
||||||
@@ -44,7 +52,11 @@ COPY scripts/setup_packages.sh setup_packages.sh
|
|||||||
COPY scripts/setup_zwave.sh setup_zwave.sh
|
COPY scripts/setup_zwave.sh setup_zwave.sh
|
||||||
RUN chmod +x iobroker_startup.sh \
|
RUN chmod +x iobroker_startup.sh \
|
||||||
&& chmod +x setup_avahi.sh \
|
&& chmod +x setup_avahi.sh \
|
||||||
&& chmod +x setup_packages.sh
|
&& chmod +x setup_packages.sh \
|
||||||
|
&& chmod +x setup_zwave.sh
|
||||||
|
WORKDIR /opt/userscripts/
|
||||||
|
COPY scripts/userscript_firststart_example.sh userscript_firststart_example.sh
|
||||||
|
COPY scripts/userscript_everystart_example.sh userscript_everystart_example.sh
|
||||||
|
|
||||||
# Install ioBroker
|
# Install ioBroker
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
@@ -58,26 +70,23 @@ RUN apt-get update \
|
|||||||
WORKDIR /opt/iobroker/
|
WORKDIR /opt/iobroker/
|
||||||
RUN npm install -g node-gyp
|
RUN npm install -g node-gyp
|
||||||
|
|
||||||
# Backup initial ioBroker-folder
|
# Backup initial ioBroker and userscript folder
|
||||||
RUN tar -cf /opt/initial_iobroker.tar /opt/iobroker
|
RUN tar -cf /opt/initial_iobroker.tar /opt/iobroker \
|
||||||
|
&& tar -cf /opt/initial_userscripts.tar /opt/userscripts
|
||||||
|
|
||||||
# Setting up iobroker-user
|
# Setting up iobroker-user (shell and home directory)
|
||||||
RUN chsh -s /bin/bash iobroker
|
RUN chsh -s /bin/bash iobroker \
|
||||||
|
&& usermod --home /opt/iobroker iobroker
|
||||||
|
|
||||||
# Setting up ENVs
|
# Setting up ENVs
|
||||||
ENV DEBIAN_FRONTEND="teletype" \
|
ENV DEBIAN_FRONTEND="teletype" \
|
||||||
LANG="de_DE.UTF-8" \
|
LANG="de_DE.UTF-8" \
|
||||||
LANGUAGE="de_DE:de" \
|
LANGUAGE="de_DE:de" \
|
||||||
LC_ALL="de_DE.UTF-8" \
|
LC_ALL="de_DE.UTF-8" \
|
||||||
TZ="Europe/Berlin" \
|
PACKAGES="vi" \
|
||||||
PACKAGES="nano" \
|
|
||||||
AVAHI="false" \
|
|
||||||
SETUID=1000 \
|
|
||||||
SETGID=1000 \
|
SETGID=1000 \
|
||||||
ZWAVE="false"
|
SETUID=1000 \
|
||||||
|
TZ="Europe/Berlin"
|
||||||
# Setting up EXPOSE for Admin
|
|
||||||
EXPOSE 8081/tcp
|
|
||||||
|
|
||||||
# Run startup-script
|
# Run startup-script
|
||||||
ENTRYPOINT ["/opt/scripts/iobroker_startup.sh"]
|
ENTRYPOINT ["/bin/bash", "-c", "/opt/scripts/iobroker_startup.sh"]
|
||||||
|
|||||||
@@ -1,16 +1,24 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Reading ENV
|
# Reading ENV
|
||||||
packages=$PACKAGES
|
adminport=$IOB_ADMINPORT
|
||||||
avahi=$AVAHI
|
avahi=$AVAHI
|
||||||
uid=$SETUID
|
objectsdbhost=$IOB_OBJECTSDB_HOST
|
||||||
gid=$SETGID
|
objectsdbport=$IOB_OBJECTSDB_PORT
|
||||||
|
objectsdbtype=$IOB_OBJECTSDB_TYPE
|
||||||
|
packages=$PACKAGES
|
||||||
|
setgid=$SETGID
|
||||||
|
setuid=$SETUID
|
||||||
|
statesdbhost=$IOB_STATESDB_HOST
|
||||||
|
statesdbport=$IOB_STATESDB_PORT
|
||||||
|
statesdbtype=$IOB_STATESDB_TYPE
|
||||||
|
usbdevices=$USBDEVICES
|
||||||
zwave=$ZWAVE
|
zwave=$ZWAVE
|
||||||
|
|
||||||
# Getting date and time for logging
|
# Getting date and time for logging
|
||||||
dati=`date '+%Y-%m-%d %H:%M:%S'`
|
dati=`date '+%Y-%m-%d %H:%M:%S'`
|
||||||
|
|
||||||
# Header
|
# Logging header
|
||||||
echo ' '
|
echo ' '
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo -n "$(printf -- '-%.0s' {1..15})" && echo -n " "$dati" " && echo "$(printf -- '-%.0s' {1..15})"
|
echo -n "$(printf -- '-%.0s' {1..15})" && echo -n " "$dati" " && echo "$(printf -- '-%.0s' {1..15})"
|
||||||
@@ -34,86 +42,119 @@ echo -n "----- " && echo -n "$(printf "%-10s %-23s" node: $(node -
|
|||||||
echo -n "----- " && echo -n "$(printf "%-10s %-23s" npm: $(npm -v))" && echo " -----"
|
echo -n "----- " && echo -n "$(printf "%-10s %-23s" npm: $(npm -v))" && echo " -----"
|
||||||
echo "----- -----"
|
echo "----- -----"
|
||||||
echo "----- ENV -----"
|
echo "----- ENV -----"
|
||||||
echo -n "----- " && echo -n "$(printf "%-10s %-23s" AVAHI: $AVAHI)" && echo " -----"
|
if [ "$adminport" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" ADMINPORT: $adminport)" && echo " -----"; fi
|
||||||
echo -n "----- " && echo -n "$(printf "%-10s %-23s" PACKAGES: $PACKAGES)" && echo " -----"
|
if [ "$avahi" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" AVAHI: $avahi)" && echo " -----"; fi
|
||||||
echo -n "----- " && echo -n "$(printf "%-10s %-23s" SETGID: $SETGID)" && echo " -----"
|
if [ "$objectsdbhost" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" IOB_OBJECTSDB_HOST: $objectsdbhost)" && echo " -----"; fi
|
||||||
echo -n "----- " && echo -n "$(printf "%-10s %-23s" SETUID: $SETUID)" && echo " -----"
|
if [ "$objectsdbport" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" IOB_OBJECTSDB_PORT: $objectsdbport)" && echo " -----"; fi
|
||||||
|
if [ "$objectsdbtype" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" IOB_OBJECTSDB_TYPE: $objectsdbtype)" && echo " -----"; fi
|
||||||
|
if [ "$packages" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" PACKAGES: $packages)" && echo " -----"; fi
|
||||||
|
if [ "$setgid" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" SETGID: $setgid)" && echo " -----"; fi
|
||||||
|
if [ "$setuid" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" SETUID: $setuid)" && echo " -----"; fi
|
||||||
|
if [ "$statesdbhost" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" IOB_STATESDB_HOST: $statesdbhost)" && echo " -----"; fi
|
||||||
|
if [ "$statesdbport" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" IOB_STATESDB_PORT: $statesdbport)" && echo " -----"; fi
|
||||||
|
if [ "$statesdbtype" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" IOB_STATESDB_TYPE: $statesdbtype)" && echo " -----"; fi
|
||||||
|
if [ "$usbdevices" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" USBDEVICES: $usbdevices)" && echo " -----"; fi
|
||||||
|
if [ "$zwave" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" ZWAVE: $zwave)" && echo " -----"; fi
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo ' '
|
echo ' '
|
||||||
|
|
||||||
# Checking and installing additional packages
|
|
||||||
|
#####
|
||||||
|
# STEP 1 - Preparing container
|
||||||
|
#####
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo "----- Step 1 of 5: Installing additional packages -----"
|
echo "----- Step 1 of 5: Preparing container -----"
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo ' '
|
echo ' '
|
||||||
|
|
||||||
if [ "$packages" != "" ]
|
# Installing additional packages and setting uid/gid
|
||||||
|
if [ "$packages" != "" ] || [ $(cat /etc/group | grep 'iobroker:' | cut -d':' -f3) != $setgid ] || [ $(cat /etc/passwd | grep 'iobroker:' | cut -d':' -f3) != $setuid ]
|
||||||
then
|
then
|
||||||
|
if [ "$packages" != "" ]
|
||||||
|
then
|
||||||
|
echo "Installing additional packages is set by ENV."
|
||||||
echo "The following packages will be installed:" $packages"..."
|
echo "The following packages will be installed:" $packages"..."
|
||||||
echo $packages > /opt/scripts/.packages
|
echo $packages > /opt/scripts/.packages
|
||||||
sh /opt/scripts/setup_packages.sh > /opt/scripts/setup_packages.log 2>&1
|
bash /opt/scripts/setup_packages.sh
|
||||||
echo "Done."
|
echo "Done."
|
||||||
|
echo ' '
|
||||||
|
fi
|
||||||
|
if [ $(cat /etc/group | grep 'iobroker:' | cut -d':' -f3) != $setgid ] || [ $(cat /etc/passwd | grep 'iobroker:' | cut -d':' -f3) != $setuid ]
|
||||||
|
then
|
||||||
|
echo "Different UID and/ or GID is set by ENV."
|
||||||
|
echo "Changing UID to "$setuid" and GID to "$setgid"..."
|
||||||
|
usermod -u $setuid iobroker
|
||||||
|
groupmod -g $setgid iobroker
|
||||||
|
echo "Done."
|
||||||
|
echo ' '
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
echo "There are no additional packages defined."
|
echo "Nothing to do here."
|
||||||
fi
|
fi
|
||||||
echo ' '
|
|
||||||
|
|
||||||
# Change directory for next steps
|
# Change directory for next steps
|
||||||
cd /opt/iobroker
|
cd /opt/iobroker
|
||||||
|
|
||||||
|
|
||||||
|
#####
|
||||||
# Detecting ioBroker-Installation
|
# Detecting ioBroker-Installation
|
||||||
|
#####
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo "----- Step 2 of 5: Detecting ioBroker installation -----"
|
echo "----- Step 2 of 5: Detecting ioBroker installation -----"
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo ' '
|
echo ' '
|
||||||
|
|
||||||
if [ `ls -1a|wc -l` -lt 3 ]
|
if [ `find /opt/iobroker -type f | wc -l` -lt 1 ]
|
||||||
then
|
then
|
||||||
echo "There is no data detected in /opt/iobroker. Restoring..."
|
echo "There is no data detected in /opt/iobroker. Restoring initial ioBroker installation..."
|
||||||
tar -xf /opt/initial_iobroker.tar -C /
|
tar -xf /opt/initial_iobroker.tar -C /
|
||||||
echo "Done."
|
echo "Done."
|
||||||
|
elif [ -f /opt/iobroker/iobroker ]
|
||||||
|
then
|
||||||
|
echo "Existing installation of ioBroker detected in /opt/iobroker."
|
||||||
|
elif [ $(ls iobroker_20* 2> /dev/null | wc -l) != "0" ] && [ $(tar -ztvf /opt/iobroker/iobroker_20*.tar.gz "backup/backup.json" 2> /dev/null | wc -l) != "0" ]
|
||||||
|
then
|
||||||
|
echo "ioBroker backup file detected in /opt/iobroker. Restoring ioBroker..."
|
||||||
|
mv /opt/iobroker/*.tar.gz /opt/
|
||||||
|
tar -xf /opt/initial_iobroker.tar -C /
|
||||||
|
mkdir /opt/iobroker/backups
|
||||||
|
mv /opt/*.tar.gz /opt/iobroker/backups/
|
||||||
|
iobroker restore 0 > /opt/iobroker/log/restore.log 2>&1
|
||||||
|
echo "Done."
|
||||||
|
echo ' '
|
||||||
|
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
||||||
|
echo "!!!!! IMPORTANT NOTE !!!!!"
|
||||||
|
echo "!!!!! The sartup script restored iobroker from a backup file. !!!!!"
|
||||||
|
echo "!!!!! Check /opt/iobroker/log/restore.log to see if restore was successful. !!!!!"
|
||||||
|
echo "!!!!! When ioBroker now starts it will reinstall all Adapters automatically. !!!!!"
|
||||||
|
echo "!!!!! This might be take a looooong time! Please be patient! !!!!!"
|
||||||
|
echo "!!!!! You can view installation process by taking a look at ioBroker log. !!!!!"
|
||||||
|
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
||||||
else
|
else
|
||||||
if [ -f /opt/iobroker/iobroker ]
|
echo "There is data detected in /opt/iobroker but it looks like it is no instance of iobroker or a valid backup file!"
|
||||||
then
|
|
||||||
echo "Installation of ioBroker detected in /opt/iobroker."
|
|
||||||
else
|
|
||||||
echo "There is data detected in /opt/iobroker, but it looks like it is no instance of iobroker!"
|
|
||||||
echo "Please check/ recreate mounted folder/ volume and restart ioBroker container."
|
echo "Please check/ recreate mounted folder/ volume and restart ioBroker container."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
echo ' '
|
echo ' '
|
||||||
|
|
||||||
|
|
||||||
|
#####
|
||||||
# Checking ioBroker-Installation
|
# Checking ioBroker-Installation
|
||||||
|
#####
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo "----- Step 3 of 5: Checking ioBroker installation -----"
|
echo "----- Step 3 of 5: Checking ioBroker installation -----"
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo ' '
|
echo ' '
|
||||||
|
|
||||||
# Checking for first run and set uid/gid
|
|
||||||
if [ -f /opt/.firstrun ]
|
|
||||||
then
|
|
||||||
echo "This is the first run of a new container. Time for some preparation."
|
|
||||||
echo ' '
|
|
||||||
echo "Changing UID to "$uid" and GID to "$gid"..."
|
|
||||||
usermod -u $uid iobroker
|
|
||||||
groupmod -g $gid iobroker
|
|
||||||
rm -f /opt/.firstrun
|
|
||||||
echo "Done."
|
|
||||||
else
|
|
||||||
echo "This is NOT the first run of the container. Some Steps will be skipped."
|
|
||||||
fi
|
|
||||||
echo ' '
|
|
||||||
|
|
||||||
# (Re)Setting permissions to "/opt/iobroker" and "/opt/scripts"
|
# (Re)Setting permissions to "/opt/iobroker" and "/opt/scripts"
|
||||||
echo "(Re)Setting folder permissions (This might take a while! Please be patient!)..."
|
echo "(Re)Setting folder permissions (This might take a while! Please be patient!)..."
|
||||||
chown -R $uid:$gid /opt/iobroker
|
chown -R $setuid:$setgid /opt/iobroker
|
||||||
chown -R $uid:$gid /opt/scripts
|
chown -R $setuid:$setgid /opt/scripts
|
||||||
echo "Done."
|
echo "Done."
|
||||||
echo ' '
|
echo ' '
|
||||||
|
|
||||||
# Backing up original iobroker-file and changing sudo to gosu
|
# Backing up original iobroker-file and changing sudo to gosu
|
||||||
echo "Fixing \"sudo-bug\" by replacing sudo with gosu..."
|
echo "Fixing \"sudo-bug\" by replacing sudo in iobroker with gosu..."
|
||||||
cp -a /opt/iobroker/iobroker /opt/iobroker/iobroker.bak
|
cp -a /opt/iobroker/iobroker /opt/iobroker/iobroker.bak
|
||||||
chmod 755 /opt/iobroker/iobroker
|
chmod 755 /opt/iobroker/iobroker
|
||||||
sed -i 's/sudo -H -u/gosu/g' /opt/iobroker/iobroker
|
sed -i 's/sudo -H -u/gosu/g' /opt/iobroker/iobroker
|
||||||
@@ -125,51 +166,207 @@ if [ -f /opt/iobroker/.install_host ]
|
|||||||
then
|
then
|
||||||
echo "Looks like this is a new and empty installation of ioBroker."
|
echo "Looks like this is a new and empty installation of ioBroker."
|
||||||
echo "Hostname needs to be updated to " $(hostname)"..."
|
echo "Hostname needs to be updated to " $(hostname)"..."
|
||||||
sh /opt/iobroker/iobroker host $(cat /opt/iobroker/.install_host)
|
bash iobroker host $(cat /opt/iobroker/.install_host)
|
||||||
rm -f /opt/iobroker/.install_host
|
rm -f /opt/iobroker/.install_host
|
||||||
echo 'Done.'
|
echo 'Done.'
|
||||||
echo ' '
|
echo ' '
|
||||||
|
elif [ $(bash iobroker object get system.adapter.admin.0 --pretty | grep -oP '(?<="host": ")[^"]*') != $(hostname) ]
|
||||||
|
then
|
||||||
|
echo "Hostname in ioBroker does not match the hostname of this container."
|
||||||
|
echo "Updating hostname to " $(hostname)"..."
|
||||||
|
bash iobroker host $(iobroker object get system.adapter.admin.0 --pretty | grep -oP '(?<="host": ")[^"]*')
|
||||||
|
echo 'Done.'
|
||||||
|
echo ' '
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
#####
|
||||||
# Setting up prerequisites for some ioBroker-adapters
|
# Setting up prerequisites for some ioBroker-adapters
|
||||||
|
#####
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo "----- Step 4 of 5: Applying special settings -----"
|
echo "----- Step 4 of 5: Applying special settings -----"
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo ' '
|
echo ' '
|
||||||
|
|
||||||
echo "Some adapters have special requirements which can be activated by the use of environment variables."
|
echo "Some adapters have special requirements/ settings which can be activated by the use of environment variables."
|
||||||
echo "For more information take a look at readme.md"
|
echo "For more information take a look at readme.md on Github!"
|
||||||
echo ' '
|
echo ' '
|
||||||
|
|
||||||
# Checking for and setting up avahi-daemon
|
|
||||||
if [ "$avahi" = "true" ]
|
# Checking ENV for Adminport
|
||||||
|
if [ "$adminport" != "" ]
|
||||||
then
|
then
|
||||||
|
if [ "$adminport" != $(bash iobroker object get system.adapter.admin.0 --pretty | grep -oP '(?<="port": )[^,]*') ]
|
||||||
|
then
|
||||||
|
echo "Adminport set by ENV does not match port configured in ioBroker installation."
|
||||||
|
echo "Setting Adminport to \""$adminport"\"..."
|
||||||
|
bash iobroker set admin.0 --port $adminport
|
||||||
|
echo 'Done.'
|
||||||
|
echo ' '
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
# Checking ENV for AVAHI
|
||||||
|
if [ "$avahi" != "" ]
|
||||||
|
then
|
||||||
|
if [ "$avahi" = "true" ]
|
||||||
|
then
|
||||||
echo "Avahi-daemon is activated by ENV."
|
echo "Avahi-daemon is activated by ENV."
|
||||||
chmod 764 /opt/scripts/setup_avahi.sh
|
chmod 755 /opt/scripts/setup_avahi.sh
|
||||||
sh /opt/scripts/setup_avahi.sh
|
bash /opt/scripts/setup_avahi.sh
|
||||||
echo "Done."
|
echo "Done."
|
||||||
echo ' '
|
echo ' '
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
# Checking ENV for Z-WAVE
|
||||||
|
if [ "$zwave" != "" ]
|
||||||
|
then
|
||||||
|
if [ "$zwave" = "true" ]
|
||||||
|
then
|
||||||
|
echo "Z-Wave is activated by ENV."
|
||||||
|
chmod 755 /opt/scripts/setup_zwave.sh
|
||||||
|
bash /opt/scripts/setup_zwave.sh
|
||||||
|
echo "Done."
|
||||||
|
echo ' '
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
# checking ENV for USBDEVICES
|
||||||
|
if [ "$usbdevices" != "" ]
|
||||||
|
then
|
||||||
|
if [ "$usbdevices" != "none" ]
|
||||||
|
then
|
||||||
|
echo "Usb-device-support is activated by ENV."
|
||||||
|
IFS=';' read -ra devicearray <<< "$usbdevices"
|
||||||
|
for i in "${devicearray[@]}"
|
||||||
|
do
|
||||||
|
echo "Setting permissions for" $i"..."
|
||||||
|
chown root:dialout $i
|
||||||
|
chmod g+rw $i
|
||||||
|
done
|
||||||
|
echo "Done."
|
||||||
|
echo ' '
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
# Checking ENVs for custom setup of objects db
|
||||||
|
if [ "$objectsdbtype" != "" ] || [ "$objectsdbhost" != "" ] || [ "$objectsdbport" != "" ]
|
||||||
|
then
|
||||||
|
if [ "$objectsdbtype" != $(jq '.objects.type' /opt/iobroker/iobroker-data/iobroker.json) ]
|
||||||
|
then
|
||||||
|
echo "ENV IOB_OBJECTSDB_TYPE is set and value is different from detected ioBroker installation."
|
||||||
|
echo "Setting type of objects db to \""$objectsdbtype"\"..."
|
||||||
|
jq --arg objectsdbtype "$objectsdbtype" '.objects.type = $objectsdbtype' /opt/iobroker/iobroker-data/iobroker.json > /opt/iobroker/iobroker-data/iobroker.json.tmp && mv /opt/iobroker/iobroker-data/iobroker.json.tmp /opt/iobroker/iobroker-data/iobroker.json
|
||||||
|
echo "Done."
|
||||||
|
else
|
||||||
|
echo "ENV IOB_OBJECTSDB_TYPE is set and value meets detected ioBroker installation. Nothing to do here."
|
||||||
|
fi
|
||||||
|
if [ "$objectsdbhost" != $(jq '.objects.host' /opt/iobroker/iobroker-data/iobroker.json) ]
|
||||||
|
then
|
||||||
|
echo "ENV IOB_OBJECTSDB_HOST is set and value is different from detected ioBroker installation."
|
||||||
|
echo "Setting host of objects db to \""$objectsdbhost"\"..."
|
||||||
|
jq --arg objectsdbhost "$objectsdbhost" '.objects.host = $objectsdbhost' /opt/iobroker/iobroker-data/iobroker.json > /opt/iobroker/iobroker-data/iobroker.json.tmp && mv /opt/iobroker/iobroker-data/iobroker.json.tmp /opt/iobroker/iobroker-data/iobroker.json
|
||||||
|
echo "Done."
|
||||||
|
else
|
||||||
|
echo "ENV IOB_OBJECTSDB_HOST is set and value meets detected ioBroker installation. Nothing to do here."
|
||||||
|
fi
|
||||||
|
if [ "$objectsdbport" != $(jq '.objects.port' /opt/iobroker/iobroker-data/iobroker.json) ]
|
||||||
|
then
|
||||||
|
echo "ENV IOB_OBJECTSDB_PORT is set and value is different from detected ioBroker installation."
|
||||||
|
echo "Setting port of objects db to \""$objectsdbport"\"..."
|
||||||
|
jq --arg objectsdbport "$objectsdbport" '.objects.port = $objectsdbport' /opt/iobroker/iobroker-data/iobroker.json > /opt/iobroker/iobroker-data/iobroker.json.tmp && mv /opt/iobroker/iobroker-data/iobroker.json.tmp /opt/iobroker/iobroker-data/iobroker.json
|
||||||
|
echo "Done."
|
||||||
|
else
|
||||||
|
echo "ENV IOB_OBJECTSDB_PORT is set and value meets detected ioBroker installation. Nothing to do here."
|
||||||
|
fi
|
||||||
|
echo ' '
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$zwave" = "true" ]
|
|
||||||
|
# Checking ENVs for custom setup of states db#
|
||||||
|
if [ "$statesdbtype" != "" ] || [ "$statesdbhost" != "" ] || [ "$statesdbport" != "" ]
|
||||||
then
|
then
|
||||||
echo "ZWave is activated by ENV."
|
if [ "$statesdbtype" != $(jq '.states.type' /opt/iobroker/iobroker-data/iobroker.json) ]
|
||||||
chmod 764 /opt/scripts/setup_zwave.sh
|
then
|
||||||
sh /opt/scripts/setup_zwave.sh
|
echo "ENV IOB_STATESDB_TYPE is set and value is different from detected ioBroker installation."
|
||||||
|
echo "Setting type of states db to \""$statesdbtype"\"..."
|
||||||
|
jq --arg statesdbtype "$statesdbtype" '.states.type = $statesdbtype' /opt/iobroker/iobroker-data/iobroker.json > /opt/iobroker/iobroker-data/iobroker.json.tmp && mv /opt/iobroker/iobroker-data/iobroker.json.tmp /opt/iobroker/iobroker-data/iobroker.json
|
||||||
echo "Done."
|
echo "Done."
|
||||||
|
else
|
||||||
|
echo "ENV IOB_STATESDB_TYPE is set and value meets detected ioBroker installation. Nothing to do here."
|
||||||
|
fi
|
||||||
|
if [ "$statesdbhost" != $(jq '.states.host' /opt/iobroker/iobroker-data/iobroker.json) ]
|
||||||
|
then
|
||||||
|
echo "ENV IOB_STATESDB_HOST is set and value is different from detected ioBroker installation."
|
||||||
|
echo "Setting host of states db to \""$statesdbhost"\"..."
|
||||||
|
jq --arg statesdbhost "$statesdbhost" '.states.host = $statesdbhost' /opt/iobroker/iobroker-data/iobroker.json > /opt/iobroker/iobroker-data/iobroker.json.tmp && mv /opt/iobroker/iobroker-data/iobroker.json.tmp /opt/iobroker/iobroker-data/iobroker.json
|
||||||
|
echo "Done."
|
||||||
|
else
|
||||||
|
echo "ENV IOB_STATESDB_HOST is set and value meets detected ioBroker installation. Nothing to do here."
|
||||||
|
fi
|
||||||
|
if [ "$statesdbport" != $(jq '.states.port' /opt/iobroker/iobroker-data/iobroker.json) ]
|
||||||
|
then
|
||||||
|
echo "ENV IOB_STATESDB_PORT is set and value is different from detected ioBroker installation."
|
||||||
|
echo "Setting port of states db to \""$statesdbport"\"..."
|
||||||
|
jq --arg statesdbport "$statesdbport" '.states.port = $statesdbport' /opt/iobroker/iobroker-data/iobroker.json > /opt/iobroker/iobroker-data/iobroker.json.tmp && mv /opt/iobroker/iobroker-data/iobroker.json.tmp /opt/iobroker/iobroker-data/iobroker.json
|
||||||
|
echo "Done."
|
||||||
|
else
|
||||||
|
echo "ENV IOB_STATESDB_PORT is set and value meets detected ioBroker installation. Nothing to do here."
|
||||||
|
fi
|
||||||
echo ' '
|
echo ' '
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
# Checking for Userscripts in /opt/userscripts
|
||||||
|
if [ `find /opt/userscripts -type f | wc -l` -lt 1 ]
|
||||||
|
then
|
||||||
|
echo "There is no data detected in /opt/userscripts. Restoring exapmple userscripts..."
|
||||||
|
tar -xf /opt/initial_userscripts.tar -C /
|
||||||
|
chmod 755 /opt/userscripts/userscript_firststart_example.sh
|
||||||
|
chmod 755 /opt/userscripts/userscript_everystart_example.sh
|
||||||
|
echo "Done."
|
||||||
|
echo ' '
|
||||||
|
elif [ -f /opt/userscripts/userscript_firststart.sh ] || [ -f /opt/userscripts/userscript_everystart.sh ]
|
||||||
|
then
|
||||||
|
if [ -f /opt/userscripts/userscript_firststart.sh ] && [ -f /opt/.firstrun ]
|
||||||
|
then
|
||||||
|
echo "Userscript for first start detected and this is the first start of a new container."
|
||||||
|
echo "Running userscript_firststart.sh..."
|
||||||
|
chmod 755 /opt/userscripts/userscript_firststart.sh
|
||||||
|
bash /opt/userscripts/userscript_firststart.sh
|
||||||
|
rm -f /opt/.firstrun
|
||||||
|
echo "Done."
|
||||||
|
echo ' '
|
||||||
|
fi
|
||||||
|
if [ -f /opt/userscripts/userscript_everystart.sh ]
|
||||||
|
then
|
||||||
|
echo "Userscript for every start detected. Running userscript_everystart.sh..."
|
||||||
|
chmod 755 /opt/userscripts/userscript_everystart.sh
|
||||||
|
bash /opt/userscripts/userscript_everystart.sh
|
||||||
|
echo "Done."
|
||||||
|
echo ' '
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
sleep 5
|
sleep 5
|
||||||
|
|
||||||
|
|
||||||
|
#####
|
||||||
# Starting ioBroker
|
# Starting ioBroker
|
||||||
|
#####
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo "----- Step 5 of 5: ioBroker startup -----"
|
echo "----- Step 5 of 5: ioBroker startup -----"
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo ' '
|
echo ' '
|
||||||
echo "Starting ioBroker..."
|
echo "Starting ioBroker..."
|
||||||
echo ' '
|
echo ' '
|
||||||
#gosu iobroker node --trace-warnings node_modules/iobroker.js-controller/controller.js > /opt/iobroker/iobroker.log 2>&1 &
|
|
||||||
gosu iobroker node node_modules/iobroker.js-controller/controller.js
|
gosu iobroker node node_modules/iobroker.js-controller/controller.js
|
||||||
|
|
||||||
# Preventing container restart by keeping a process alive even if iobroker will be stopped
|
# Preventing container restart by keeping a process alive even if iobroker will be stopped
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
echo "Checking avahi-daemon installation state..."
|
echo "Checking avahi-daemon installation state..."
|
||||||
|
|
||||||
if [ -f /usr/sbin/avahi-daemon ]
|
if [ -e /usr/sbin/avahi-daemon ] && [ -e /var/run/dbus ]
|
||||||
then
|
then
|
||||||
echo "Avahi is already installed..."
|
echo "Avahi is already installed..."
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -1,7 +1,12 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
apt-get update
|
apt-get -qq update
|
||||||
apt-get install -y $(cat /opt/scripts/.packages)
|
|
||||||
|
packages=$(cat /opt/scripts/.packages)
|
||||||
|
for i in $packages; do
|
||||||
|
sudo apt-get -qq -y install $i
|
||||||
|
done
|
||||||
|
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
rm -f /opt/scripts/.packages
|
rm -f /opt/scripts/.packages
|
||||||
|
|
||||||
|
|||||||
@@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
echo "Checking openzwave installation state..."
|
echo "Checking openzwave installation state..."
|
||||||
|
|
||||||
if [ -f /usr/local/lib64 ]
|
if [ -e /usr/local/lib64 ]
|
||||||
then
|
then
|
||||||
echo "Openzwave is already installed..."
|
echo "Openzwave is already installed..."
|
||||||
else
|
else
|
||||||
echo "Openzwave is NOT installed. Going to install it now..."
|
echo "Openzwave is NOT installed. Going to install it now..."
|
||||||
cd /opt
|
cd /opt
|
||||||
curl -s -L -O http://old.openzwave.com/downloads/openzwave-1.6.945.tar.gz
|
curl -s -L -O http://old.openzwave.com/downloads/openzwave-1.6.1007.tar.gz
|
||||||
tar -xf openzwave-1.6.945.tar.gz && rm openzwave-1.6.945.tar.gz
|
tar -xf openzwave-1.6.1007.tar.gz && rm openzwave-1.6.1007.tar.gz
|
||||||
cd openzwave-1.6.945 && make > /dev/null 2>&1 && make install > /dev/null 2>&1
|
cd openzwave-1.6.1007 && make > /dev/null 2>&1 && make install > /dev/null 2>&1
|
||||||
ldconfig /usr/local/lib64
|
ldconfig /usr/local/lib64
|
||||||
cd /opt/iobroker
|
cd /opt/iobroker
|
||||||
# echo "Openzwave is now installed..."
|
# echo "Openzwave is now installed..."
|
||||||
|
|||||||
13
amd64/scripts/userscript_everystart_example.sh
Normal file
13
amd64/scripts/userscript_everystart_example.sh
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# This is an example script file.
|
||||||
|
# To run the Script on every start of the container you have to rename it to userscript_everystart.sh.
|
||||||
|
|
||||||
|
# You can add your advanced script code here!
|
||||||
|
|
||||||
|
echo ' '
|
||||||
|
echo "I'm your startscript userscript_everystart.sh. I will run on EVERY container startup."
|
||||||
|
echo ' '
|
||||||
|
|
||||||
|
|
||||||
|
exit 0
|
||||||
12
amd64/scripts/userscript_firststart_example.sh
Normal file
12
amd64/scripts/userscript_firststart_example.sh
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# This is an example script file.
|
||||||
|
# To run the Script on the first start of a new container you have to rename it to userscript_firststart.sh.
|
||||||
|
|
||||||
|
# You can add your advanced script code here!
|
||||||
|
|
||||||
|
echo ' '
|
||||||
|
echo "I'm your startscript userscript_firststart.sh. I will run only on the FIRST startup of the container."
|
||||||
|
echo ' '
|
||||||
|
|
||||||
|
exit 0
|
||||||
@@ -1,32 +1,38 @@
|
|||||||
FROM balenalib/armv7hf-debian:stretch
|
FROM balenalib/armv7hf-debian:buster
|
||||||
|
|
||||||
MAINTAINER Andre Germann <https://buanet.de>
|
LABEL maintainer="Andre Germann" \
|
||||||
|
url="https://buanet.de"
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
|
||||||
# Install prerequisites
|
# Install prerequisites (as listed in iobroker installer.sh)
|
||||||
RUN apt-get update && apt-get upgrade -y && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
acl \
|
acl \
|
||||||
apt-utils \
|
apt-utils \
|
||||||
build-essential \
|
build-essential \
|
||||||
curl \
|
curl \
|
||||||
git \
|
git \
|
||||||
gnupg2 \
|
gnupg2 \
|
||||||
|
gosu \
|
||||||
|
jq \
|
||||||
|
libavahi-compat-libdnssd-dev \
|
||||||
libcap2-bin \
|
libcap2-bin \
|
||||||
libpam0g-dev \
|
libpam0g-dev \
|
||||||
libudev-dev \
|
libudev-dev \
|
||||||
locales \
|
locales \
|
||||||
|
pkg-config \
|
||||||
procps \
|
procps \
|
||||||
python \
|
python \
|
||||||
gosu \
|
python-dev \
|
||||||
|
sudo \
|
||||||
|
udev \
|
||||||
unzip \
|
unzip \
|
||||||
wget \
|
wget \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Install node8
|
# Install node10
|
||||||
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash \
|
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash \
|
||||||
&& apt-get update && apt-get install -y \
|
&& apt-get update && apt-get install -y nodejs \
|
||||||
nodejs \
|
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Generating locales
|
# Generating locales
|
||||||
@@ -34,9 +40,11 @@ RUN sed -i 's/^# *\(de_DE.UTF-8\)/\1/' /etc/locale.gen \
|
|||||||
&& sed -i 's/^# *\(en_US.UTF-8\)/\1/' /etc/locale.gen \
|
&& sed -i 's/^# *\(en_US.UTF-8\)/\1/' /etc/locale.gen \
|
||||||
&& locale-gen
|
&& locale-gen
|
||||||
|
|
||||||
# Create scripts directory and copy scripts
|
# Create scripts directorys and copy scripts
|
||||||
RUN mkdir -p /opt/scripts/ \
|
RUN mkdir -p /opt/scripts/ \
|
||||||
&& chmod 777 /opt/scripts/
|
&& mkdir -p /opt/userscripts/ \
|
||||||
|
&& chmod 777 /opt/scripts/ \
|
||||||
|
&& chmod 777 /opt/userscripts/
|
||||||
WORKDIR /opt/scripts/
|
WORKDIR /opt/scripts/
|
||||||
COPY scripts/iobroker_startup.sh iobroker_startup.sh
|
COPY scripts/iobroker_startup.sh iobroker_startup.sh
|
||||||
COPY scripts/setup_avahi.sh setup_avahi.sh
|
COPY scripts/setup_avahi.sh setup_avahi.sh
|
||||||
@@ -44,7 +52,11 @@ COPY scripts/setup_packages.sh setup_packages.sh
|
|||||||
COPY scripts/setup_zwave.sh setup_zwave.sh
|
COPY scripts/setup_zwave.sh setup_zwave.sh
|
||||||
RUN chmod +x iobroker_startup.sh \
|
RUN chmod +x iobroker_startup.sh \
|
||||||
&& chmod +x setup_avahi.sh \
|
&& chmod +x setup_avahi.sh \
|
||||||
&& chmod +x setup_packages.sh
|
&& chmod +x setup_packages.sh \
|
||||||
|
&& chmod +x setup_zwave.sh
|
||||||
|
WORKDIR /opt/userscripts/
|
||||||
|
COPY scripts/userscript_firststart_example.sh userscript_firststart_example.sh
|
||||||
|
COPY scripts/userscript_everystart_example.sh userscript_everystart_example.sh
|
||||||
|
|
||||||
# Install ioBroker
|
# Install ioBroker
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
@@ -56,29 +68,25 @@ RUN apt-get update \
|
|||||||
|
|
||||||
# Install node-gyp
|
# Install node-gyp
|
||||||
WORKDIR /opt/iobroker/
|
WORKDIR /opt/iobroker/
|
||||||
RUN npm config set unsafe-perm true # To fix "Error: could not get uid/gid"
|
|
||||||
RUN npm install -g node-gyp
|
RUN npm install -g node-gyp
|
||||||
|
|
||||||
# Backup initial ioBroker-folder
|
# Backup initial ioBroker and userscript folder
|
||||||
RUN tar -cf /opt/initial_iobroker.tar /opt/iobroker
|
RUN tar -cf /opt/initial_iobroker.tar /opt/iobroker \
|
||||||
|
&& tar -cf /opt/initial_userscripts.tar /opt/userscripts
|
||||||
|
|
||||||
# Setting up iobroker-user
|
# Setting up iobroker-user (shell and home directory)
|
||||||
RUN chsh -s /bin/bash iobroker
|
RUN chsh -s /bin/bash iobroker \
|
||||||
|
&& usermod --home /opt/iobroker iobroker
|
||||||
|
|
||||||
# Setting up ENVs
|
# Setting up ENVs
|
||||||
ENV DEBIAN_FRONTEND="teletype" \
|
ENV DEBIAN_FRONTEND="teletype" \
|
||||||
LANG="de_DE.UTF-8" \
|
LANG="de_DE.UTF-8" \
|
||||||
LANGUAGE="de_DE:de" \
|
LANGUAGE="de_DE:de" \
|
||||||
LC_ALL="de_DE.UTF-8" \
|
LC_ALL="de_DE.UTF-8" \
|
||||||
TZ="Europe/Berlin" \
|
PACKAGES="vim" \
|
||||||
PACKAGES="nano" \
|
|
||||||
AVAHI="false" \
|
|
||||||
SETUID=1000 \
|
|
||||||
SETGID=1000 \
|
SETGID=1000 \
|
||||||
ZWAVE="false"
|
SETUID=1000 \
|
||||||
|
TZ="Europe/Berlin"
|
||||||
# Setting up EXPOSE for Admin
|
|
||||||
EXPOSE 8081/tcp
|
|
||||||
|
|
||||||
# Run startup-script
|
# Run startup-script
|
||||||
ENTRYPOINT ["/opt/scripts/iobroker_startup.sh"]
|
ENTRYPOINT ["/bin/bash", "-c", "/opt/scripts/iobroker_startup.sh"]
|
||||||
|
|||||||
@@ -1,16 +1,24 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Reading ENV
|
# Reading ENV
|
||||||
packages=$PACKAGES
|
adminport=$IOB_ADMINPORT
|
||||||
avahi=$AVAHI
|
avahi=$AVAHI
|
||||||
uid=$SETUID
|
objectsdbhost=$IOB_OBJECTSDB_HOST
|
||||||
gid=$SETGID
|
objectsdbport=$IOB_OBJECTSDB_PORT
|
||||||
|
objectsdbtype=$IOB_OBJECTSDB_TYPE
|
||||||
|
packages=$PACKAGES
|
||||||
|
setgid=$SETGID
|
||||||
|
setuid=$SETUID
|
||||||
|
statesdbhost=$IOB_STATESDB_HOST
|
||||||
|
statesdbport=$IOB_STATESDB_PORT
|
||||||
|
statesdbtype=$IOB_STATESDB_TYPE
|
||||||
|
usbdevices=$USBDEVICES
|
||||||
zwave=$ZWAVE
|
zwave=$ZWAVE
|
||||||
|
|
||||||
# Getting date and time for logging
|
# Getting date and time for logging
|
||||||
dati=`date '+%Y-%m-%d %H:%M:%S'`
|
dati=`date '+%Y-%m-%d %H:%M:%S'`
|
||||||
|
|
||||||
# Header
|
# Logging header
|
||||||
echo ' '
|
echo ' '
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo -n "$(printf -- '-%.0s' {1..15})" && echo -n " "$dati" " && echo "$(printf -- '-%.0s' {1..15})"
|
echo -n "$(printf -- '-%.0s' {1..15})" && echo -n " "$dati" " && echo "$(printf -- '-%.0s' {1..15})"
|
||||||
@@ -34,86 +42,119 @@ echo -n "----- " && echo -n "$(printf "%-10s %-23s" node: $(node -
|
|||||||
echo -n "----- " && echo -n "$(printf "%-10s %-23s" npm: $(npm -v))" && echo " -----"
|
echo -n "----- " && echo -n "$(printf "%-10s %-23s" npm: $(npm -v))" && echo " -----"
|
||||||
echo "----- -----"
|
echo "----- -----"
|
||||||
echo "----- ENV -----"
|
echo "----- ENV -----"
|
||||||
echo -n "----- " && echo -n "$(printf "%-10s %-23s" AVAHI: $AVAHI)" && echo " -----"
|
if [ "$adminport" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" ADMINPORT: $adminport)" && echo " -----"; fi
|
||||||
echo -n "----- " && echo -n "$(printf "%-10s %-23s" PACKAGES: $PACKAGES)" && echo " -----"
|
if [ "$avahi" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" AVAHI: $avahi)" && echo " -----"; fi
|
||||||
echo -n "----- " && echo -n "$(printf "%-10s %-23s" SETGID: $SETGID)" && echo " -----"
|
if [ "$objectsdbhost" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" IOB_OBJECTSDB_HOST: $objectsdbhost)" && echo " -----"; fi
|
||||||
echo -n "----- " && echo -n "$(printf "%-10s %-23s" SETUID: $SETUID)" && echo " -----"
|
if [ "$objectsdbport" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" IOB_OBJECTSDB_PORT: $objectsdbport)" && echo " -----"; fi
|
||||||
|
if [ "$objectsdbtype" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" IOB_OBJECTSDB_TYPE: $objectsdbtype)" && echo " -----"; fi
|
||||||
|
if [ "$packages" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" PACKAGES: $packages)" && echo " -----"; fi
|
||||||
|
if [ "$setgid" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" SETGID: $setgid)" && echo " -----"; fi
|
||||||
|
if [ "$setuid" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" SETUID: $setuid)" && echo " -----"; fi
|
||||||
|
if [ "$statesdbhost" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" IOB_STATESDB_HOST: $statesdbhost)" && echo " -----"; fi
|
||||||
|
if [ "$statesdbport" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" IOB_STATESDB_PORT: $statesdbport)" && echo " -----"; fi
|
||||||
|
if [ "$statesdbtype" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" IOB_STATESDB_TYPE: $statesdbtype)" && echo " -----"; fi
|
||||||
|
if [ "$usbdevices" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" USBDEVICES: $usbdevices)" && echo " -----"; fi
|
||||||
|
if [ "$zwave" != "" ]; then echo -n "----- " && echo -n "$(printf "%-10s %-23s" ZWAVE: $zwave)" && echo " -----"; fi
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo ' '
|
echo ' '
|
||||||
|
|
||||||
# Checking and installing additional packages
|
|
||||||
|
#####
|
||||||
|
# STEP 1 - Preparing container
|
||||||
|
#####
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo "----- Step 1 of 5: Installing additional packages -----"
|
echo "----- Step 1 of 5: Preparing container -----"
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo ' '
|
echo ' '
|
||||||
|
|
||||||
if [ "$packages" != "" ]
|
# Installing additional packages and setting uid/gid
|
||||||
|
if [ "$packages" != "" ] || [ $(cat /etc/group | grep 'iobroker:' | cut -d':' -f3) != $setgid ] || [ $(cat /etc/passwd | grep 'iobroker:' | cut -d':' -f3) != $setuid ]
|
||||||
then
|
then
|
||||||
|
if [ "$packages" != "" ]
|
||||||
|
then
|
||||||
|
echo "Installing additional packages is set by ENV."
|
||||||
echo "The following packages will be installed:" $packages"..."
|
echo "The following packages will be installed:" $packages"..."
|
||||||
echo $packages > /opt/scripts/.packages
|
echo $packages > /opt/scripts/.packages
|
||||||
sh /opt/scripts/setup_packages.sh > /opt/scripts/setup_packages.log 2>&1
|
bash /opt/scripts/setup_packages.sh
|
||||||
echo "Done."
|
echo "Done."
|
||||||
|
echo ' '
|
||||||
|
fi
|
||||||
|
if [ $(cat /etc/group | grep 'iobroker:' | cut -d':' -f3) != $setgid ] || [ $(cat /etc/passwd | grep 'iobroker:' | cut -d':' -f3) != $setuid ]
|
||||||
|
then
|
||||||
|
echo "Different UID and/ or GID is set by ENV."
|
||||||
|
echo "Changing UID to "$setuid" and GID to "$setgid"..."
|
||||||
|
usermod -u $setuid iobroker
|
||||||
|
groupmod -g $setgid iobroker
|
||||||
|
echo "Done."
|
||||||
|
echo ' '
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
echo "There are no additional packages defined."
|
echo "Nothing to do here."
|
||||||
fi
|
fi
|
||||||
echo ' '
|
|
||||||
|
|
||||||
# Change directory for next steps
|
# Change directory for next steps
|
||||||
cd /opt/iobroker
|
cd /opt/iobroker
|
||||||
|
|
||||||
|
|
||||||
|
#####
|
||||||
# Detecting ioBroker-Installation
|
# Detecting ioBroker-Installation
|
||||||
|
#####
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo "----- Step 2 of 5: Detecting ioBroker installation -----"
|
echo "----- Step 2 of 5: Detecting ioBroker installation -----"
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo ' '
|
echo ' '
|
||||||
|
|
||||||
if [ `ls -1a|wc -l` -lt 3 ]
|
if [ `find /opt/iobroker -type f | wc -l` -lt 1 ]
|
||||||
then
|
then
|
||||||
echo "There is no data detected in /opt/iobroker. Restoring..."
|
echo "There is no data detected in /opt/iobroker. Restoring initial ioBroker installation..."
|
||||||
tar -xf /opt/initial_iobroker.tar -C /
|
tar -xf /opt/initial_iobroker.tar -C /
|
||||||
echo "Done."
|
echo "Done."
|
||||||
|
elif [ -f /opt/iobroker/iobroker ]
|
||||||
|
then
|
||||||
|
echo "Existing installation of ioBroker detected in /opt/iobroker."
|
||||||
|
elif [ $(ls iobroker_20* 2> /dev/null | wc -l) != "0" ] && [ $(tar -ztvf /opt/iobroker/iobroker_20*.tar.gz "backup/backup.json" 2> /dev/null | wc -l) != "0" ]
|
||||||
|
then
|
||||||
|
echo "ioBroker backup file detected in /opt/iobroker. Restoring ioBroker..."
|
||||||
|
mv /opt/iobroker/*.tar.gz /opt/
|
||||||
|
tar -xf /opt/initial_iobroker.tar -C /
|
||||||
|
mkdir /opt/iobroker/backups
|
||||||
|
mv /opt/*.tar.gz /opt/iobroker/backups/
|
||||||
|
iobroker restore 0 > /opt/iobroker/log/restore.log 2>&1
|
||||||
|
echo "Done."
|
||||||
|
echo ' '
|
||||||
|
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
||||||
|
echo "!!!!! IMPORTANT NOTE !!!!!"
|
||||||
|
echo "!!!!! The sartup script restored iobroker from a backup file. !!!!!"
|
||||||
|
echo "!!!!! Check /opt/iobroker/log/restore.log to see if restore was successful. !!!!!"
|
||||||
|
echo "!!!!! When ioBroker now starts it will reinstall all Adapters automatically. !!!!!"
|
||||||
|
echo "!!!!! This might be take a looooong time! Please be patient! !!!!!"
|
||||||
|
echo "!!!!! You can view installation process by taking a look at ioBroker log. !!!!!"
|
||||||
|
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
||||||
else
|
else
|
||||||
if [ -f /opt/iobroker/iobroker ]
|
echo "There is data detected in /opt/iobroker but it looks like it is no instance of iobroker or a valid backup file!"
|
||||||
then
|
|
||||||
echo "Installation of ioBroker detected in /opt/iobroker."
|
|
||||||
else
|
|
||||||
echo "There is data detected in /opt/iobroker, but it looks like it is no instance of iobroker!"
|
|
||||||
echo "Please check/ recreate mounted folder/ volume and restart ioBroker container."
|
echo "Please check/ recreate mounted folder/ volume and restart ioBroker container."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
echo ' '
|
echo ' '
|
||||||
|
|
||||||
|
|
||||||
|
#####
|
||||||
# Checking ioBroker-Installation
|
# Checking ioBroker-Installation
|
||||||
|
#####
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo "----- Step 3 of 5: Checking ioBroker installation -----"
|
echo "----- Step 3 of 5: Checking ioBroker installation -----"
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo ' '
|
echo ' '
|
||||||
|
|
||||||
# Checking for first run and set uid/gid
|
|
||||||
if [ -f /opt/.firstrun ]
|
|
||||||
then
|
|
||||||
echo "This is the first run of a new container. Time for some preparation."
|
|
||||||
echo ' '
|
|
||||||
echo "Changing UID to "$uid" and GID to "$gid"..."
|
|
||||||
usermod -u $uid iobroker
|
|
||||||
groupmod -g $gid iobroker
|
|
||||||
rm -f /opt/.firstrun
|
|
||||||
echo "Done."
|
|
||||||
else
|
|
||||||
echo "This is NOT the first run of the container. Some Steps will be skipped."
|
|
||||||
fi
|
|
||||||
echo ' '
|
|
||||||
|
|
||||||
# (Re)Setting permissions to "/opt/iobroker" and "/opt/scripts"
|
# (Re)Setting permissions to "/opt/iobroker" and "/opt/scripts"
|
||||||
echo "(Re)Setting folder permissions (This might take a while! Please be patient!)..."
|
echo "(Re)Setting folder permissions (This might take a while! Please be patient!)..."
|
||||||
chown -R $uid:$gid /opt/iobroker
|
chown -R $setuid:$setgid /opt/iobroker
|
||||||
chown -R $uid:$gid /opt/scripts
|
chown -R $setuid:$setgid /opt/scripts
|
||||||
echo "Done."
|
echo "Done."
|
||||||
echo ' '
|
echo ' '
|
||||||
|
|
||||||
# Backing up original iobroker-file and changing sudo to gosu
|
# Backing up original iobroker-file and changing sudo to gosu
|
||||||
echo "Fixing \"sudo-bug\" by replacing sudo with gosu..."
|
echo "Fixing \"sudo-bug\" by replacing sudo in iobroker with gosu..."
|
||||||
cp -a /opt/iobroker/iobroker /opt/iobroker/iobroker.bak
|
cp -a /opt/iobroker/iobroker /opt/iobroker/iobroker.bak
|
||||||
chmod 755 /opt/iobroker/iobroker
|
chmod 755 /opt/iobroker/iobroker
|
||||||
sed -i 's/sudo -H -u/gosu/g' /opt/iobroker/iobroker
|
sed -i 's/sudo -H -u/gosu/g' /opt/iobroker/iobroker
|
||||||
@@ -125,51 +166,207 @@ if [ -f /opt/iobroker/.install_host ]
|
|||||||
then
|
then
|
||||||
echo "Looks like this is a new and empty installation of ioBroker."
|
echo "Looks like this is a new and empty installation of ioBroker."
|
||||||
echo "Hostname needs to be updated to " $(hostname)"..."
|
echo "Hostname needs to be updated to " $(hostname)"..."
|
||||||
sh /opt/iobroker/iobroker host $(cat /opt/iobroker/.install_host)
|
bash iobroker host $(cat /opt/iobroker/.install_host)
|
||||||
rm -f /opt/iobroker/.install_host
|
rm -f /opt/iobroker/.install_host
|
||||||
echo 'Done.'
|
echo 'Done.'
|
||||||
echo ' '
|
echo ' '
|
||||||
|
elif [ $(bash iobroker object get system.adapter.admin.0 --pretty | grep -oP '(?<="host": ")[^"]*') != $(hostname) ]
|
||||||
|
then
|
||||||
|
echo "Hostname in ioBroker does not match the hostname of this container."
|
||||||
|
echo "Updating hostname to " $(hostname)"..."
|
||||||
|
bash iobroker host $(iobroker object get system.adapter.admin.0 --pretty | grep -oP '(?<="host": ")[^"]*')
|
||||||
|
echo 'Done.'
|
||||||
|
echo ' '
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
#####
|
||||||
# Setting up prerequisites for some ioBroker-adapters
|
# Setting up prerequisites for some ioBroker-adapters
|
||||||
|
#####
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo "----- Step 4 of 5: Applying special settings -----"
|
echo "----- Step 4 of 5: Applying special settings -----"
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo ' '
|
echo ' '
|
||||||
|
|
||||||
echo "Some adapters have special requirements which can be activated by the use of environment variables."
|
echo "Some adapters have special requirements/ settings which can be activated by the use of environment variables."
|
||||||
echo "For more information take a look at readme.md"
|
echo "For more information take a look at readme.md on Github!"
|
||||||
echo ' '
|
echo ' '
|
||||||
|
|
||||||
# Checking for and setting up avahi-daemon
|
|
||||||
if [ "$avahi" = "true" ]
|
# Checking ENV for Adminport
|
||||||
|
if [ "$adminport" != "" ]
|
||||||
then
|
then
|
||||||
|
if [ "$adminport" != $(bash iobroker object get system.adapter.admin.0 --pretty | grep -oP '(?<="port": )[^,]*') ]
|
||||||
|
then
|
||||||
|
echo "Adminport set by ENV does not match port configured in ioBroker installation."
|
||||||
|
echo "Setting Adminport to \""$adminport"\"..."
|
||||||
|
bash iobroker set admin.0 --port $adminport
|
||||||
|
echo 'Done.'
|
||||||
|
echo ' '
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
# Checking ENV for AVAHI
|
||||||
|
if [ "$avahi" != "" ]
|
||||||
|
then
|
||||||
|
if [ "$avahi" = "true" ]
|
||||||
|
then
|
||||||
echo "Avahi-daemon is activated by ENV."
|
echo "Avahi-daemon is activated by ENV."
|
||||||
chmod 764 /opt/scripts/setup_avahi.sh
|
chmod 755 /opt/scripts/setup_avahi.sh
|
||||||
sh /opt/scripts/setup_avahi.sh
|
bash /opt/scripts/setup_avahi.sh
|
||||||
echo "Done."
|
echo "Done."
|
||||||
echo ' '
|
echo ' '
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
# Checking ENV for Z-WAVE
|
||||||
|
if [ "$zwave" != "" ]
|
||||||
|
then
|
||||||
|
if [ "$zwave" = "true" ]
|
||||||
|
then
|
||||||
|
echo "Z-Wave is activated by ENV."
|
||||||
|
chmod 755 /opt/scripts/setup_zwave.sh
|
||||||
|
bash /opt/scripts/setup_zwave.sh
|
||||||
|
echo "Done."
|
||||||
|
echo ' '
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
# checking ENV for USBDEVICES
|
||||||
|
if [ "$usbdevices" != "" ]
|
||||||
|
then
|
||||||
|
if [ "$usbdevices" != "none" ]
|
||||||
|
then
|
||||||
|
echo "Usb-device-support is activated by ENV."
|
||||||
|
IFS=';' read -ra devicearray <<< "$usbdevices"
|
||||||
|
for i in "${devicearray[@]}"
|
||||||
|
do
|
||||||
|
echo "Setting permissions for" $i"..."
|
||||||
|
chown root:dialout $i
|
||||||
|
chmod g+rw $i
|
||||||
|
done
|
||||||
|
echo "Done."
|
||||||
|
echo ' '
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
# Checking ENVs for custom setup of objects db
|
||||||
|
if [ "$objectsdbtype" != "" ] || [ "$objectsdbhost" != "" ] || [ "$objectsdbport" != "" ]
|
||||||
|
then
|
||||||
|
if [ "$objectsdbtype" != $(jq '.objects.type' /opt/iobroker/iobroker-data/iobroker.json) ]
|
||||||
|
then
|
||||||
|
echo "ENV IOB_OBJECTSDB_TYPE is set and value is different from detected ioBroker installation."
|
||||||
|
echo "Setting type of objects db to \""$objectsdbtype"\"..."
|
||||||
|
jq --arg objectsdbtype "$objectsdbtype" '.objects.type = $objectsdbtype' /opt/iobroker/iobroker-data/iobroker.json > /opt/iobroker/iobroker-data/iobroker.json.tmp && mv /opt/iobroker/iobroker-data/iobroker.json.tmp /opt/iobroker/iobroker-data/iobroker.json
|
||||||
|
echo "Done."
|
||||||
|
else
|
||||||
|
echo "ENV IOB_OBJECTSDB_TYPE is set and value meets detected ioBroker installation. Nothing to do here."
|
||||||
|
fi
|
||||||
|
if [ "$objectsdbhost" != $(jq '.objects.host' /opt/iobroker/iobroker-data/iobroker.json) ]
|
||||||
|
then
|
||||||
|
echo "ENV IOB_OBJECTSDB_HOST is set and value is different from detected ioBroker installation."
|
||||||
|
echo "Setting host of objects db to \""$objectsdbhost"\"..."
|
||||||
|
jq --arg objectsdbhost "$objectsdbhost" '.objects.host = $objectsdbhost' /opt/iobroker/iobroker-data/iobroker.json > /opt/iobroker/iobroker-data/iobroker.json.tmp && mv /opt/iobroker/iobroker-data/iobroker.json.tmp /opt/iobroker/iobroker-data/iobroker.json
|
||||||
|
echo "Done."
|
||||||
|
else
|
||||||
|
echo "ENV IOB_OBJECTSDB_HOST is set and value meets detected ioBroker installation. Nothing to do here."
|
||||||
|
fi
|
||||||
|
if [ "$objectsdbport" != $(jq '.objects.port' /opt/iobroker/iobroker-data/iobroker.json) ]
|
||||||
|
then
|
||||||
|
echo "ENV IOB_OBJECTSDB_PORT is set and value is different from detected ioBroker installation."
|
||||||
|
echo "Setting port of objects db to \""$objectsdbport"\"..."
|
||||||
|
jq --arg objectsdbport "$objectsdbport" '.objects.port = $objectsdbport' /opt/iobroker/iobroker-data/iobroker.json > /opt/iobroker/iobroker-data/iobroker.json.tmp && mv /opt/iobroker/iobroker-data/iobroker.json.tmp /opt/iobroker/iobroker-data/iobroker.json
|
||||||
|
echo "Done."
|
||||||
|
else
|
||||||
|
echo "ENV IOB_OBJECTSDB_PORT is set and value meets detected ioBroker installation. Nothing to do here."
|
||||||
|
fi
|
||||||
|
echo ' '
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$zwave" = "true" ]
|
|
||||||
|
# Checking ENVs for custom setup of states db#
|
||||||
|
if [ "$statesdbtype" != "" ] || [ "$statesdbhost" != "" ] || [ "$statesdbport" != "" ]
|
||||||
then
|
then
|
||||||
echo "ZWave is activated by ENV."
|
if [ "$statesdbtype" != $(jq '.states.type' /opt/iobroker/iobroker-data/iobroker.json) ]
|
||||||
chmod 764 /opt/scripts/setup_zwave.sh
|
then
|
||||||
sh /opt/scripts/setup_zwave.sh
|
echo "ENV IOB_STATESDB_TYPE is set and value is different from detected ioBroker installation."
|
||||||
|
echo "Setting type of states db to \""$statesdbtype"\"..."
|
||||||
|
jq --arg statesdbtype "$statesdbtype" '.states.type = $statesdbtype' /opt/iobroker/iobroker-data/iobroker.json > /opt/iobroker/iobroker-data/iobroker.json.tmp && mv /opt/iobroker/iobroker-data/iobroker.json.tmp /opt/iobroker/iobroker-data/iobroker.json
|
||||||
echo "Done."
|
echo "Done."
|
||||||
|
else
|
||||||
|
echo "ENV IOB_STATESDB_TYPE is set and value meets detected ioBroker installation. Nothing to do here."
|
||||||
|
fi
|
||||||
|
if [ "$statesdbhost" != $(jq '.states.host' /opt/iobroker/iobroker-data/iobroker.json) ]
|
||||||
|
then
|
||||||
|
echo "ENV IOB_STATESDB_HOST is set and value is different from detected ioBroker installation."
|
||||||
|
echo "Setting host of states db to \""$statesdbhost"\"..."
|
||||||
|
jq --arg statesdbhost "$statesdbhost" '.states.host = $statesdbhost' /opt/iobroker/iobroker-data/iobroker.json > /opt/iobroker/iobroker-data/iobroker.json.tmp && mv /opt/iobroker/iobroker-data/iobroker.json.tmp /opt/iobroker/iobroker-data/iobroker.json
|
||||||
|
echo "Done."
|
||||||
|
else
|
||||||
|
echo "ENV IOB_STATESDB_HOST is set and value meets detected ioBroker installation. Nothing to do here."
|
||||||
|
fi
|
||||||
|
if [ "$statesdbport" != $(jq '.states.port' /opt/iobroker/iobroker-data/iobroker.json) ]
|
||||||
|
then
|
||||||
|
echo "ENV IOB_STATESDB_PORT is set and value is different from detected ioBroker installation."
|
||||||
|
echo "Setting port of states db to \""$statesdbport"\"..."
|
||||||
|
jq --arg statesdbport "$statesdbport" '.states.port = $statesdbport' /opt/iobroker/iobroker-data/iobroker.json > /opt/iobroker/iobroker-data/iobroker.json.tmp && mv /opt/iobroker/iobroker-data/iobroker.json.tmp /opt/iobroker/iobroker-data/iobroker.json
|
||||||
|
echo "Done."
|
||||||
|
else
|
||||||
|
echo "ENV IOB_STATESDB_PORT is set and value meets detected ioBroker installation. Nothing to do here."
|
||||||
|
fi
|
||||||
echo ' '
|
echo ' '
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
# Checking for Userscripts in /opt/userscripts
|
||||||
|
if [ `find /opt/userscripts -type f | wc -l` -lt 1 ]
|
||||||
|
then
|
||||||
|
echo "There is no data detected in /opt/userscripts. Restoring exapmple userscripts..."
|
||||||
|
tar -xf /opt/initial_userscripts.tar -C /
|
||||||
|
chmod 755 /opt/userscripts/userscript_firststart_example.sh
|
||||||
|
chmod 755 /opt/userscripts/userscript_everystart_example.sh
|
||||||
|
echo "Done."
|
||||||
|
echo ' '
|
||||||
|
elif [ -f /opt/userscripts/userscript_firststart.sh ] || [ -f /opt/userscripts/userscript_everystart.sh ]
|
||||||
|
then
|
||||||
|
if [ -f /opt/userscripts/userscript_firststart.sh ] && [ -f /opt/.firstrun ]
|
||||||
|
then
|
||||||
|
echo "Userscript for first start detected and this is the first start of a new container."
|
||||||
|
echo "Running userscript_firststart.sh..."
|
||||||
|
chmod 755 /opt/userscripts/userscript_firststart.sh
|
||||||
|
bash /opt/userscripts/userscript_firststart.sh
|
||||||
|
rm -f /opt/.firstrun
|
||||||
|
echo "Done."
|
||||||
|
echo ' '
|
||||||
|
fi
|
||||||
|
if [ -f /opt/userscripts/userscript_everystart.sh ]
|
||||||
|
then
|
||||||
|
echo "Userscript for every start detected. Running userscript_everystart.sh..."
|
||||||
|
chmod 755 /opt/userscripts/userscript_everystart.sh
|
||||||
|
bash /opt/userscripts/userscript_everystart.sh
|
||||||
|
echo "Done."
|
||||||
|
echo ' '
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
sleep 5
|
sleep 5
|
||||||
|
|
||||||
|
|
||||||
|
#####
|
||||||
# Starting ioBroker
|
# Starting ioBroker
|
||||||
|
#####
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo "----- Step 5 of 5: ioBroker startup -----"
|
echo "----- Step 5 of 5: ioBroker startup -----"
|
||||||
echo "$(printf -- '-%.0s' {1..60})"
|
echo "$(printf -- '-%.0s' {1..60})"
|
||||||
echo ' '
|
echo ' '
|
||||||
echo "Starting ioBroker..."
|
echo "Starting ioBroker..."
|
||||||
echo ' '
|
echo ' '
|
||||||
#gosu iobroker node --trace-warnings node_modules/iobroker.js-controller/controller.js > /opt/iobroker/iobroker.log 2>&1 &
|
|
||||||
gosu iobroker node node_modules/iobroker.js-controller/controller.js
|
gosu iobroker node node_modules/iobroker.js-controller/controller.js
|
||||||
|
|
||||||
# Preventing container restart by keeping a process alive even if iobroker will be stopped
|
# Preventing container restart by keeping a process alive even if iobroker will be stopped
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
echo "Checking avahi-daemon installation state..."
|
echo "Checking avahi-daemon installation state..."
|
||||||
|
|
||||||
if [ -f /usr/sbin/avahi-daemon ]
|
if [ -e /usr/sbin/avahi-daemon ] && [ -e /var/run/dbus ]
|
||||||
then
|
then
|
||||||
echo "Avahi is already installed..."
|
echo "Avahi is already installed..."
|
||||||
else
|
else
|
||||||
|
|||||||
@@ -1,7 +1,12 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
apt-get update
|
apt-get -qq update
|
||||||
apt-get install -y $(cat /opt/scripts/.packages)
|
|
||||||
|
packages=$(cat /opt/scripts/.packages)
|
||||||
|
for i in $packages; do
|
||||||
|
sudo apt-get -qq -y install $i
|
||||||
|
done
|
||||||
|
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
rm -f /opt/scripts/.packages
|
rm -f /opt/scripts/.packages
|
||||||
|
|
||||||
|
|||||||
@@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
echo "Checking openzwave installation state..."
|
echo "Checking openzwave installation state..."
|
||||||
|
|
||||||
if [ -f /usr/local/lib64 ]
|
if [ -e /usr/local/lib64 ]
|
||||||
then
|
then
|
||||||
echo "Openzwave is already installed..."
|
echo "Openzwave is already installed..."
|
||||||
else
|
else
|
||||||
echo "Openzwave is NOT installed. Going to install it now..."
|
echo "Openzwave is NOT installed. Going to install it now..."
|
||||||
cd /opt
|
cd /opt
|
||||||
curl -s -L -O http://old.openzwave.com/downloads/openzwave-1.6.945.tar.gz
|
curl -s -L -O http://old.openzwave.com/downloads/openzwave-1.6.1007.tar.gz
|
||||||
tar -xf openzwave-1.6.945.tar.gz && rm openzwave-1.6.945.tar.gz
|
tar -xf openzwave-1.6.1007.tar.gz && rm openzwave-1.6.1007.tar.gz
|
||||||
cd openzwave-1.6.945 && make > /dev/null 2>&1 && make install > /dev/null 2>&1
|
cd openzwave-1.6.1007 && make > /dev/null 2>&1 && make install > /dev/null 2>&1
|
||||||
ldconfig /usr/local/lib64
|
ldconfig /usr/local/lib64
|
||||||
cd /opt/iobroker
|
cd /opt/iobroker
|
||||||
# echo "Openzwave is now installed..."
|
# echo "Openzwave is now installed..."
|
||||||
|
|||||||
13
armv7hf/scripts/userscript_everystart_example.sh
Normal file
13
armv7hf/scripts/userscript_everystart_example.sh
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# This is an example script file.
|
||||||
|
# To run the Script on every start of the container you have to rename it to userscript_everystart.sh.
|
||||||
|
|
||||||
|
# You can add your advanced script code here!
|
||||||
|
|
||||||
|
echo ' '
|
||||||
|
echo "I'm your startscript userscript_everystart.sh. I will run on EVERY container startup."
|
||||||
|
echo ' '
|
||||||
|
|
||||||
|
|
||||||
|
exit 0
|
||||||
12
armv7hf/scripts/userscript_firststart_example.sh
Normal file
12
armv7hf/scripts/userscript_firststart_example.sh
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# This is an example script file.
|
||||||
|
# To run the Script on the first start of a new container you have to rename it to userscript_firststart.sh.
|
||||||
|
|
||||||
|
# You can add your advanced script code here!
|
||||||
|
|
||||||
|
echo ' '
|
||||||
|
echo "I'm your startscript userscript_firststart.sh. I will run only on the FIRST startup of the container."
|
||||||
|
echo ' '
|
||||||
|
|
||||||
|
exit 0
|
||||||
@@ -6,6 +6,5 @@
|
|||||||
cd /opt/iobroker
|
cd /opt/iobroker
|
||||||
pkill io
|
pkill io
|
||||||
sleep 5
|
sleep 5
|
||||||
node node_modules/iobroker.js-controller/controller.js >/opt/scripts/docker_iobroker_log.txt 2>&1 &
|
gosu iobroker node node_modules/iobroker.js-controller/controller.js
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user