Commit Graph

196 Commits (2.5.x)

Author SHA1 Message Date
Ben Clark 6c4c33ea3b
Remove Bintray References (#1567)
Signed-off-by: Ben Clark <ben@benjyc.uk>
2021-05-03 20:40:45 +02:00
garretcook 74db3179c7
Update index.md (#1251)
I thought 'workl' was probably intended to be 'work'.
2020-07-19 17:03:56 +02:00
Andrew Mills 91b7a320d0
Add notes for configuring Synology Diskstation (#1219)
* Add notes for configuring Synology Diskstation

I have a working set up for SSL enabled remote access on a Synology diskstation, taking advantage of the GUI as much as possible, to ensure automatic renewal of certs from Let's Encrypt, etc. It took me about 8 hours to suss it all out, but it could be achieved in about 30 mins if you knew exactly what to do... may not be widely useful, but since Synology is officially supported, I figured this might be a good addition.

There's also a minor error in the 'allow' masks - these should be 192.168.0.0/24 to allow access to anything in the 192.168.0.xxx range.

* Updated to use one line per sentence

Updated to use one line per sentence - sorry for the delay!

* Update security.md

* Updated for one line per sentence

Updated for one line per sentence

Signed-off-by: Andrew Mills mills@prettymachine.co.nz
2020-07-05 14:57:22 +02:00
TRS-80 1431937419
Update security.md (#1241)
Been using FreeDNS for many years (ever since all these companies got rid of their free tiers) and never an issue!
2020-06-20 13:13:35 +02:00
Markus Storm a4bf7072e3
Revise Java recommendations (#1240)
* Revise Java recommendations

* Delete pine.md

Do not recommend PINE, it's not supported any longer by openHABian.

* Removed sidebar link in config

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

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2020-06-17 19:17:45 +02:00
Wouter Born 5d39844afd
Remove architecture from Docker tags (#1220)
Docker automatically detects the architecture and downloads the appropriate image (openhab/openhab-docker#213).
BuildKit will no longer generate new tags having the architecture (openhab/openhab-docker#293).

Signed-off-by: Wouter Born <github@maindrain.net>
2020-05-17 12:03:40 +02:00
Paulo "JCranky" Siqueira e4358ecd31
add missing space between words (#1212) 2020-05-17 11:57:00 +02:00
Paulo "JCranky" Siqueira 19ae75365c
fix typo (#1209) 2020-05-02 13:55:07 +02:00
Bjorn Helgaas 97acebc827
Correct typos (#1190)
* Correct usage of its/it's

"It's" is always a contraction of "it is" or "it has".  "Its" is a
possessive.  Correct a few places where they were used backwards.

Signed-off-by: Bjorn Helgaas <bjorn@helgaas.com>

* Correct "Z-Wave" spelling

Per https://www.z-wave.com/, the canonical spelling appears to be "Z-Wave".
Most places use "Z-Wave" already; change the remaining references to match.

Signed-off-by: Bjorn Helgaas <bjorn@helgaas.com>

* Correct typos and grammatical errors

Correct some typos and grammatical errors.

Signed-off-by: Bjorn Helgaas <bjorn@helgaas.com>
2020-04-11 17:43:39 +02:00
Billy Stevens 998b11e5ac
Replace outdated zulu.org link. (#1177)
* Replace outdated zulu.org link.

As of 3/23/2020 zulu.org has an SSL cert that expired on 9/28/2019. Changed link to azul.com/downloads, since that appears to be the new official source.

Signed-off-by: Billy Stevens <contact@wasv.me>

* Changed all http links to https for installation/index.md.

All changed links working, tested on 3/24/2020.

Signed-off-by: Billy Stevens <contact@wasv.me>
2020-03-25 18:40:31 +01:00
PatrikG 57e697f8bd
file.encoding=UTF-8 (#1173) 2020-03-24 10:02:13 +01:00
Christoph Thiede 4e4eaddac6
Fix filepath to keystore (#1148)
Default openHAB userdata environment variable should be `$OPENHAB_USERDATA`, not `$USER_DATA` shouldn't it? At least, this is the default on my fresh openHABian and also the most popular variant to find in the docs.
2020-02-19 15:49:26 +01:00
Patrick Fink 4e59edc828 Remove bluetooth from Linux setup docs (#1138)
Documentation was improved and can be found within Bluez Binding docs now

Signed-off-by: Patrick Fink <mail@pfink.de>
2020-01-12 11:53:49 +01:00
Laszlo Solova 6c3c77ce12 Add troubleshooting section (#1128)
* Add troubleshooting section

Add hints about using USB stick with Docker image.

Signed-off-by: Solova, Laszlo <laszlo@solova.com>

* Pull request fixes

Signed-off-by: Solova, Laszlo <laszlo@solova.com>
2020-01-07 22:40:39 +01:00
Igor Pečovnik a5539cf505 Installation instructions for Armbian (#1119)
* Create armbian.md
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>

* Add files via upload
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>

* Update armbian.md
Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2020-01-06 23:53:48 +01:00
Sven Langer 8e16283b29 update security.md (#1122)
* update security.md

added some reverse proxy setting in order make websocket's working again see [NGINX as a WebSocket Proxy](https://www.nginx.com/blog/websocket-nginx/).

...
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "Upgrade";
...

After doing this - local openhab installation was able to talk to my private openhab cloud services again (docker:opehab --> internet --> myserver --> docker:nginx proxy --> docker:myopenhab-cloud-service)

Signed-off-by: Kekspackung <github.sven@kekspackung.de>
Signed-off-by: Kekspackung <45968725+Kekspackung@users.noreply.github.com>

* Added tabulation

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

Co-authored-by: Jerome Luckenbach <github@luckenba.ch>
2020-01-03 17:35:23 +01:00
Jerome Luckenbach d4cc7be27e
Introduced many custom containers. (#1117)
* Refactored multiple 'Note:' occurances.

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

* Small fixes

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-12-27 16:18:48 +01:00
Miika Jukka e8bcb882d2 [nginx]Diffie-Hellman key size (#1111)
Lower the key size for faster generation of key and change note accordingly

Closes #1110 

Signed-off-by: gitMiguel <miikajuka@gmail.com>
2019-12-25 19:40:00 +01:00
Ben Clark b78bad4286 Update manual systemd configuration (#1095)
Signed-off-by: Ben Clark <ben@benjyc.uk>
2019-12-16 12:59:30 +01:00
Richard Koshak dcc10eef45 Changed from "RPi 2 or newer" to "RPi 2 or better" (#1076)
The RPi 0 and RPi 0W are both "newer" than the RPi 2. The important thing isn't when the RPi came out, it's the hardware specs. By saying "newer" it is a little misleading to some users.
2019-11-13 22:26:23 +01:00
Hilbrand Bouwkamp c211fbe8d0 Removed some references to Eclipse SmartHome (#1070)
And reformatted some tables.

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
2019-11-06 22:43:10 +01:00
Agustin Falco 2f5b9a0f63 Update index.md (#1069) 2019-11-03 20:50:11 +01:00
Wouter Born 271e9e9275 Update prerequisites (#1067)
* Emphasize that Java 8 should be used which hopefully makes users double check their Java version
* Add recommendation for using 64-bit JVM on Intel/AMD
* Update recommendation for ARM with Raspberry Pi example so users can easier relate to it
* Update reasons for using 32-bit JVM on ARM so users don't put effort into recompiling nrjavaserial on arm64 because it already works
* Fix typo

Fixes #932

Signed-off-by: Wouter Born <github@maindrain.net>
2019-10-29 22:04:46 +01:00
sihui 8b81ff9b54 Update index.md (#1066)
fixes Zulu Download and Installation link.

Related community thread:
https://community.openhab.org/t/first-steps-zulu/84202?u=sihui

Signed-off-by: Siegfried Huismann sihui@gmx.de
2019-10-25 13:53:46 +02:00
Pavel Druyan 1d9e72c6da Update docker.md (#1057) 2019-10-10 20:02:40 +02:00
Jerome Luckenbach 9727822dc6
Added windows update script as update instruction. (#1056)
* Added windows update script as update instruction.

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

* Review feedback

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

* Review comments

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-10-09 20:51:02 +02:00
Ben Clark 7c1b4d1b4f Revert "Temporarily move stable repo (#1031)" (#1045)
This reverts commit 0148f1ff3f.
2019-09-12 18:56:00 +02:00
zero-24 0148f1ff3f Temporarily move stable repo (#1031)
see: https://github.com/openhab/openhabian/pull/663
2019-08-20 09:42:45 +02:00
zero-24 7dbe50c73c Update links to zulu as it seams the redirect tries to redirect to yoursite.com (#1030) 2019-08-17 09:35:17 +02:00
Ben Clark e356e5a32c Also change RPM's testing repo location (#1028)
Signed-off-by: Ben Clark <ben@benjyc.uk>
2019-08-09 22:28:54 +02:00
Ben Clark 7f73c8997b Change testing repository to Artifactory (#1027)
Signed-off-by: Ben Clark <ben@benjyc.uk>
2019-08-09 20:24:28 +02:00
Johannes 223c068462 Update subtitles in linux.md (#962)
That was kinda annoying for me.
2019-05-05 12:07:57 +02:00
Maurits28 bde22bd5be Update index.md (#958)
#825 solved the broken link on the installation page, this was referenced in Dec 2018.
2019-05-03 18:56:34 +02:00
Maurits28 5976c55a63 Update linux.md (#950)
Added comment from #831 .
Signed off by Maurits - mauritsjas@gmail.com
2019-04-27 20:52:51 +02:00
neutmute b5ebf39ced fix hyperlink (#946) 2019-04-24 09:47:49 +02:00
ujaya ae02380e42 Update security.md (#925)
* Update security.md

Fixed link to Console documentation, added /docs/ to path.

* Fixed, fixed Link

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-04-04 22:02:58 +02:00
HakamSaffour 3c25f0ca9e Update synology.md (#912)
Add missing step (step no. 2) to the installation steps
fixed numbering order

Signed-off-by: Hakam Saffour hakam.saffour@gmail.com
2019-03-14 09:39:07 +01:00
Jason Montleon 1f6703d390 Fixes #911 - Improve Windows Service Logging (#915) 2019-03-11 19:48:08 +01:00
Patrick Fink cbb6c45272 Add bluetooth as recommended peripheral group (#877)
Signed-off-by: Patrick Fink <mail@pfink.de>
2019-01-20 15:23:56 +01:00
Jay Grayson 49745f30d4 Update wording for Installation (#875) 2019-01-16 21:00:10 +01:00
Markus Lipp 428452ce7f Fix links (#865)
* Fixed links in uis.md

Multiple dead links fixed

* Fix links

multiple links to addons page fixed

* Delete reference to non-existing doc page

Reorg of docs made the referenced chapter obsolete

* Fixed multiple links

various links fixed

* Fixed links

links to section addons fixed
Deleted reference to yahooweather binding (now obsolete) as example for binding that requires manual thing definition.

* link fixed

link to addons section fixed

* fixed link

fixed link to UI selection screen

* Fix link

Fixed link to addons section

* Fix links, update example

Signed-off-by: Markus Lipp lipp_markus@gmail.com (github: LightIsLife)

Links to addon section and others fixed.
Old example using the now obsolete Yahooweather binding has been replaced with an example using the network binding

* delete link habpanel.md

Deleted inexisitng link

* Fix links index.md

Fixed links

* Fix link sitemaps.md  (code review)

* Update installation/windows.md (Code review)

Co-Authored-By: LightIsLife <lipp.markus@gmail.com>

* Fix typo migration.md (Code review)

* Fixed typo migration.md (code review)

* Update qnap.md
2019-01-15 19:18:58 +01:00
Stefan 997c396861 Add nginx HTTPS redirect example for non-standard ports (#871)
Signed-off-by: Stefan Gänsler <openhab-git_19@green-sparklet.de>
(github: stefan-muc)
2019-01-14 21:53:48 +01:00
Jerome Luckenbach ae90389d40
Refactoring of nearly all markdown tables. (#869)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-01-13 14:25:05 +01:00
kobold81 90e58121aa Update linux.md (#843)
* Update linux.md

* Signed-off-by: Marc Schumacher marc-schumacher@gmx.de (github: kobold81)

* removed empty line

Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
2019-01-12 11:42:01 +01:00
Wouter Born 964199a6fa Update Docker installation documentation (#856)
* Remove --user option which should not be used because it causes permission issues
* Remove unnecessary --tty option when running as service, nowdays the container will be started in server mode when there is no tty
* Update list of default environment variables
* Correct Ubuntu 16.1 to 16.04
* Nest 1.x binding uses .java whereas Nest 2.x binding does not

Signed-off-by: Wouter Born <eclipse@maindrain.net>
2019-01-09 09:31:40 +01:00
crxporter 9e045ef98e Changed Zulu table link (#847)
Link previously pointed to non java 8 download links. Changed to the same link as the above mentioned download link.
2019-01-05 23:59:43 +01:00
MyRaceData 1475a17afb Replace old cloudbees.com snapshot link (#841)
* Replace old cloudbees.com snapshot link

Replace the old link for the snapshot at cloudbees.com with new link https://ci.openhab.org

* Fix links to snapshot build and latest build

Edited two links on line 90 and line 157 to snapshot builds which used to link to https://openhab.ci.cloudbees.com/job/openhab-linuxpkg/
which will now link to https://ci.openhab.org/job/openhab-linuxpkg/

Edit one link on line 514 to latest build which used to link to https://openhab.ci.cloudbees.com/job/openHAB-Distribution/
which will now link to https://ci.openhab.org/job/openHAB-Distribution/
2019-01-01 14:03:23 +01:00
Benjamin Ewert 4324c47ec5 fixed typo (#812)
Fixed a typo in the stopping command in section "Updating the Image"
2018-11-16 18:13:08 +01:00
Angelos Fountoulakis 57a3c45aac Update Azul Docs Link (#810)
Closes: https://github.com/openhab/openhab-docs/issues/809

Super minor update

Signed-off-by: Angelos Fountoulakis agf@wired-net.gr (github: AngelosF)
2018-11-11 00:51:22 +01:00
Patrick Fink 9790080a23 Increase recommended JDK revision (#802)
see openhab/openhab2-addons#4013

Signed-off-by: Patrick Fink <mail@pfink.de>
2018-11-05 20:52:35 +01:00