Commit Graph

238 Commits (f322ab0ed10b7af04b45f67c2c7dd4745de09640)

Author SHA1 Message Date
Jerome Luckenbach f322ab0ed1
Tabberize docker article a bit. (#1581)
* Tabberize docker article a bit.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Corrected tab syntax.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Fix markdown errors.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Add os note.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-05-24 16:15:23 +02:00
Jerome Luckenbach babf96367e
Remove QNAP article. (#1582)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-05-20 22:24:05 +02:00
Jerome Luckenbach d3c713b959
Update index.md (#1579)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-05-19 19:54:09 +02:00
Patrick Fink 062a6bfaa5
Fix "OpenHab" typo (#1577)
Signed-off-by: Patrick Fink <mail@pfink.de>
2021-05-18 22:21:47 +02:00
Martin Hogg 4ec3540288
Update security.md (#1568) 2021-05-08 18:44:36 +02:00
Ethan Dye 1710cdbbfe
Revert zopflipng on openHABian images (#1559)
Signed-off-by: Ethan Dye <mrtops03@gmail.com>
2021-04-30 14:50:07 +02:00
Ethan Dye 0865d9c102
Optimize all png images using zopflipng (#1555)
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>
2021-04-27 21:00:55 +02:00
Ben Clark 213d831791
Change stable Linux repository locations (#1548)
* 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>
2021-04-20 19:44:47 +02:00
Markus Storm 353760fed7
remove outdated RPi install instructions (#1533)
Signed-off-by: Markus Storm <markus.storm@gmx.net>
2021-04-06 21:19:20 +02:00
digitlength b4761979a0
Update security.md (#1506)
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.
2021-03-07 16:40:57 +01:00
Jerome Luckenbach ae9bdd76ec
Fix Markdown. Remove Jenkins base tags. (#1497)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-02-24 21:08:19 +01:00
Alexander Behring 74313e0a31
Note on cert exchange in security.md (#1491)
* 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>
2021-02-13 14:25:59 +01:00
Matt 36032eab7a
Update NGINX configuration for OH3 (#1468)
* 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>
2021-02-06 17:22:55 +01:00
Wouter Born 6bf5bf026b
Update links to target "main" branches (#1460)
* 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>
2021-01-20 20:32:07 +01:00
Jerome Luckenbach e3e0e3679d
Remove paper ui references. (#1457)
* Remove paper uii references.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Fix Markdown errors.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Remove target param from markdownlint pr trigger.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-16 10:07:41 +01:00
Jerome Luckenbach 8e18bc0674
Replace local urls with inline code. Change one occurence to openhabian. (#1450)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-13 21:12:34 +01:00
Jerome Luckenbach ec6c80dbdf
Add fixes from markdownlint-cli (#1442)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-11 19:33:40 +01:00
Jerome Luckenbach f5b9f0a1ee
Fixes for linter errors and markdown configuration. (#1440)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 21:10:40 +01:00
Jerome Luckenbach d2d2c44a3e
Fix linter errors (#1439)
* Some leftover linting error fixes.
* Adapt rules and enble markdownlint for pull requests.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 20:50:43 +01:00
Jerome Luckenbach a3260307b0
Fix linter errors. 🔧(#1437)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 19:47:15 +01:00
Jerome Luckenbach 41a3efda91
Added sidebar links. (#1434)
* Added sidebar links.
* Introduce openhabian placeholder page.
* Remove local version of openhabian doc page.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 14:24:02 +01:00
Jerome Luckenbach e879ad83b3
Markdown linting bulk fix (#1432)
* Improved markdown linter settings

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Bulk fix for several markdown errors.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Remove Paper UI from Json DB.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-10 13:09:30 +01:00
pelindberg 7affefe176
Update rasppi.md (#1429)
needed file extension
2021-01-10 11:20:00 +01:00
Zeto-Git 2f47bd9d60
Update rasppi.md (#1424)
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
2021-01-08 22:10:02 +01:00
edolis 9557e89fdb
[installation/rasspi.md] General overhaul (#1420)
* 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>
2021-01-08 17:11:54 +01:00
Damian Wrobel e171a2357e
Fix dnf repository gpgkey URL (#1423)
Fixes https://github.com/openhab/openhab-linuxpkg/issues/196

Signed-off-by: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>
2021-01-06 21:17:47 +01:00
Aschenbecher c39e05da17
Update docker.md (#1422) 2021-01-05 19:27:45 +01:00
Christian Häussler 061cece9cd
Change openHAB 2 references to openHAB without version number (#1418) 2021-01-04 22:49:36 +01:00
Christoph Thiede 714776463a
Update several file paths for openHAB 3 release (#1409)
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>
2021-01-03 21:35:28 +01:00
edolis a49b2cd6be
detailed the installation process for Zulu11 on Raspberry (#1410)
* detailed the installation process for Zulu11 on Raspberry

Signed-off-by: Emanuele Dolis <edoliscom@yahoo.it>

* Update installation/rasppi.md

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>

* Update installation/rasppi.md

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>

* Update installation/rasppi.md

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2021-01-01 18:38:55 +01:00
Steven Goossens 2a2fa15a00
Add crypto_policy unlimited as environment variable (#1403)
Fix for integrating the Loxone binding. Ref: https://gitter.im/openhab/openhab-docker?at=5e4e52723ca8a67fb807eb87
2020-12-31 10:48:37 +01:00
Jerome Luckenbach 303a37cdd2
Fixed wrong wrapper config parameter
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-29 13:20:59 +01:00
xiberg a41535c86e
Update security.md (#1396)
Line 28 still had a path for openhab2. Changed to openhab.
2020-12-29 11:19:41 +01:00
Michael Rossner 553d3eb0a3
Installation/index: add section for directory info (#1387)
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>
2020-12-27 20:15:06 +01:00
Jerome Luckenbach 953e074c0a
Start with Markdownlint fro vscode editing. Initial linting error fixes. (#1377)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-25 23:44:31 +01:00
digitlength 5b47f1f5ea
Fix link to first-time tutorial (#1371) 2020-12-24 09:44:11 +01:00
jensflorian 42dfc767ee
Update macOS doc to 3.0.0 (#1364)
* Update macOS doc to 3.0.0

* Update macos.md

* Apply suggestions from code review

I hope, I got it right.

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>

* Update installation/macos.md

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-22 20:50:23 +01:00
Jerome Luckenbach dbd637b49c
Removed habmin reference
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-22 20:42:42 +01:00
Jerome Luckenbach 858701a7f2
Secure links should be standard, where available. (#1354)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-21 10:13:16 +01:00
Igor Pečovnik 45f1de180a
Update Armbian install guide (#1343)
* Update images

* Update

* Submit

* Update pic

* Add files via upload

* Adjust text
2020-12-20 10:22:44 +01:00
Bob A f9dc24e124
Edits to Installation index.md file (#1335)
* Edits to installation index.md file

Edits to installation index.md file

Signed-off-by: Bob Adair <bob.github@att.net>

* Update index.md

Update index.md again.

Signed-off-by: Bob Adair <bob.github@att.net>

* Update index.md

Update index.md

Signed-off-by: Bob Adair <bob.github@att.net>
2020-12-19 22:01:32 +01:00
Ben Clark 5f2fb715d6
Add OH3 corrections (#1330)
* Add OH3 corrections

Signed-off-by: Ben Clark <ben@benjyc.uk>

* Extra openhab -> artifactory changes.

Signed-off-by: Ben Clark <ben@benjyc.uk>
2020-12-19 18:53:30 +01:00
edolis 4f720806b6
Windows installation documentation fix for OH3 (#1327)
* yet another try with signatures

Signed-off-by: edolis <edoliscom@yahoo.it>

* Update installation/windows.md

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>

* Update installation/windows.md

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>

* Update installation/windows.md

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>

* Update installation/windows.md

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>

* Update installation/windows.md

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-19 17:38:35 +01:00
Wouter Born a0816a331d
Update docs for SmartHome namespace change (#1313)
* 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>
2020-12-19 17:01:06 +01:00
Wouter Born ca1fd0536e
Update Java 11 references (#1312)
Fixes #1161

Signed-off-by: Wouter Born <github@maindrain.net>
2020-12-13 21:16:06 +01:00
Jerome Luckenbach 769c2abd49
[WIP] OH3 preparations (3/x) (#1311)
* Remove compatibility layer article.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Removed IFTT temporary from sidebar.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Remove Homebuilder Page and Sidebar Element.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Remove Packages Page and Sidebar Element.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Removed QNAP temporary from sidebar.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Removed outdated link.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-13 20:15:39 +01:00
Michael Rossner f7ad108a16
Linux_Installation: Use new OH3 start page (#1309)
* 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>
2020-12-13 16:51:47 +01:00
Jerome Luckenbach ab36fb90f4
OH3 preparations (1/x) (#1305)
* Replace esh namespace with org.openhab in several locations

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Add armbian warning.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Adress needed installation/index changes

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Adress needed installation/rasppi changes

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Adress needed installation/docker changes

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Additional improvements for the linux article.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Additional improvements for the linux article.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Additional improvements for the linux article.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Additional improvements and renamings.

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-12 12:27:08 +01:00
ChaosKid42 d29cf89762
Add instructions for installation in arch linux (#1297)
Signed-off-by: Christoph Scholz <christoph.scholz@gmail.com>
2020-12-11 15:10:07 +01:00
Jerome Luckenbach 6b6b8ec7ff
Update security.md (#1302)
Moved to a new PR at main branch, to prevent merge conflicts.

Reference: https://github.com/openhab/openhab-docs/pull/1259 by @amil109 

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2020-12-10 22:03:32 +01:00