This change will make it easier to get Armbian support.
Signed-off-by: Wouter Born <github@maindrain.net>
Signed-off-by: Wouter Born <github@maindrain.net>
apt-key is deprecated and shouldn't be used nor should the trusted keystore in /etc/apt. Instead the gpg keys should be stored somewhere else and the list file that adds the openHAB repo should point at that one key. Thus, apt will only trust that key for that repo instead of trusting that key even if it's used by some other repo.
There were problems with the redirect from `gpg` which makes the command fail sometimes even when using sudo which is why I save it locally and then move and chmod it after.
Signed-off-by: Richard Koshak rlkoshak@gmail.com
* Update synology.md
Added the installation for DSM 7. Now a Synology specific docker is needed.
Signed-off-by: André Scholten <36789802+TallDragon@users.noreply.github.com>
* Removed the use of bridge in network
Bridge makes the installation of openhab on synology more complex, it limits the internal ip traffic to stay in the container. Bindings like Network Binding won't work easily.
Normally you would optimize for security, but here the choice was made to optimize for ease of use. The latter is also the case if openhab was installed directly on the synology like we did on oh2
Signed-off-by: André Scholten <36789802+TallDragon@users.noreply.github.com>
* Style change
Co-authored-by: Wouter Born <github@maindrain.net>
Signed-off-by: André Scholten <36789802+TallDragon@users.noreply.github.com>
* Style change
Co-authored-by: Wouter Born <github@maindrain.net>
Signed-off-by: André Scholten <36789802+TallDragon@users.noreply.github.com>
* Added DSM 7 support with correct style rules
* Adding DSM 7 installation
Commit the changes on brand names and newlines.
Signed-off-by: André Scholten <36789802+TallDragon@users.noreply.github.com>
* Update installation/synology.md
Co-authored-by: Wouter Born <github@maindrain.net>
* Update installation/synology.md
Co-authored-by: Wouter Born <github@maindrain.net>
* Update installation/synology.md
Co-authored-by: Wouter Born <github@maindrain.net>
* Update installation/synology.md
Co-authored-by: Wouter Born <github@maindrain.net>
* Update installation/synology.md
Co-authored-by: Wouter Born <github@maindrain.net>
* Update installation/synology.md
Co-authored-by: Wouter Born <github@maindrain.net>
* Update installation/synology.md
Co-authored-by: Wouter Born <github@maindrain.net>
* Update installation/synology.md
Co-authored-by: Wouter Born <github@maindrain.net>
* Update installation/synology.md
Co-authored-by: Wouter Born <github@maindrain.net>
* Update installation/synology.md
Co-authored-by: Wouter Born <github@maindrain.net>
* Update installation/synology.md
Co-authored-by: Wouter Born <github@maindrain.net>
* Update installation/synology.md
Co-authored-by: Wouter Born <github@maindrain.net>
* Update installation/synology.md
Co-authored-by: Wouter Born <github@maindrain.net>
* Update installation/synology.md
Co-authored-by: Wouter Born <github@maindrain.net>
* Update installation/synology.md
Co-authored-by: Wouter Born <github@maindrain.net>
* Update installation/synology.md
Co-authored-by: Wouter Born <github@maindrain.net>
* Update installation/synology.md
Co-authored-by: Wouter Born <github@maindrain.net>
* Update installation/synology.md
Co-authored-by: Wouter Born <github@maindrain.net>
* Update installation/synology.md
Co-authored-by: Wouter Born <github@maindrain.net>
* added image for the Orbit b-Hyve binding (#1631)
Signed-off-by: Ondrej Pecta <opecta@gmail.com>
Signed-off-by: André Scholten <36789802+TallDragon@users.noreply.github.com>
* Update expire examples (#1629)
* Update expire examples
Added a description that the expire parameter can be combined with items that are connected to a channel.
Added an example to show the correct syntax when combining channels and expire.
Signed-off-by: Michael Bredehorn michael@bredehorn.nrw (github: bredmich)
Signed-off-by: André Scholten <36789802+TallDragon@users.noreply.github.com>
* Fix copy&paste typo in example code (#1644)
Signed-off-by: André Scholten <36789802+TallDragon@users.noreply.github.com>
* Fixed broken links to item details (#1633)
Some of the links under `General remarks on parameters:` were broken and redirect to a 404 site.
Wrong link: `(items.html#item-syntax)`
Correct link: `({{base}}/configuration/items.html#item-syntax)`
Signed-off-by: Michael Bredehorn michael@bredehorn.nrw (github: bredmich)
Signed-off-by: André Scholten <36789802+TallDragon@users.noreply.github.com>
* improve openHABian install instructions and work around a Github issue to display the breaking changes (#1634)
Signed-off-by: Markus Storm <markus.storm@gmx.net>
Signed-off-by: André Scholten <36789802+TallDragon@users.noreply.github.com>
* Add logos for wled and ipobserver (#1635)
Signed-off-by: Matthew Skinner <matt@pcmus.com>
Signed-off-by: André Scholten <36789802+TallDragon@users.noreply.github.com>
* Update vscode.md Signed-off-by: Michael Geramb (github: mgeramb) (#1636)
Because / is allowed in Windows 10+, the path example should use / instead of \ because this will work on linux too
Signed-off-by: Michael Geramb <mail@michael-geramb.at>
Signed-off-by: André Scholten <36789802+TallDragon@users.noreply.github.com>
* Update floorplan-pages.md to show URL details required (#1643)
Add some detail to the Floor Plan documentation to show the correct URL to use for Browser and Android App to prevent blank images on the Android app related to non relative URL
Signed-off-by: Mark van Gelder <vangelder.mark@gmail.com>
Signed-off-by: André Scholten <36789802+TallDragon@users.noreply.github.com>
* Update Eclipse IDE docs (#1645)
* A log4j2.xml file is used for configuring the logging instead of logback.xml
* All openHAB development is now done on the 'main' branches/streams (and not 2.5.x 3.0.x branches)
See:
* openhab/openhab-distro#1273
* openhab/openhab-distro#1278
Signed-off-by: Wouter Born <github@maindrain.net>
Signed-off-by: André Scholten <36789802+TallDragon@users.noreply.github.com>
* Mikrotik binding logo (#1648)
Signed-off-by: Oleg Vivtash <oleg@vivtash.net>
Signed-off-by: André Scholten <36789802+TallDragon@users.noreply.github.com>
* Update "Default Tags" documentation (#1651)
There used to be the following "Default Tags" which are no longer used in the current semantic model:
* Lighting
* Switchable
* CurrentTemperature
* TargetTemperature
* CurrentHumidity
Related to openhab/openhab-addons#11313
Signed-off-by: Wouter Born <github@maindrain.net>
Signed-off-by: André Scholten <36789802+TallDragon@users.noreply.github.com>
* Fix samba-tool testparm (#1650)
The actual command "samba-tool" was missing to run the "testparm" subcommand.
Signed-off-by: André Scholten <36789802+TallDragon@users.noreply.github.com>
* Add logos for featured add-ons in marketplace (#1652)
Add a PNG version of the macOS add-on.
Signed-off-by: Yannick Schaus <github@schaus.net>
Signed-off-by: André Scholten <36789802+TallDragon@users.noreply.github.com>
* Create souliss.png (#1663)
Logo for Souliss binding
Signed-off-by: Luca Calcaterra <calcaterra.luca@gmail.com>
Signed-off-by: André Scholten <36789802+TallDragon@users.noreply.github.com>
* Fix link in Contributing section (#1664)
Signed-off-by: Wouter Born <github@maindrain.net>
Signed-off-by: André Scholten <36789802+TallDragon@users.noreply.github.com>
* Remove broken link to Raspberry Pi page (#1666)
This page was removed with https://github.com/openhab/openhab-docs/pull/1533.
Signed-off-by: Wouter Born <github@maindrain.net>
Signed-off-by: André Scholten <36789802+TallDragon@users.noreply.github.com>
* Adding haywardomnilogic.png (#1653)
Signed-off-by: Matt Myers <mmyers75@icloud.com>
Signed-off-by: André Scholten <36789802+TallDragon@users.noreply.github.com>
* Removed author-tags in binding definitions (#1654)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Signed-off-by: André Scholten <36789802+TallDragon@users.noreply.github.com>
* Removed author-tags from binding definitions (#1655)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Signed-off-by: André Scholten <36789802+TallDragon@users.noreply.github.com>
* Removed author-tags from binding definitions (#1656)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Signed-off-by: André Scholten <36789802+TallDragon@users.noreply.github.com>
* Update synology.md
Added the installation for DSM 7. Now a Synology specific docker is needed.
Signed-off-by: André Scholten <36789802+TallDragon@users.noreply.github.com>
* Removed the use of bridge in network
Bridge makes the installation of openhab on synology more complex, it limits the internal ip traffic to stay in the container. Bindings like Network Binding won't work easily.
Normally you would optimize for security, but here the choice was made to optimize for ease of use. The latter is also the case if openhab was installed directly on the synology like we did on oh2
Signed-off-by: André Scholten <36789802+TallDragon@users.noreply.github.com>
* Style change
Co-authored-by: Wouter Born <github@maindrain.net>
Signed-off-by: André Scholten <36789802+TallDragon@users.noreply.github.com>
* Style change
Co-authored-by: Wouter Born <github@maindrain.net>
Signed-off-by: André Scholten <36789802+TallDragon@users.noreply.github.com>
* Added DSM 7 support with correct style rules
Signed-off-by: André Scholten <36789802+TallDragon@users.noreply.github.com>
* Adding DSM 7 installation
Commit the changes on brand names and newlines.
Signed-off-by: André Scholten <36789802+TallDragon@users.noreply.github.com>
* Update synology.md
* Fix markdown
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
* Remove trailing spaces
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Wouter Born <github@maindrain.net>
Co-authored-by: Ondrej Pecta <opecta@gmail.com>
Co-authored-by: Michael B <bredmich@users.noreply.github.com>
Co-authored-by: juergencodes <58371839+juergencodes@users.noreply.github.com>
Co-authored-by: Markus Storm <markus.storm@gmx.net>
Co-authored-by: Matthew Skinner <matt@pcmus.com>
Co-authored-by: Michael Geramb <mail@michael-geramb.at>
Co-authored-by: Mark van Gelder <vangelder.mark@gmail.com>
Co-authored-by: Oleg Vivtash <oleg@vivtash.net>
Co-authored-by: Per Skenhall <per_skenhall@hotmail.com>
Co-authored-by: Yannick Schaus <github@schaus.net>
Co-authored-by: Luca Calcaterra <calcaterra.luca@gmail.com>
Co-authored-by: Matt <mmyers75@icloud.com>
Co-authored-by: Christoph Weitkamp <github@christophweitkamp.de>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
The command
```
for i in $(find . -name '*.png'); do zopflipng -m --filters=0me --lossy_8bit --lossy_transparent -y "$i" "$i"; done
```
was used to accomplish this optimization, all images should have lost no
accuracy as a result of the compression applied.
Signed-off-by: Ethan Dye <mrtops03@gmail.com>
* Change stable linux repository locations
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Make same changes to migration
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Fix typo in RPM stable repo location
Signed-off-by: Ben Clark <ben@benjyc.uk>
It is incorrect that both additions are required to go into the `location\` block - one goes into the `server` block, the other into the `location` block. This is echoed by the final full configuration at the end of the page.
* Note on cert exchange in security.md
Added note on changing cert, as removing and updating alias is mandatory. Otherwise Android App still gets presented old cert. More detailed instructions on cert exchange seem to be out of scope of this document, but could be provided.
Signed-off-by: Alexander Behring github.com@alexander-behring.eu
* Fixed to have one sentence per line.
Signed-off-by: Alexander Behring <github.com@alexander-behring.eu>
* Update NGINX configuration for OH3
Added new directives related to authorization required for use with OH3.
Also added additional directives that are included in the openHabian
automatic configuration but were missing from the docs.
* One sentence per line fix and additional comments.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
* Update links to target "main" branches
Signed-off-by: Wouter Born <github@maindrain.net>
* Update process_file.rb
Signed-off-by: Wouter Born <github@maindrain.net>
* Update for all other repos too
Signed-off-by: Wouter Born <github@maindrain.net>
Removed the dash before the filename in sudo tar -xzvf -zulu11.43.100-ca-jdk11.0.9.1-linux_aarch32hf as it presumably is deprecated and leads to an error thrown when executed on raspbian stating:
tar (child): -zulu11.43.100-ca-jdk11.0.9.1-linux_aarch32hf.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
* This commit is to make more immediate and clear the installation steps for Rasspberry Pi. Currently the openHAB installation pushes the newcomer to read the Linux pages, which
-starts back from Prerequisites, already covered by the page
- list all the possible configurations for the Linux world. For a newcomer, who potentially does not know anything about Unix, discriminating Debian from the other Linux dialect is frustrating, confusing and unnecessary.
-need to be heavily reformatted for clarity
Signed-off-by: Emanuele Dolis <edoliscom@yahoo.it>
Signed-off-by: Ëmanuele Dolis <edoliscom@yahoo.it>
* Some formatting and a couple of advices I found useful in the Logging section
Signed-off-by: Emanuele Dolis <edoliscom@yahoo.it>
Signed-off-by: Ëmanuele Dolis <edoliscom@yahoo.it>
Starting with openHAB 3, configuration folders and service names do no
longer contain the version number of openHAB.
Signed-off-by: Christoph Thiede <christoph.thiede@outlook.de>