Monitor Services You Are Running With Uptime Kuma Through Container Manager On Your Synology NAS

Поделиться
HTML-код
  • Опубликовано: 15 июл 2024
  • This video covers setting up Uptime Kuma through Container Manager on a Synology NAS.
    ⭐️ BUY ME A COFFEE⭐️
    www.buymeacoffee.com/digitala...
    ⭐️ SUPPORT THIS CHANNEL⭐️
    digitalaloha.com/support-my-w...
    ⭐️ HIRE ME FOR A PROJECT⭐️
    digitalaloha.com/hire-me/
    The video topics include:
    • Uptime Kuma brief introduction.
    • Setting up Uptime Kuma through Container Manager.
    • Logging into the Uptime Kuma WebUI.
    • Setting up various monitors and email notifications.
    In the video I mentioned or referenced the following link:
    • Uptime Kuma Wiki - github.com/louislam/uptime-ku...
    Example docker-compose.yml file from the video:
    ---
    version: '3.8'
    services:
    uptime-kuma:
    image: louislam/uptime-kuma:1
    container_name: uptime-kuma
    volumes:
    - /volume1/docker/uptime-kuma:/app/data
    - /var/run/docker.sock:/var/run/docker.sock
    ports:
    - "3001:3001" # HOST_PORT:CONTAINER_PORT
    restart: unless-stopped
    network_mode: bridge
    ---
    Timecodes
    0:00 | Introduction
    0:39 | Pre-Requisites - Container Manager
    0:58 | Setup Uptime Kuma Project
    2:45 | Login To Uptime Kuma WebUI
    3:10 | Setup HTTP(s) Monitor
    3:45 | Setup Docker Container Monitor
    5:00 | Setup DNS Monitor
    6:02 | Setup Email (SMTP) Notifications
    7:11 | Test Email Notifications
    8:15 | Closing
    #synology #uptimekuma #docker
  • НаукаНаука

Комментарии • 10

  • @websitemain9260
    @websitemain9260 6 месяцев назад +1

    Thanks man '

  • @okanerdem
    @okanerdem 6 месяцев назад +1

    Thanks the great video, is it possible to share a video about Homer on synology?

    • @digital_aloha
      @digital_aloha  6 месяцев назад +1

      You're welcome!! Glad you liked the video. I'll look into creating a Homer video as well. Thanks for the suggestion!!

  • @kowo1410
    @kowo1410 6 месяцев назад +1

    Thank you for your videos. Unfortunately with Uptime Kuma I have got error: "Terminal: Build - uptime-kuma Container uptime-kuma Starting
    Error response from daemon: driver failed programming external connectivi
    Exit Code: 1" Any suggestion what is wrong?

    • @digital_aloha
      @digital_aloha  6 месяцев назад

      You're welcome!! Regarding your issue with Uptime Kuma, it looks like your error message got cut off in your comment so I'm missing some info that would probably help with trying to solve your problem. However, one common issue is that the external port used to access the Uptime Kuma container could already be in use. I would double check that first. Hope this helps and best of luck in your setup!!

    • @kowo1410
      @kowo1410 6 месяцев назад +1

      Resolved with the external port. Thank you.

    • @digital_aloha
      @digital_aloha  6 месяцев назад

      @@kowo1410 Great!! Glad you got things resolved!!