From 6972de195f92b87e03911dfd36075eb00ecd773e Mon Sep 17 00:00:00 2001 From: Freddie Sackur Date: Tue, 21 Feb 2023 23:07:32 +0000 Subject: [PATCH 1/2] Fix pihole Open button not going to admin page --- apps/pihole/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/pihole/config.json b/apps/pihole/config.json index 51770489..88b2904b 100644 --- a/apps/pihole/config.json +++ b/apps/pihole/config.json @@ -10,6 +10,7 @@ "id": "pihole", "tipi_version": 3, "version": "2022.09.4", + "url_suffix": "/admin", "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", From 5e81b579ee3935819572eb597d7ccc699a672174 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Wed, 22 Feb 2023 08:23:48 +0100 Subject: [PATCH 2/2] chore(pihole): bump version 2023.02.2 --- apps/pihole/config.json | 13 +++++++++---- apps/pihole/docker-compose.yml | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/apps/pihole/config.json b/apps/pihole/config.json index 88b2904b..056b5974 100644 --- a/apps/pihole/config.json +++ b/apps/pihole/config.json @@ -5,13 +5,18 @@ "exposable": true, "port": 8081, "requirements": { - "ports": [53] + "ports": [ + 53 + ] }, "id": "pihole", - "tipi_version": 3, - "version": "2022.09.4", + "tipi_version": 4, + "version": "2023.02.2", "url_suffix": "/admin", - "categories": ["network", "security"], + "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", "author": "pi-hole.net", diff --git a/apps/pihole/docker-compose.yml b/apps/pihole/docker-compose.yml index 5b4ecd4f..607eca19 100644 --- a/apps/pihole/docker-compose.yml +++ b/apps/pihole/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.7" services: pihole: container_name: pihole - image: pihole/pihole:2022.09.4 + image: pihole/pihole:2023.02.2 restart: unless-stopped hostname: pihole dns: