Missed some bits.

This commit is contained in:
Toben Archer 2021-01-23 21:37:10 +00:00
parent f0a36fef7e
commit b34583dbe9
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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"