mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-14 16:07:20 +00:00
Missed some bits.
This commit is contained in:
parent
f0a36fef7e
commit
b34583dbe9
2 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,7 @@ Ansible config and a bunch of Docker containers.
|
|||
* [Mosquitto](https://mosquitto.org) - An open source MQTT broker
|
||||
* [Mylar](https://github.com/evilhero/mylar) - An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents
|
||||
* [MyMediaForAlexa](https://www.mymediaalexa.com/) - Lets you stream your music collection to your alexa device
|
||||
* [n8n](https://n8n.io") - Nodemation, a node based workflow and automation service like IFTTT.
|
||||
* [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
|
||||
|
|
|
@ -3,6 +3,7 @@ n8n_enabled: false
|
|||
# Networking
|
||||
n8n_available_externally: "false"
|
||||
n8n_port: 5678
|
||||
n8n_hostname: "n8n"
|
||||
|
||||
# Directories
|
||||
n8n_data_directory: "{{ docker_home }}/n8n"
|
||||
|
|
Loading…
Reference in a new issue