From 5bfb66ecb153e3571b17ac2e1988d9c59f45d6fc Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Tue, 12 Apr 2022 14:42:19 -0500 Subject: [PATCH] Updated Hidden Figures (markdown) --- Hidden-Figures.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Hidden-Figures.md b/Hidden-Figures.md index 26bb83d..1e6e343 100644 --- a/Hidden-Figures.md +++ b/Hidden-Figures.md @@ -5,21 +5,21 @@ There are a series of advanced configuration options that you may need to change These variables allow you to change the location of the Pi-hole settings folder on both the local and remote hosts. This is required for Docker installations of Pi-hole. This directory location should be from the root of the file system and be configured **without** a trailing slash. - Default setting in Gravity Sync is `/etc/pihole`. -- These variables are set automatically via `gravity-sync config` function and required if a Docker install is selected. +- These variables are set automatically via `gravity-sync config` function and required if a Docker install is detected. ### `LOCAL_DNSMASQ_DIRECTORY` and `REMOTE_DNSMASQ_DIRECTORY` These variables allow you to change the location of the DNSMASQ settings folder on both the local and remote hosts. This is required for Docker installations of Pi-hole. This directory location should be from the root of the file system and be configured **without** a trailing slash. - Default setting in Gravity Sync is `/etc/dnsmasq.d`. -- These variables are set automatically via `gravity-sync config` function and required if a Docker install is selected. +- These variables are set automatically via `gravity-sync config` function and required if a Docker install is detected. ### `LOCAL_FILE_OWNER` and `REMOTE_FILE_OWNER` These variables allow you to change the file owner of the Pi-hole gravity database on both the local and remote hosts. This is automatically set for Docker installations but is likely unnecessary on standard installs. - Default setting in Gravity Sync is `pihole:pihole`. -- These variables are set via `gravity-sync config` function to `999:999` automatically if a Docker install is selected. +- These variables are set via `gravity-sync config` function to `999:999` automatically if a Docker install is detected. ### `LOCAL_DOCKER_CONTAINER` and `REMOTE_DOCKER_CONTAINER`