SSEs are now supported through a proxy using buffering. IMHO we should recommend the defaults (buffering=on).
Resolves#115
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Add HABmin and HABPanel UIs to Overview
Signed-off-by: Christian Häussler <c-n-i@web.de> (github: cniweb)
* Update working devices
https://github.com/openhab/openhab-syno-spk/issues/29
Signed-off-by: Christian Häussler <c-n-i@web.de> (github: cniweb)
Sample implementations of the [third part of the OSGi Coding Tasks](http://docs.openhab.org/developers/prerequisites/osgitasks.html#iii-service-tracker).
Modified org.openhab.training.electricity.provider bundle.
Also-by: Elena Miovska <elena.miovska@musala.com> (github: emiovska)
Signed-off-by: Kiril Atanasov <kiril.atanasov@musala.com> (github: kirilAtan)
Added names to bundles, where this was missing.
Slightly changed the tasks, after feedback from the first implementations.
Added few hints and links to the Coding Guidelines.
Signed-off-by: Svilen Valkanov <svilen.valkanov@musala.com>
In the Code Guidelines section, when mentioning the about.html file there could be two examples:
- about.html file without 3rd party licence information
- about.html file with 3rd party licence information
It will be easy for the contributers - they will spend less time figuring how the file should look and make fewer mistakes.
There could be a check when a bundle is commited, not only if it contains an about.html file, but also if the about.html file contains one of the dates in the example about.html files. This will help if a contributer has forgotten to change the date in the file.
The example files could be choosen from: https://github.com/openhab/openhab2-addons/pull/1263/files
Signed-off-by: Kiril Atanasov <kiril.atanasov@musala.com>
* Added optional HTTPS configurations
Based on feedback I received and previously made questions around the community forums.
Plus corrected spelling mistakes.
* Added requested changes
- Added further reading
- Suggested that the configuration file be named openhab instead of default
- Suggested to use SSL Labs' site first.
- Used NGINX formatting.
* Address problems with nginx configuration example
Include X-Forwarded Protocol
Disable Proxy buffering by default
* Updated Reverse Proxy page with tutorial
Removed reference to Jetty, replaced file with NGINX
* Added domain independant instructions
Also a short section about getting a domain name.
* Suggested removing HSTS if sticking to HTTP
* Fix typo
* Small changes: Added one line intro, rewrote/shortened a sentence that was a bit confusing to a beginner like myself, moved a note up to the section of the document to which it referred (although arguably it could have stayed).
* Fixed link to installation prerequisites
* Fixed Link: 404 on Karaf command reference
* Draft
Draft docs article for review
* Move items.md
* Revert
* Updated to include Things and Items
Added a link for the Items and Things page.
* Update Basic Concepts
Updated basic concepts as per https://community.openhab.org/t/documenting-openhab-2/10568/28
Review of the rules and scripting section needs to be made.
* Draft Updates
Updates from discussion with ThomDietrich
* Small revisions
Minor revisions of text and replaced duplicated data with links to
external pages for further information.
* Fix the command to access the console
and add an advice in case the command fails.
* Replace warning and improve console interfaces
Signed-off-by: Thomas Dietrich <Thomas.Dietrich@tu-ilmenau.de>