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>
often in these pages directories are required and there
is no info how to get them yet.
e.g. where does $OPENHAB_CONF point to.
Signed-off-by: Michael Roßner <Schrott.Micha@web.de>
* Update docs for SmartHome namespace change
Also removes pages for the "IoT Marktplace" and "REST Docs" add-ons which no longer exists in OH3.
Signed-off-by: Wouter Born <github@maindrain.net>
* More fixes
Signed-off-by: Wouter Born <github@maindrain.net>
* Fix collateral damage
Signed-off-by: Wouter Born <github@maindrain.net>
* Linux_Installation: Use new OH3 start page
previously still the "old" OH2 start page was shown.
This commit is providing the login page of OH3
Signed-off-by: Michael Roßner <Schrott.Micha@web.de>
* Update installation/linux.md
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
Co-authored-by: Jerome Luckenbach <github@luckenba.ch>