diff --git a/apps/adguard/config.json b/apps/adguard/config.json index 7925c34d..c7b1e9d6 100644 --- a/apps/adguard/config.json +++ b/apps/adguard/config.json @@ -2,8 +2,8 @@ "$schema": "../schema.json", "name": "Adguard", "available": true, - "tipi_version": 1, - "version": "0.107.7", + "tipi_version": 2, + "version": "0.107.13", "port": 8104, "id": "adguard", "categories": ["network", "security"], diff --git a/apps/adguard/docker-compose.yml b/apps/adguard/docker-compose.yml index e44038c9..bfcd7331 100644 --- a/apps/adguard/docker-compose.yml +++ b/apps/adguard/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.7" services: adguard: - image: adguard/adguardhome:v0.107.7 + image: adguard/adguardhome:v0.107.13 container_name: adguard volumes: - "${APP_DATA_DIR}/data/work:/opt/adguardhome/work" diff --git a/apps/n8n/config.json b/apps/n8n/config.json index 5fa04fe7..ed9f4549 100644 --- a/apps/n8n/config.json +++ b/apps/n8n/config.json @@ -4,13 +4,21 @@ "available": true, "port": 8094, "id": "n8n", - "tipi_version": 1, - "version": "0.186.1", + "tipi_version": 2, + "version": "0.195.5", "categories": ["automation"], "description": "n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything.", "short_desc": "Workflow Automation Tool. Alternative to Zapier", "author": "n8n.io", "source": "https://github.com/n8n-io/n8n", "website": "https://n8n.io/", - "form_fields": [] + "form_fields": [ + { + "type": "random", + "label": "Database password", + "min": 30, + "max": 30, + "env_variable": "DB_PASSWORD" + } + ] } diff --git a/apps/n8n/docker-compose.yml b/apps/n8n/docker-compose.yml index 86743c25..efb85ae8 100644 --- a/apps/n8n/docker-compose.yml +++ b/apps/n8n/docker-compose.yml @@ -8,7 +8,7 @@ services: volumes: - ${APP_DATA_DIR}/data/db:/var/lib/postgresql/data environment: - - POSTGRES_PASSWORD=tipi + - POSTGRES_PASSWORD=${DB_PASSWORD} - POSTGRES_USER=tipi - POSTGRES_DB=n8n networks: @@ -16,7 +16,7 @@ services: n8n: container_name: n8n - image: n8nio/n8n:0.186.1 + image: n8nio/n8n:0.195.5 restart: unless-stopped ports: - ${APP_PORT}:5678 diff --git a/apps/pihole/config.json b/apps/pihole/config.json index 28fd7ab0..d8eb7b5a 100644 --- a/apps/pihole/config.json +++ b/apps/pihole/config.json @@ -7,8 +7,8 @@ "ports": [53] }, "id": "pihole", - "tipi_version": 1, - "version": "2022.07.1", + "tipi_version": 2, + "version": "2022.09.4", "categories": ["network", "security"], "description": "The Pi-holeĀ® is a DNS sinkhole that protects your devices from unwanted content without installing any client-side software.", "short_desc": "A black hole for Internet advertisements", diff --git a/apps/pihole/docker-compose.yml b/apps/pihole/docker-compose.yml index b16e86ec..d0bd5550 100644 --- a/apps/pihole/docker-compose.yml +++ b/apps/pihole/docker-compose.yml @@ -14,7 +14,7 @@ services: pihole: # depends_on: [unbound] container_name: pihole - image: pihole/pihole:2022.07.1 + image: pihole/pihole:2022.09.4 restart: unless-stopped hostname: pihole dns: