Doc
This commit is contained in:
@@ -145,7 +145,7 @@ Estimated time: 20'
|
|||||||
nano ~/pialert/back/pialert.conf
|
nano ~/pialert/back/pialert.conf
|
||||||
```
|
```
|
||||||
- If you want to use email reporting, configure this parameters
|
- If you want to use email reporting, configure this parameters
|
||||||
```
|
```ini
|
||||||
REPORT_MAIL = True
|
REPORT_MAIL = True
|
||||||
SMTP_USER = 'user@gmail.com'
|
SMTP_USER = 'user@gmail.com'
|
||||||
SMTP_PASS = 'password'
|
SMTP_PASS = 'password'
|
||||||
@@ -153,7 +153,7 @@ Estimated time: 20'
|
|||||||
```
|
```
|
||||||
|
|
||||||
- If you want to update your Dynamic DNS, configure this parameters
|
- If you want to update your Dynamic DNS, configure this parameters
|
||||||
```
|
```ini
|
||||||
DDNS_ACTIVE = True
|
DDNS_ACTIVE = True
|
||||||
DDNS_DOMAIN = 'your_domain.freeddns.org'
|
DDNS_DOMAIN = 'your_domain.freeddns.org'
|
||||||
DDNS_USER = 'dynu_user'
|
DDNS_USER = 'dynu_user'
|
||||||
@@ -162,7 +162,7 @@ Estimated time: 20'
|
|||||||
```
|
```
|
||||||
|
|
||||||
- If you have installed Pi.hole and DHCP, activate this parameters
|
- If you have installed Pi.hole and DHCP, activate this parameters
|
||||||
```
|
```ini
|
||||||
PIHOLE_ACTIVE = True
|
PIHOLE_ACTIVE = True
|
||||||
DHCP_ACTIVE = True
|
DHCP_ACTIVE = True
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user