📝 Add 4 missing docs

This commit is contained in:
Anarion 2023-03-28 17:15:40 +02:00
parent d039d1e16f
commit c4ab198ead
No known key found for this signature in database
GPG key ID: 6C9E149718A7D4EB
4 changed files with 45 additions and 0 deletions

View file

@ -0,0 +1,11 @@
# Get_iPlayer
Homepage: <https://github.com/get-iplayer/get_iplayer>
Downloads TV and radio programmes from BBC iPlayer.
## Usage
Set `get_iplayer_enabled: true` in your `inventories/<your_inventory>/nas.yml` file.
The get_iplayer web interface can be found at <http://ansible_nas_host_or_ip:8182>.

View file

@ -0,0 +1,11 @@
# Netdata
Homepage: <https://www.netdata.cloud/open-source/>
An extremely comprehensive system monitoring solution.
## Usage
Set `netdata_enabled: true` in your `inventories/<your_inventory>/nas.yml` file.
Netdata web interface can be found at <http://ansible_nas_host_or_ip:19999>.

View file

@ -0,0 +1,12 @@
# Sickchill
Homepage: [Sickchill](https://sickchill.github.io/)
SickChill is an automatic Video Library Manager for TV Shows.
It watches for new episodes of your favorite shows, and when they are posted it does its magic: automatic torrent/nzb searching, downloading, and processing at the qualities you want.
## Usage
Set `sickchill_enabled: true` in your `/inventories/[my inventory]/group_vars/nas.yml` file.
The sickchill web interface can be found at `http://ansible_nas_host_or_ip:8081` by default

11
roles/znc/docs/znc.md Normal file
View file

@ -0,0 +1,11 @@
# Znc
Homepage: <https://wiki.znc.in/ZNC>
ZNC is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC. It supports Transport Layer Security connections and IPv6.
## Usage
Set `znc_enabled: true` in your `inventories/<your_inventory>/nas.yml` file. Edit `znc_*` variables to suit your needs. For more advanced needs, edit the template config file (`templates\znc.conf.j2`) directly.
Connect to ZNC using IRC at ansible_nas_host_or_ip:6677.