mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
added password variable
This commit is contained in:
parent
b8f8262c5e
commit
4d6c39c9c8
@ -68,9 +68,9 @@ Download the latest release from [GitHub](https://github.com/vmstan/gravity-sync
|
||||
|
||||
```
|
||||
cd ~
|
||||
wget https://github.com/vmstan/gravity-sync/archive/v1.2.5.zip
|
||||
unzip v1.2.5.zip
|
||||
mv ~/gravity-sync-1.2.5 ~/gravity-sync
|
||||
wget https://github.com/vmstan/gravity-sync/archive/v1.3.0.zip
|
||||
unzip v1.3.0.zip
|
||||
mv ~/gravity-sync-1.3.0 ~/gravity-sync
|
||||
cd gravity-sync
|
||||
```
|
||||
|
||||
|
@ -1,3 +1,9 @@
|
||||
# REQUIRED SETTINGS
|
||||
REMOTE_HOST='192.168.1.10' # your master Pihole IP or DNS
|
||||
REMOTE_USER='pi' # user account with sudo rights on master Pihole
|
||||
# REQUIRED SETTINGS ######################
|
||||
# Pi-hole Primary Node in IP or DNS
|
||||
REMOTE_HOST='192.168.1.10'
|
||||
|
||||
# User on Primary PH with SUDO rights
|
||||
REMOTE_USER='pi'
|
||||
|
||||
# Password for REMOTE_USER account
|
||||
REMOTE_PASS=‘password’
|
Loading…
Reference in New Issue
Block a user