Commit Graph

433 Commits (final-3.2.x)

Author SHA1 Message Date
Patrick Fink 062a6bfaa5
Fix "OpenHab" typo (#1577)
Signed-off-by: Patrick Fink <mail@pfink.de>
2021-05-18 22:21:47 +02:00
openHAB Build Server fc7f4bbed4 Updated external content (Jenkins build 437) 2021-05-16 08:30:04 +00:00
openHAB Build Server a2bde9a5b6 Updated external content (Jenkins build 426) 2021-05-10 22:51:34 +00:00
openHAB Build Server 2f4cf10728 Updated external content (Jenkins build 421) 2021-05-09 09:26:10 +00:00
openHAB Build Server aa3cad8c86 Merge commit '4ec35402882587253adea3a741dded80f11a72c0' into HEAD 2021-05-08 16:45:07 +00:00
Martin Hogg 4ec3540288
Update security.md (#1568) 2021-05-08 18:44:36 +02:00
openHAB Build Server b8ecc3a191 Updated external content (Jenkins build 419) 2021-05-06 23:03:43 +00:00
openHAB Build Server 836102a2bd Updated external content (Jenkins build 418) 2021-05-06 10:44:16 +00:00
openHAB Build Server 360c8e009a Merge commit '1710cdbbfe7fa9cbf14432a5d8174ccdce3b27c4' into HEAD 2021-04-30 12:50:30 +00: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
openHAB Build Server 73d8330f2a Updated external content (Jenkins build 404) 2021-04-26 04:23:47 +00:00
openHAB Build Server b63494cfb0 Updated external content (Jenkins build 392) 2021-04-22 21:26:13 +00:00
openHAB Build Server fddca1ff0c Updated external content (Jenkins build 390) 2021-04-22 07:56:05 +00:00
openHAB Build Server 2b3310fbaf Merge commit '213d8317913a95be8ae1e1cec88c6f1a9f3dd21f' into HEAD 2021-04-20 17:45:23 +00: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
openHAB Build Server 686c09fc3f Updated external content (Jenkins build 373) 2021-04-11 17:12:33 +00:00
openHAB Build Server 8dc023d2d6 Updated external content (Jenkins build 370) 2021-04-10 15:25:37 +00: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
openHAB Build Server 9883b88936 Merge commit '353760fed7a9199a2620f8f918eaea2bdf25874a' into HEAD 2021-04-06 19:08:10 +00:00
openHAB Build Server 42d0853e8f Updated external content (Jenkins build 361) 2021-04-05 04:45:59 +00:00
openHAB Build Server a7a18b6523 Updated external content (Jenkins build 350) 2021-03-30 21:38:21 +00:00
openHAB Build Server a98efa8d09 Updated external content (Jenkins build 338) 2021-03-26 10:50:16 +00:00
openHAB Build Server ddf224dcc6 Updated external content (Jenkins build 333) 2021-03-25 04:46:06 +00: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
openHAB Build Server 1fbac6cfcd Merge commit 'b4761979a04717681a1b08e793ebb9de05387614' into HEAD 2021-03-07 15:30:39 +00:00
openHAB Build Server 61c1dcc7fc Updated external content (Jenkins build 293) 2021-03-05 21:29:28 +00:00
openHAB Build Server 10598012cf Updated external content (Jenkins build 280) 2021-02-26 06:28:15 +00: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
openHAB Build Server bba35c8297 Merge commit 'ae9bdd76ec79081971aa32e48e9ad06784d59910' into HEAD 2021-02-24 19:58:19 +00:00
openHAB Build Server cf1a4b8408 Updated external content (Jenkins build 277) 2021-02-23 04:52:22 +00:00
openHAB Build Server 89b24776d0 Updated external content (Jenkins build 271) 2021-02-20 03:37:14 +00:00
openHAB Build Server 1d577d005f Updated external content (Jenkins build 270) 2021-02-19 04:43:42 +00:00
openHAB Build Server 8057056228 Merge commit '74313e0a31fe09195fc617638882a89e71d815df' into HEAD 2021-02-13 13:26:31 +00: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
openHAB Build Server e7a44a0708 Merge commit '36032eab7a8813027bd57a810d13b45e4eeaba5a' into HEAD 2021-02-06 16:23:29 +00: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
openHAB Build Server 54b0698269 Updated external content (Jenkins build 239) 2021-02-05 14:24:32 +00:00
openHAB Build Server e995824189 Updated external content (Jenkins build 236) 2021-02-04 16:34:13 +00:00
openHAB Build Server 232a3797af Updated external content (Jenkins build 235) 2021-02-04 04:46:33 +00:00
openHAB Build Server 67d224afde Updated external content (Jenkins build 233) 2021-02-02 05:07:42 +00:00
openHAB Build Server 9647f9e343 Updated external content (Jenkins build 226) 2021-01-29 15:51:19 +00:00
Jerome Luckenbach a7ef0879be
Resolve merge conflicts / Fix CI builds (#1472)
* Apply bulk automated corrections. 🔧(#1433)

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

* 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>

* Fix linter errors 🔧(#1435)

* Fix errros for the addon folder.
* Fix errros for the administration folder.
* Fix errros for the concepts folder.
* Fix errros for the configuration folder.
* Improved and synced markdown linting rules.

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

* Revert #1428 (#1436)

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

* Fix linter errors. 🔧(#1437)

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

* Bulk edit linter errors. (#1438)

* Bulk edit linter errors.

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

* Fix linter style

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

* 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>

* Fix markdownlint workflow

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

* Fixes for linter errors and markdown configuration. (#1440)

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

* Update guidelines.md (#1441)

Only a maintainer told me how to tackle a DTO properly as a class. As I did not see this anywhere, I decide to make this change.

* Add fixes from markdownlint-cli (#1442)

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

* Switch to markdown cli action (#1443)

* Fix left markdownlint errors.

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

* Change to markdownlint-cli action.

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

* Update markdownlint.yml

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

* Move trigger order

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

* Make pr check available for markdownlint 📝 (#1446)

* Make pr check available for markdownlint (hopefully).
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Add link check action. (#1449)

* Add link check action.

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

* Add blank line.

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

* Replace local urls with inline code. Change one occurence to openhabian. (#1450)

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

* remove uncessary instructions f. contribution guide (#1454)

* Update items.md (#1455)

Example with item Switch Kitchen_Light in the example is not correct for current binding version.

* Created API token docs (#1453)

* Created API token docs

Signed-off-by: Gerwin Lammers <gerwinlammers@gmail.com>

* Update after review session

Signed-off-by: Gerwin Lammers <gerwinlammers@gmail.com>

* Add new page to sidebar navigation.

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

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

* Update rules-dsl.md (#1456)

* Update rules-dsl.md

Corrected the "system started" section to reflect that the trigger will no longer execute on loading the rules file in OH v.3.

* Adapt inline codeblock design.

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

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

* 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>

* Update items.md (#1458)

There is one comma too much in the sample for profile hysteresis. The profile must be related to the channel. The comma will lead also to an error message in log.
Switch Low_Battery { channel="serialbutton:button:mybutton:battery-level" [profile="hysteresis", lower=15, inverted=true] }

* Remove cronmaker since it doesn't support HTTPS (#1459)

1. When trying to reach https://www.cronmaker.com/ the website refuses the connection. You can only reach it using HTTP (without HTTPS). 
You could leave cronmaker in there but I think leading users to web pages that aren't using HTTPS might be not be best idea.

2. Fix Typo in url for quartz-scheduler.org

* 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>

* Add hint that /etc/default/openhab2 is not considered by the upgrade (#1461)

* Add hint that /etc/default/openhab2 is not considered by the upgrade 

When you use a raspberry you may have used the file /etc/default/openhab2 to changed JAVA options.
After upgrade to openHAB 3.0 this file is no longer used. Instead the file /etc/default/openhab must be used.

* Small modifications to original pull request.

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

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

* Fix typo in restdocs (#1463)

* Update rules-dsl.md (#1465)

Updated the rule example "Start wake up light on sunrise" to use the new formatting of the receivedEvent implicit variable

* Update list of system default channel types (#1467)

Related to https://github.com/openhab/openhab-core/pull/2069
Related to https://github.com/openhab/openhab-core/pull/2157

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>

* Delete habpanel.md (#1471)

* Delete habpanel.md

This file is gathered from its code repository for a long time already.
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>

* Add habpanel placeholder for preview

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

Co-authored-by: coop-git <65073745+coop-git@users.noreply.github.com>
Co-authored-by: J-N-K <J-N-K@users.noreply.github.com>
Co-authored-by: sancho-sumy <59047465+sancho-sumy@users.noreply.github.com>
Co-authored-by: Gerwin Lammers <59145105+lampy2@users.noreply.github.com>
Co-authored-by: dathbe <github@beffa.us>
Co-authored-by: thefechner <76476432+thefechner@users.noreply.github.com>
Co-authored-by: Felix Schneider <45742226+Trysupe@users.noreply.github.com>
Co-authored-by: Wouter Born <github@maindrain.net>
Co-authored-by: BertramVielsack <53342169+BertramVielsack@users.noreply.github.com>
Co-authored-by: mueller-ma <mueller-ma@users.noreply.github.com>
Co-authored-by: lukiep111 <lukiep@outlook.com>
Co-authored-by: Christoph Weitkamp <github@christophweitkamp.de>
2021-01-29 16:25:42 +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
openHAB Build Server 2002490012 Merge commit 'e879ad83b34cff5beac522af6aa4569acc0245d1' into HEAD 2021-01-10 12:00:50 +00:00
pelindberg 7affefe176
Update rasppi.md (#1429)
needed file extension
2021-01-10 11:20:00 +01:00
openHAB Build Server 240f9693a3 Merge commit '7affefe1767ccb4d261875db00e89a222305cc19' into HEAD 2021-01-10 10:11:30 +00:00
openHAB Build Server 794c6e0607 Updated external content (Jenkins build 182) 2021-01-10 01:24:42 +00:00
openHAB Build Server 26d0190c60 Updated external content (Jenkins build 181) 2021-01-09 18:11:54 +00:00
openHAB Build Server 4fc050bbd1 Merge commit '2f47bd9d60fbcb725eedfc0e66fbb14c7c1d87e3' into HEAD 2021-01-08 21:11:05 +00: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
openHAB Build Server 57097a9431 Updated external content (Jenkins build 178) 2021-01-08 16:56:32 +00: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
openHAB Build Server 00a2cd4da1 Merge commit '9557e89fdbe3f94b26cfa991cca2ac796c86ff51' into HEAD 2021-01-08 16:03:18 +00:00
openHAB Build Server 8e8d6ecd9c Updated external content (Jenkins build 177) 2021-01-08 13:32:29 +00: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
openHAB Build Server f0f4273c9d Merge commit 'e171a2357e66f36905cf5a7864fa8ca4673b2f9d' into HEAD 2021-01-06 20:09:18 +00:00
openHAB Build Server 5da3ab5659 Updated external content (Jenkins build 172) 2021-01-06 15:04:25 +00:00
openHAB Build Server 332d455aa8 Updated external content (Jenkins build 170) 2021-01-06 09:13:10 +00:00
Aschenbecher c39e05da17
Update docker.md (#1422) 2021-01-05 19:27:45 +01:00
openHAB Build Server 67ab0ab18c Merge commit 'c39e05da17645a08549b47306a3e1b23500f76eb' into HEAD 2021-01-05 18:19:14 +00:00
openHAB Build Server b0283196cd Merge commit '061cece9cdcea6bfb36afbb7fc005934eb8a9d36' into HEAD 2021-01-04 21:50:05 +00:00
Christian Häussler 061cece9cd
Change openHAB 2 references to openHAB without version number (#1418) 2021-01-04 22:49:36 +01:00
openHAB Build Server 830a2841e8 Merge commit '714776463a3d848696182361dc55d8c30ae91d10' into HEAD 2021-01-03 20:35:49 +00: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
openHAB Build Server 40537e60b0 Merge commit 'a49b2cd6befa597dd0f7840c2c3761b5c935c2e2' into HEAD 2021-01-01 17:40:05 +00: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
openHAB Build Server e4f40dc228 Updated external content (Jenkins build 162) 2020-12-31 19:32:05 +00: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
openHAB Build Server 8a14c5c1ad Merge commit '2a2fa15a0063d113555d06e4b59d84658290396b' into HEAD 2020-12-31 09:40:19 +00: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
openHAB Build Server 5e2af8b1a9 Merge commit '303a37cdd2c5709e22aba0b36e45dc058f1a7386' into HEAD 2020-12-29 12:12:56 +00: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
openHAB Build Server d151a30c0c Merge commit 'a41535c86ee3b9bd7e7d7a06cdd0cdc14eb08fd9' into HEAD 2020-12-29 10:11:32 +00:00
openHAB Build Server ef1445eeef Updated external content (Jenkins build 158) 2020-12-28 15:37:45 +00: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
openHAB Build Server 1ffeaf0833 Merge commit '553d3eb0a38201a1914557748f7acb60838b9eb9' into HEAD 2020-12-27 19:06:50 +00:00
openHAB Build Server 7689544930 Updated external content (Jenkins build 154) 2020-12-26 13:42:51 +00: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
openHAB Build Server 9bf0d374bd Merge commit '953e074c0af5fd39f558076ec9a1890bc70bfa15' into HEAD 2020-12-25 22:36:45 +00:00
openHAB Build Server 490b374986 Updated external content (Jenkins build 152) 2020-12-24 12:16:21 +00:00
digitlength 5b47f1f5ea
Fix link to first-time tutorial (#1371) 2020-12-24 09:44:11 +01:00
openHAB Build Server c07c7ec316 Merge commit '5b47f1f5eac50120fbda54f29c35ff70589aeeda' into HEAD 2020-12-24 08:36:14 +00: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
openHAB Build Server 1df85de697 Merge commit '42dfc767eea0f482f028235cb929648f0cab94b1' into HEAD 2020-12-22 19:42:16 +00:00
openHAB Build Server f916472429 Merge commit 'dbd637b49c9a46d3679f065b46dc0d3144627498' into HEAD 2020-12-22 19:43:15 +00: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
openHAB Build Server 9a721eb8c8 Merge commit '858701a7f22da2d78a2605c62ce99f879408aae4' into HEAD 2020-12-21 09:05:13 +00: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
openHAB Build Server 1a14671033 Merge commit '45f1de180a1a5cc1c644dd2ff1d6c340f1f73087' into HEAD 2020-12-20 09:14:56 +00:00
openHAB Build Server 0ea3eeb4f0 Updated external content (Jenkins build 147) 2020-12-20 00:51:17 +00:00