- smaller font size
- added non-breaking spaces to prevent unwanted line breaks
- put footer in background if menu is larger than text
Signed-off-by: Martin Herbst <mail@mherbst.de>
* Fix nginx code closures in tabbed section
Made them into own categories instead of bolding statements (which was a workaround for when he had <4 headings.
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Missed one
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Missed another...
Signed-off-by: Ben Clark <ben@benjyc.uk>
* Add nginx header anchors
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Add TOC for nginx
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
* Rename security menu entry
Signed-off-by: Thomas Dietrich <thomas.dietrich@tu-ilmenau.de> (github: ThomDietrich)
Text taken from www.openhab.org and adopted to design of this site.
Added link to main openHAB site to the footer.
Solved #223, #258
Signed-off-by: Martin Herbst <mail@mherbst.de>
* Added option to generate a sitemap.xml file for Google
Signed-off-by: Martin Herbst <mail@mherbst.de>
* Permalink was configured in wrong file
Signed-off-by: Martin Herbst <mail@mherbst.de>
* Added canonical link
Signed-off-by: Martin Herbst <mail@mherbst.de>
* Replaced "Karaf console" by simply "console"
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* also changed menu entry
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* some missed changes...
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* moved sentences to single lines
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* replaced nginx by security article, which also covers:
- changing HTTP(S) port
- Jetty SSL certificate
- restriction of network interfaces to use
- options for remote access (VPN, myopenHAB, reverse proxy)
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* adapted openHABian comment and added newlines
Signed-off-by: Kai Kreuzer <kai@openhab.org>
* 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
* 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.
Renamed images with uppercase extensions.
Renamed articles with mixed upper- and lowercase.
Other minor fixes.
Signed-off-by: Svilen Valkanov <svilen.valkanov@musala.com>
Topics contained:
- how to start equinox standalone and from Eclipse;
- basic Equinox commands;
- core Equinox bundles and the services, that they provide;
- p2 Equinox subproject - IU and update site.
Signed-off-by: Svilen Valkanov <svilen.valkanov@musala.com>
The article covers the following topics:
- OSGi DS container, Service Components and Service Description;
- advantages of DS;
- how to use DS to provide and reference services;
- Service Component Lifecycle.
Signed-off-by: Svilen Valkanov <svilen.valkanov@musala.com>