mirror of
https://github.com/vmstan/gravity-sync.git
synced 2025-06-23 14:20:32 -04:00
Clearer instructions for setup
This commit is contained in:
parent
44d0748738
commit
24fe419e70
@ -1,17 +1,20 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Gravity Sync by vmstan
|
# GRAVITY SYNC BY VMSTAN #####################
|
||||||
VERSION='1.2.1'
|
VERSION='1.2.2'
|
||||||
|
|
||||||
# Must execute from a location in the home folder of the user who own's it (ex: /home/pi/gravity-sync)
|
# Must execute from a location in the home folder of the user who own's it (ex: /home/pi/gravity-sync)
|
||||||
# Configure certificate based SSH authentication between the Pihole HA nodes - it does not use passwords
|
# Configure certificate based SSH authentication between the Pi-hole HA nodes - it does not use passwords
|
||||||
# Tested against Pihole 5.0 GA on Raspbian Buster and Ubuntu 20.04, but it should work on most configs
|
# Tested against Pihole 5.0 GA on Raspbian Buster and Ubuntu 20.04, but it should work on most configs
|
||||||
# More installation instructions available at https://vmstan.com/gravity-sync
|
# More installation instructions available at https://vmstan.com/gravity-sync
|
||||||
# For the latest version please visit https://github.com/vmstan/gravity-sync under Releases
|
# For the latest version please visit https://github.com/vmstan/gravity-sync under Releases
|
||||||
|
|
||||||
# You must define REMOTE_HOST and REMOTE_USER in a file called 'gravity-sync.conf' -- see above documentation
|
# REQUIRED SETTINGS ##########################
|
||||||
|
|
||||||
# CUSTOMIZATION ##############################
|
# You MUST define REMOTE_HOST and REMOTE_USER in a file called 'gravity-sync.conf'
|
||||||
|
# You can copy the 'gravity-sync.conf.example' file in the script directory to get started
|
||||||
|
|
||||||
|
# CUSTOMIZATION ########### (not required) ###
|
||||||
|
|
||||||
# GS Folder/File Locations
|
# GS Folder/File Locations
|
||||||
LOCAL_FOLDR='gravity-sync' # must exist in running user home folder
|
LOCAL_FOLDR='gravity-sync' # must exist in running user home folder
|
||||||
@ -29,6 +32,10 @@ YELLOW='\033[0;93m'
|
|||||||
PURPLE='\033[0;95m'
|
PURPLE='\033[0;95m'
|
||||||
NC='\033[0m'
|
NC='\033[0m'
|
||||||
|
|
||||||
|
##############################################
|
||||||
|
### DO NOT CHANGE ANYTHING BELOW THIS LINE ###
|
||||||
|
##############################################
|
||||||
|
|
||||||
# FUNCTION DEFINITIONS #######################
|
# FUNCTION DEFINITIONS #######################
|
||||||
|
|
||||||
# Import Settings
|
# Import Settings
|
||||||
|
Loading…
x
Reference in New Issue
Block a user