This commit is contained in:
pucherot
2021-01-15 14:00:35 +01:00
parent a2f23d37ec
commit f3c8a5d407
2 changed files with 58 additions and 58 deletions

View File

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