Updated Hidden Figures (markdown)

Michael Stanclift 2022-04-12 14:42:19 -05:00
parent 30a375814e
commit 5bfb66ecb1

@ -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. 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`. - 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` ### `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. 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`. - 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` ### `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. 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`. - 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` ### `LOCAL_DOCKER_CONTAINER` and `REMOTE_DOCKER_CONTAINER`