mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-25 11:03:07 +00:00
Added documentation for openHAB
This commit is contained in:
parent
4ecb42f853
commit
8942d8a647
3 changed files with 18 additions and 0 deletions
|
@ -50,6 +50,7 @@ Ansible config and a bunch of Docker containers.
|
|||
* [Netdata](https://my-netdata.io/) - An extremely comprehensive system monitoring solution
|
||||
* [Nextcloud](https://nextcloud.com/) - A self-hosted Dropbox alternative
|
||||
* [NZBget](https://nzbget.net/) - The most efficient usenet downloader
|
||||
* [openHAB](https://www.openhab.org/) - A vendor and technology agnostic open source automation software for your home
|
||||
* [Plex](https://www.plex.tv/) - Plex Media Server
|
||||
* [Portainer](https://portainer.io/) - for managing Docker and running custom images
|
||||
* [pyLoad](https://pyload.net/) - A download manager with a friendly web-interface
|
||||
|
|
15
docs/applications/openhab.md
Normal file
15
docs/applications/openhab.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# openHAB
|
||||
|
||||
Homepage: [https://www.openhab.org/](https://www.openhab.org/)
|
||||
|
||||
OpenHab is a vendor and technology agnostic open source automation software for your home.
|
||||
It allows you to connect many different IoT-Devices (which in this case means "Intranet of Things") using custom bindings made by the community.
|
||||
|
||||
## Usage
|
||||
|
||||
Set `openhab_enabled: true` in your `group_vars/all.yml` file.
|
||||
|
||||
## Specific Configuration
|
||||
|
||||
The openHAB Webinterface is available at port 7777 (HTTP) and 7778 (HTTPS).
|
||||
Visit the webinterface and follow the setup instructions found in the [openHAB Documentation](https://www.openhab.org/docs/tutorial/1sttimesetup.html)
|
|
@ -27,6 +27,8 @@ By default, applications can be found on the ports listed below.
|
|||
| Netdata | 19999 | |
|
||||
| Nextcloud | 8080 | |
|
||||
| NZBGet | 6789 | |
|
||||
| openHAB | 7777 | HTTP |
|
||||
| openHAB | 7778 | HTTPS |
|
||||
| Plex | 32400 | |
|
||||
| Portainer | 9000 | |
|
||||
| pyload | 8000 | |
|
||||
|
|
Loading…
Reference in a new issue