Monitor Your Network With Pi.Alert Through Container Manager On Your Synology NAS

Описание к видео Monitor Your Network With Pi.Alert Through Container Manager On Your Synology NAS

This video covers setting up Pi.Alert, which is a network security scanner and notification framework, using Container Manager on a Synology NAS.

⭐️ BUY ME A COFFEE⭐️
https://www.buymeacoffee.com/digitala...

⭐️ SUPPORT THIS CHANNEL⭐️
https://digitalaloha.com/support-my-w...

⭐️ HIRE ME FOR A PROJECT⭐️
https://digitalaloha.com/hire-me/

The video topics include:
• Introduction to Pi.Alert.
• Setting Pi.Alert using Container Manager.
• Configuring Pi.Alert for your network and for email notifications.
• A Walk through of my Pi.Alert setup.

In the video I mentioned or referenced the following link:
• Pi.Alert README.md - https://github.com/jokob-sk/Pi.Alert/...
• Gmail Help Article on App Passwords - https://support.google.com/accounts/a...
• Font Awesome Icon Search - https://fontawesome.com/icons

docker-compose.yml file from the video:
---
version: "3"
services:
pialert:
container_name: pialert
image: "jokobsk/pi.alert:latest"
network_mode: "host"
restart: unless-stopped
volumes:
- ./config:/home/pi/pialert/config
- ./db:/home/pi/pialert/db
environment:
- PORT=20211
---

Timecodes
0:00 | Introduction
0:54 | Prerequisites – Install Container Manager, Setup Folders And Enable SSH
1:44 | Setup Pi.Alert Using Container Manager
2:57 | Launch Pi.Alert In Browser
3:26 | Configure Pi.Alert From Settings Section
6:10 | Notes On Email Notifications
6:52 | Configure Devices Detected By Pi.Alert
9:02 | Run Through Of My Pi.Alert Setup
9:52 | Closing


#synology #pialert #docker

Комментарии

Информация по комментариям в разработке