how did I NOT know about this?

Поділитися
Вставка
  • Опубліковано 4 жов 2024
  • Host your own NTFY Server with Linode: ntck.co/linode - you get a $100 Credit good for 60 days as a new user!
    🔥🔥Like my videos? Consider joining NetworkChuck Academy: ntck.co/NCAcademy
    ☕☕Try my coffee: NetworkChuck.c...
    VIDEO DOCS and LINKS: ntck.co/ntfync
    In this video, we'll be exploring the amazing notification tool called NTFY (or notify). With NTFY, you can get notifications for almost anything you want, from long-running commands to battery levels. It's free, open-source, and can be self-hosted, making it a powerful tool for sysadmins and power users alike.
    We'll start by showing you how to install NTFY on Linode, one of our favorite cloud providers, or on-prem using Docker, a Raspberry Pi, or a Cloudflare tunnel. We'll also show you how to set up the free NTFY app for Android or iPhone to receive notifications.
    Once you've got NTFY up and running, we'll show you some fun use cases, including how to get notified when a long-running command finishes, when your website goes down, or when your battery is low. We'll also show you how to set up a cron job for a daily reminder or a birthday reminder.
    If you're a sysadmin or power user looking for a notification tool that can do almost anything, then NTFY is the tool for you. So, join us and learn how to get notified of everything with NTFY!
    **Sponsored by Linnode, Cloud Computing From Akamai
    SUPPORT NETWORKCHUCK
    ---------------------------------------------------
    ➡️NetworkChuck membership: ntck.co/Premium
    ☕☕ COFFEE and MERCH: ntck.co/coffee
    Check out my new channel: ntck.co/ncclips
    🆘🆘NEED HELP?? Join the Discord Server: / discord
    STUDY WITH ME on Twitch: bit.ly/nc_twitch
    READY TO LEARN??
    ---------------------------------------------------
    -Learn Python: bit.ly/3rzZjzz
    -Get your CCNA: bit.ly/nc-ccna
    FOLLOW ME EVERYWHERE
    ---------------------------------------------------
    Instagram: / networkchuck
    Twitter: / networkchuck
    Facebook: / networkchuck
    Join the Discord server: bit.ly/nc-discord
    AFFILIATES & REFERRALS
    ---------------------------------------------------
    (GEAR I USE...STUFF I RECOMMEND)
    My network gear: geni.us/L6wyIUj
    Amazon Affiliate Store: www.amazon.com...
    Buy a Raspberry Pi: geni.us/aBeqAL
    Do you want to know how I draw on the screen?? Go to ntck.co/EpicPen and use code NetworkChuck to get 20% off!!
    fast and reliable unifi in the cloud: hostifi.com/?v...
    #ntfy #pushnotifications

КОМЕНТАРІ • 947

  • @NetworkChuck
    @NetworkChuck  Рік тому +114

    Host your own NTFY Server with Linode: ntck.co/linode - you get a $100 Credit good for 60 days as a new user!
    🔥🔥Like my videos? Consider joining NetworkChuck Academy: ntck.co/NCAcademy
    ☕☕Try my coffee: NetworkChuck.coffee
    VIDEO DOCS and LINKS: ntck.co/ntfync
    In this video, we'll be exploring the amazing notification tool called NTFY (or notify). With NTFY, you can get notifications for almost anything you want, from long-running commands to battery levels. It's free, open-source, and can be self-hosted, making it a powerful tool for sysadmins and power users alike.
    We'll start by showing you how to install NTFY on Linode, one of our favorite cloud providers, or on-prem using Docker, a Raspberry Pi, or a Cloudflare tunnel. We'll also show you how to set up the free NTFY app for Android or iPhone to receive notifications.
    Once you've got NTFY up and running, we'll show you some fun use cases, including how to get notified when a long-running command finishes, when your website goes down, or when your battery is low. We'll also show you how to set up a cron job for a daily reminder or a birthday reminder.
    If you're a sysadmin or power user looking for a notification tool that can do almost anything, then NTFY is the tool for you. So, join us and learn how to get notified of everything with NTFY!
    **Sponsored by Linnode, Cloud Computing From Akamai

    • @MFmyk3
      @MFmyk3 Рік тому +2

      Love the videos. - can you update on that status of your nwc course site? I’ve sent several emails to support with no response.

    • @beepboop-o5s
      @beepboop-o5s Рік тому +1

      this is an instant notification system, minus ssh, for headless hacking gadgets

    • @beepboop-o5s
      @beepboop-o5s Рік тому

      also for an 'im still alive" recurring message to track when a remote device goes down

    • @abdellouioussema6594
      @abdellouioussema6594 Рік тому

      please NetworkChuck whats the background music i love it

    • @ganesh6907
      @ganesh6907 Рік тому +2

      Your drinking so much of coffee ☕

  • @binwiederhier
    @binwiederhier Рік тому +1364

    ntfy maintainer here. Thanks for this video, dude! Happy to answer questions. (Maybe delayed though as I am travelling internationally tmr)

    • @donciak
      @donciak Рік тому +101

      why are you so awsome??

    • @syedibrahimkhalil786
      @syedibrahimkhalil786 Рік тому +27

      Awesome, could you let us know about security based use cases?

    • @zsoltilibai3417
      @zsoltilibai3417 Рік тому +9

      So if i have multiple devices can i send a message to a specific device?

    • @MrGh0sT_8124
      @MrGh0sT_8124 Рік тому

      @@syedibrahimkhalil786I am using this tool from a long time in my Security Operation Centre. I can easily push certain alerts like windows wrong password or usb device connected or specific alerts as push notification. This is really handy.

    • @binwiederhier
      @binwiederhier Рік тому +16

      @@donciak 😂 Thanks for the kind words.

  • @Sizzlik
    @Sizzlik Рік тому +200

    Little command line kung fu for those who dont know...if you forgot to put sudo on a command..instead of retyping the command just type "sudo !!" And the last command will be repeated with sudo in the beginning. The two exclaimation marks (!!) will repeat the last command with whatever you typed in the beginning. Very usefull trick, mostly for when you forgot sudo.

    • @MarkoVukovic0
      @MarkoVukovic0 Рік тому +2

      Great trick, thanks for that!

    • @jeschinstad
      @jeschinstad Рік тому +17

      Yes. More precisely, !! is shortcut for !-1, where 1 is the number of commands ago that you want to repeat. !386 would run the command number 386 in your history. That can be highly useful as well. "history". Find the command you want to repeat and !number to run it.

    • @MarkoVukovic0
      @MarkoVukovic0 Рік тому +4

      @@jeschinstad learning something new every day, that's really powerful. Thanks!

    • @jeschinstad
      @jeschinstad Рік тому +5

      @@MarkoVukovic0: Yes, I love it! This is the benefit of a system having had 50 years to mature. It has enormous amounts of useful little things and always something new to learn. :) Did you know that if you press ctrl+xe then you can write your command into your default editor to make it easier to read and edit and then when you save and close, it will be run as a command? Very useful, particularly on dangerous commands!

    • @MarkoVukovic0
      @MarkoVukovic0 Рік тому

      @@jeschinstad another one I didn't know, wow, thanks! I've been using Linux for years but never bothered to look into these amazing shortcuts! Thanks again! Do you use a terminal multiplexer? I am enjoying Byobu after having used Screen for many years.

  • @PatrickKalinowski
    @PatrickKalinowski Рік тому +22

    Even when you don't really want to use the software or project ... You still want to watch the video because it is so entertaining!

  • @QSC0P3
    @QSC0P3 Рік тому +167

    Oh that's so cool to see you do a video on this tool!
    I have been using it for some time now and got it introduced at my workplace. I work at the ER of a local hospital and we use it to sent push messages to other nearby hospitals (and receive them) when it's getting very busy somewhere so it is likely more patients will be coming towards us as they are running out of capacity for example.
    Really useful and so easy to use even doctors can work with it haha. Besides that I also use it for my homelab (in another channel obviously haha) and for example to sent commands to control my smart home. I also use it with tasker which lets you do fun stuff like request the location of your phone or the battery levels and get notified when they are low. Truly the possibilities are endless and its really easy to setup and get going. The developer did a great job on writing splendid documentation for his tool as well.
    I'm really grateful for the person that made this and it's awesome to see a (relatively?) big UA-camr give him some well-deserved recognition for his efforts! Great video

    • @JosephLopes-x1t
      @JosephLopes-x1t Рік тому +7

      wym relatively this man has 3.26 million subscribers lmao

    • @dangerous8333
      @dangerous8333 Рік тому +1

      I have absolutely no need for this though.

    • @DJ29Joesph
      @DJ29Joesph Рік тому

      Its crazy how late Chuck gets to the game. Like he waits for everyone else and copy them lol

    • @jonathanj.3695
      @jonathanj.3695 Рік тому

      ​@QSC0P3 You had me at "run it as a portal so that you can chat to chatGPT".
      (I've been obsessed with ChatGPT lately and have been using it help me create code and scripts).

    • @QSC0P3
      @QSC0P3 Рік тому

      @@JosephLopes-x1t oh yeah scrap the relatively haha that's prettig damn big nvm

  • @U_CantTouchThis
    @U_CantTouchThis Рік тому +22

    Thank You Chuck !
    A year ago, when I first saw Your channel, You became my inspiration to change my life.
    I changed my career and since June 2023 I have been working in IT :)
    😎
    Great channel keep it up :)
    You're doing a great job!

  • @AnythinG-ie7jd
    @AnythinG-ie7jd Рік тому +10

    Thanks Chuck.
    .
    Also, guyz.
    You can add " --restart always" while running the docker container so even after system reboot ur docker container spins up again and your notification never stops.

  • @francesco2092
    @francesco2092 Рік тому +6

    23 minutes of video gives 23 weeks of study to fully understand everything hahaha really love you

  • @KyserClark
    @KyserClark 11 місяців тому +20

    I just set up my own home server. Small tip: If you are already hosting something on port 80 on your home server or you just want to use a different port instead of doing "80:80", do [PORT]:80. Where [PORT] is the port number you choose. Pretty slick notification service. Thanks for sharing and thanks for the easy to follow tutorial!

  • @sohailibrahim3
    @sohailibrahim3 Рік тому +205

    Always wanted to write a cool comment

  • @inputoutput-hd7jl
    @inputoutput-hd7jl 5 місяців тому +1

    came here for the topic. walked away with exactly what I was needing before with cloudflare tunnels. thanks man. really enjoy your content

  • @freckhard
    @freckhard Рік тому +21

    For anyone asking: binwiederhier, German for „(ich) bin wieder hier“ means "I am back again" and can be pronounced like "bin vida here" :-) Grüße! 😊

    • @emerelle3535
      @emerelle3535 4 місяці тому +2

      Mann, da wollt ich aufgeregt ne Antwort tippen und dann war jemand acht Monate schneller. :P

    • @freckhard
      @freckhard 4 місяці тому +1

      @@emerelle3535 😇👍

  • @digitalarkham
    @digitalarkham 11 місяців тому +13

    I Really want to thank you for renewing my excitement for tech and for learning again. I pretty much gave up long ago and got buried in the slog of 9-5 and felt like I was drowning a bit.
    Great content, amazing presentation, and just all around fantastic.

    • @darksalmon
      @darksalmon 9 місяців тому

      Same. Burned out some time ago but I'm finding my way back to being excited about tech because of people like him.

  • @sovereignshahid9265
    @sovereignshahid9265 Рік тому +42

    an interesting thing is as this uses simple post requests, I can use something like this in modded minecraft since some mods add computers that can do this sort of thing. I think it would be very useful for seeing when a crafting recipie is finished since in some modpacks it can take quite a while to do so

    • @Markyroson
      @Markyroson Рік тому

      That would be a cool use case! Curious how you’d implement.

    • @vnc.t
      @vnc.t Рік тому

      computercraft/cc tweaked?

    • @vnc.t
      @vnc.t Рік тому

      you can request a bulk craft with create mod mechanical crafters and have it send you a push notification when it's done

    • @vnc.t
      @vnc.t Рік тому

      ​@@Markyrosonlua, cc adds http module so not that hard to send the request

    • @somethingcoolgoeshere
      @somethingcoolgoeshere Рік тому +1

      Imagine a system where you can send commands to a computer in-game from your IRL phone!
      Craft me x64 crafting tables

  • @Guihcouto
    @Guihcouto 2 місяці тому

    I watched this months ago but just now had a migration project where I have had a chance to use it! this has made my life SO MUCH better these last days! Thanks a lot Chuck. Always spreading awesome content.

  • @bearsaremonkeys
    @bearsaremonkeys Рік тому +3

    i love this channel because it keeps me up to date with all the new tools that pay Chuck to get excited about

  • @jackporter3302
    @jackporter3302 9 місяців тому +1

    Set this up because of this video and I love it. Get notified every morning on whether or not my backups failed or were successful.

  • @sirflimflam
    @sirflimflam Рік тому +5

    Wow, I've been wanting something like this for so long. This is the first project you've led me to that had running within the hour of learning about it.

  • @ExpHosed_
    @ExpHosed_ Рік тому +1

    Your videos have always kept me up to date with Linode. Thats literally all Ive learned. Linode., You need LINODE for everything.

  • @ItsMelodyy
    @ItsMelodyy Рік тому +7

    if you do "docker run ---name ntfy p 80:80 -itd binwiederhier/ntfy serve" it'll name the container and you won't have to copy paste the ID. You can also add --restart always to it, and it'll always boot up with your server.

    • @trs_one
      @trs_one 6 місяців тому

      thanks for this

  • @feozgaming
    @feozgaming Рік тому +3

    Amazing video!! I used ntfy to send me a message on my phone when someone is at the door. I built an IP camera, hooked it up to motion eye. Luckily motion eye has a feature where you can run a command when motion is detected. But it works a dream. Thanks Chuck!

  • @4lexkidd947
    @4lexkidd947 Рік тому +5

    German dude here, "binwiederhier" is in deed german and translates to "i am here again". So basicly "bin wieder hier" on your channel, enjoying nice dockerized tools to add to my digital home-fortress. Thanks for your vids, keep it up ;)
    Also as a side note: Due to the upcoming python for excel you could even notify from excel sheets if certain rules are met (for example some values in cells reach certain limits)

    • @JoanLavell
      @JoanLavell Рік тому

      Probably already works with a VBA Shell command

  • @ramsesramos2192
    @ramsesramos2192 7 місяців тому +1

    Whenever I see one of your videos I dont know why out of nowhere I feel like going to a starbucks with my laptop and be all creative

  • @j.justin1511
    @j.justin1511 Рік тому +4

    I have never been more excited, charmed, and motivated by a video I intend to never use. Chuck, your energy is infectious. Now if only your knowledge were so as well.

  • @marshallross
    @marshallross Рік тому +1

    These tutorials always make me smile and they’re so dang useful!!!

  • @_JohnHammond
    @_JohnHammond Рік тому +20

    SHENANIGANS 🤩

  • @xorbite
    @xorbite Рік тому +25

    Your videos have always kept me up-to-date with the latest technologies used within the IT world; and they taught me a lot so far.
    I've always had that passion for IT and your videos have really made it more fun for me to get around new technologies. Keep up the awesome work man.
    You've always made good quality content, just wanted to show my appreciation for the effort you're putting into making those videos

  • @wizzardwilliamlane
    @wizzardwilliamlane Рік тому +4

    Thank you for making this video. I took you advise and signed up for a Linode server. The good news is I now have a "go to" place for Linux servers. The bad news, for the folks at Linode, is I am a complete novice/newbie with Linux. I didn't know to "Harden" the Linode and it became spammer candy. I received policy violations within hours of signing up. Sorry bout that, my bad.
    Huge plug for the Linode folks. They were very gracious I also did the Portainer thing which is awesome.
    Bottom line, Linux yea, Docker, yea, Portainer yea, and NTFY yea. Good day in the neighborhood.

  • @jeschinstad
    @jeschinstad Рік тому +8

    Fascinating. I did something similar in the ancient past, when XMPP was the next big thing. I would send notifications as chat messages. It's very useful to have things like this, but the really old fashioned way of doing this is through email. Having your system being notify you of things via mail is very useful and perhaps more generally useful since you can generate as much descriptive text as you like. But fun is always fun! :)

  • @harshkamdar6509
    @harshkamdar6509 9 місяців тому

    this is actually very good i now use it to alert me when an ML model is done training or a large dataset is done pre-processing, saves a lot of time.

  • @TheMythh
    @TheMythh Рік тому +4

    17:00 i had no clue you can do terinary operators in terminal, nice one. also of course ntfy is AMAZING, thank you for popping up in my suggested video and thank you to the devs/maintainers of the software! deffo going to set it up on my rpi

  • @TheFern2
    @TheFern2 Рік тому +1

    This video just popped right when I needed it. Last week I was thinking about setting up notifications when things are done in the cli for example running ansible playbooks take a while sometimes. Ntfy is the perfect solution, great project. And thanks for the tutorial Chuck!

  • @SullivanInfinity
    @SullivanInfinity Рік тому +3

    Fun fact: The container binwiederhier is German "Bin wieder hier" and it's slang for "I'm here again"

    • @Ozymandias1
      @Ozymandias1 Рік тому +1

      I have a hunch it's related to the book and film Er ist wieder da.

  • @vadneydasilva230
    @vadneydasilva230 10 місяців тому

    Mr. Chuck You're awesome!!! Thanks for the content... Once again. You're awesome!!!

  • @Shinika01
    @Shinika01 Рік тому +4

    that's insane! I'm adding that in my work flow as of today and will share it in our next team meeting!

    • @bambo5243
      @bambo5243 Рік тому +2

      how are you planning to implement it? i dont rly get for what i would use it

    • @Shinika01
      @Shinika01 Рік тому

      ​@@bambo5243 users of my tools can be alerted by notifications instead of emails with the results of the tools... i get notification when a user logged in with a wrong password... I get notifications if anything went wrong on one of the API call... and so on... it's amazin

  • @MichaelRainabbaRichardson
    @MichaelRainabbaRichardson 4 місяці тому

    When you execute `docker run` commands, if you add ` --name=yourcontainer name`, then you can use your container name anywhere that you would have previously used a container ID, negating the need to `docker ps` and copy the ID each time you want to manage a container. This is also advisable because as your container collection grows, it gets more and more unwieldy to depend on the ID for ad-hoc operations like that.

  • @SwirX
    @SwirX Рік тому +4

    Thanks I really needed something like this for my automation programs originally I was going to make a python script that sends me an email to notify me but it seemed like a lot of work, but now imma implement ntfy on my scripts😃

  • @ivandumancic2938
    @ivandumancic2938 Рік тому

    "Bin wieder hier" means "(I) am again here"
    Thank you for the video! I'm drinking coffee right now 😊❤

  • @DT-hb3zu
    @DT-hb3zu Рік тому +3

    First. Love to see new content from Chuck. 😊

  • @j7v7a2
    @j7v7a2 9 місяців тому

    Awesome, especially the added bonus of a CloudFlareD Tunnel.

  • @ness20xx27
    @ness20xx27 Рік тому +3

    Bioinformatic pipelines that run for ages might be able to use this. Sometimes it takes multiple days to run them. This might just be a gamechanger to immediately become productive again when the pipeline has finished running (at least when running locally!)

  • @curtisice2823
    @curtisice2823 Рік тому +1

    Been waiting to receive a notification from this channel❤

  • @xwinglover
    @xwinglover Рік тому +4

    I am thinking of using it to communicate better with my wife. That way I get a word in.

  • @kevinwaag9976
    @kevinwaag9976 7 місяців тому

    You're an amazing teacher!!! I'm definitely subscribing !

  • @RichardBronosky
    @RichardBronosky Рік тому +4

    TL//DR: use @- as the string for the -d argument and curl will read the piped stdin and send it as data
    `man curl` tells us that the -d (or any --data-, ie: --data-raw) flag accepts @filename as an indicator that the argument is a path to a file to be read. Using - as your filename is shorthand for /dev/stdin in many Posix and Gnu tools. If what you want to read is the error output, you can use @/dev/stderr in the curl command or replace your pipe | with 2| which is a nomenclature for fd2. And you might now be thinking, a simple pipe | is shorthand for 1| because fd1 is /dev/stderr (you are very clever, I like how you think).

    • @aonodensetsu
      @aonodensetsu Рік тому

      why didn't anyone tell me about 2| until now!?

  • @elchinefa9524
    @elchinefa9524 Рік тому +1

    4:08 yes it is in german =) Thanks a lot for new stuff. By the way a few days ago i wrote a python script which each day send me motivation text. I used for notification pushbullet.

  • @RadioactiveLobster
    @RadioactiveLobster Рік тому +3

    Hmm, I wonder if I could use this to have my Reolink cameras send me a notification when they detect motion, complete with the attached picture. They supposedly have push notification support built in but it's never worked.
    Previously had to use a janky setup where the NVR sends an email and that gets picked up by PushOver who then sends me a notification but some times there can be a delay, the picture doesn't send, etc...
    Now that I have my cameras isolated from the Internet, doing it locally would be nice and using something like a Cloudflare tunnel to have it only send the notifications over the Internet when out of the house, thus keeping the cameras themselves internet isolated, would be nice.

    • @QSC0P3
      @QSC0P3 Рік тому +1

      I image that should be absolutely possible

  • @josu_abad
    @josu_abad 9 місяців тому

    Got to say chuck, videos with that background music are something else. This is great 😝😎

  • @aalmarshad
    @aalmarshad Рік тому +3

    What a powerful tool ❤

  • @MoneyVikings
    @MoneyVikings Рік тому

    love this vid, thanks again! Had to restart my linode instance and had to go back here to reference the docker commands to bring back up my nifty server again. This time I captured them in my notepad ;)

  • @nikolasdev
    @nikolasdev Рік тому +3

    Amazing 😮

  • @JustHere4It
    @JustHere4It 8 місяців тому

    Quite strong. Seems like you could use it as a form of communication as well.

  • @trevorford8332
    @trevorford8332 Рік тому +1

    Thanks to you I now know about notify-send, it's not as powerful but it gets job done. Thanks. 👍

  • @johannesm.seifert9507
    @johannesm.seifert9507 Рік тому

    "bin wieder hier" is actually german for "I'm back here again".
    Looks like a pretty mighty tool, thank you for telling!

  • @JPDVM20_14
    @JPDVM20_14 Рік тому +1

    Glad to see this project getting some more love. I switched from Pushover a month or two ago, and I've been trying to use it everywhere I can.

    • @nickshanks4
      @nickshanks4 10 місяців тому

      Why did you switch from Pushover?

    • @JPDVM20_14
      @JPDVM20_14 10 місяців тому +1

      ​@@nickshanks4Just liked the idea of being able to self-host it. Pushover is great too though.

  • @waynewilliamson4212
    @waynewilliamson4212 9 місяців тому

    dang...I want to be like you. been a subscriber for a while, but I need to go back and watch your older stuff. anyhow, keep the videos coming, and thanks.

  • @AlfredoPinto
    @AlfredoPinto Рік тому

    You are the best sir, you give us tools we actually need.

  • @g1eagle
    @g1eagle 9 місяців тому

    Love this notifcation service. Wish you'd have gone into the user setups a bit more. But you at least pointed us in the right direction

  • @Raima888s
    @Raima888s Рік тому +1

    Love the self hosted solutions. Thank you!

  • @eco98
    @eco98 Рік тому +1

    Ive wanted to be avle to do this for years on so many coding projects but didnt want to write a mobile app to receive messages from my python programs. This tool is so perfect

    • @alphenit
      @alphenit Рік тому

      You could also use python to send a post message to the telegram api to get notifications on your phone.

  • @brucejunboxing
    @brucejunboxing Рік тому

    Even though I have no idea what all that text means, I enjoyed the video. Thanks for popping up on my feed ❤

  • @CyberZeus
    @CyberZeus Рік тому

    Thank you Chuck, you open a new world for me with ntfy!

    • @CyberZeus
      @CyberZeus Рік тому

      but on Android it is a battery-killer

  • @zeeshaanlakdawala3361
    @zeeshaanlakdawala3361 Рік тому

    Ntfy is just what I needed! Thanks for another great video.

  • @vhaelanvhaelan8417
    @vhaelanvhaelan8417 Рік тому +1

    This is awesome. I have recently set up Frigate NVR as a self hosted CCTV solution, but currently the push notifications are sent through Home Assistant which I have no use of apart from this. It's a fairly bloated way of getting these notifications, and NFTY might just be the tool I need to replace it!

  • @diskgrind3410
    @diskgrind3410 10 місяців тому

    OMG, that caffeine had you rolling fast. I would literally have to slow the speed of the video and still have to pause and rewatch just to stay up with your moves. I thought I had skills, your a madman. Props! Do I need notifications, not as much as you seem to. :) Thanks for the video, I love learning stuff.

  • @themorpheusmm
    @themorpheusmm Рік тому

    Now that's what I am talking about! Good video Chuck! Keep it coming

  • @WolverineMKD
    @WolverineMKD Рік тому

    Just stumbled upon your channel, the music in the background is amazing!

  • @TechySpeaking
    @TechySpeaking Рік тому +1

    I've been with ntfy since the beginning.

  • @foxtrott26
    @foxtrott26 Рік тому

    Yo chuck thanks bro for the info...really helped me out this passed week a ton or more actually. Keep it up ❤🇿🇦 love from south africa

  • @piereligiodisante
    @piereligiodisante 9 місяців тому

    I do that using a telegram bot, since about 2 years now. I’ve made a very small function that I set up as a power shell module. It works pretty well but this seems much more powerful

  • @AgeOfGameTube
    @AgeOfGameTube Рік тому +1

    Thank you for making such great and useful videos

  • @BurtyHaxx
    @BurtyHaxx 7 місяців тому +1

    im planning on making a home server to play around with game hosting and a load of other things, this sounds like it would be great to monitor the servers and send notifications to me if they ever go down while my friends are playing, using cloudflare tunnel to ssh into the server securely with a laptop and restart it remotely. this video has everything im looking for explained in one video (locally hosted tunneling, notification, and monitoring) unless im misinterpreting things but i guess il find out

  • @vanshpatade4385
    @vanshpatade4385 Рік тому +2

    ❤️❤️❤️Loves your centent chuck

  • @jiinueleo2211
    @jiinueleo2211 Рік тому

    This tool is amazing. Adding it to workflow immediately.

  • @originalbrucesmith
    @originalbrucesmith Рік тому +1

    Been waiting for you to cover this one, Nice one.. :)

  • @vardenfell971
    @vardenfell971 Рік тому

    i will have the smartest squirrels in IT by the time im done watching your CCNA series. got 3 baby squirrels on the desk in my office.

  • @jaygreentree4394
    @jaygreentree4394 11 місяців тому +2

    I dont remember you really mentioning it but it has a web interface. The web ui can get notifications in the browser as long as its open in a tab.
    Also for those that didnt catch it he was running on port 80. If you have ngix proxy manager or some other similar service you will need to change the first one in the command 80:80 so it would be 8888:80 in my case.

  • @cutmasta-kun
    @cutmasta-kun Рік тому

    I use it as a minimal-messaging-bus! I can subscribe to a topic and execute a script, everytime a message gets pushed into the topic.
    The message gets passed to the script and the values can be used.
    You can send JSON valid messages and pass metadata around.
    I love NTFY

  • @Sud0nym-w2q
    @Sud0nym-w2q Рік тому

    I set up a script that takes a picture with the front camera (using fswebcam) upon login and then sends a push notification with the time, date and picture of whoever logged in. Fantastic physical detective control

  • @JF76able
    @JF76able 10 місяців тому

    Great video once again.... Btw, since you asked the "binwiederhier" container is indeed German and it means: "I am here again".

  • @jmr
    @jmr Рік тому +1

    Great idea! I can use this concept with Home Assistant since I already use that app.

  • @CapnSlipp
    @CapnSlipp Рік тому

    I’m glad we’ve finally caught back up with 2005 and have a Growl-type solution again.
    Oh boy, has computer technology come a long way.

  • @charliefleischer9897
    @charliefleischer9897 10 місяців тому

    Thank you for using nano like a rational human being

  • @billcipher1212
    @billcipher1212 Рік тому

    wow this is probably the first time i knew something that you didnt already know

  • @jasonvaf1
    @jasonvaf1 Рік тому

    This is super cool for testing things like CSRF and such. Thanks for the Vid!

  • @traggerhippie
    @traggerhippie Рік тому +1

    Thanks, so many times I've been doing something thinking a noification would be nice to have, or abused monitoring servers like PRTG where a script wrote results to a txt file, which I monitored with a PRTG sensor. The downside is I need to setup the sensor, notifications and user / notification accounts in the monitoring server, this does not need any of that. Definately going to play around with this, I feel I'm going to need this in the future for some out of the box type solution.

  • @Frank_Terruci
    @Frank_Terruci Рік тому +1

    Those high pitched transitions accompanied by graphics are hell on sensitive headphones.

  • @JustinDuijn
    @JustinDuijn Рік тому

    I wrote myself a smol telegram notifier in Golang, but this is quite cool and powerful.

  • @neamuu
    @neamuu 7 місяців тому

    yap, there are never enough notifications, we need more, thank you chuchk

  • @halilerensahin510
    @halilerensahin510 Рік тому

    Don't know about notifications, but you have a beautiful family

  • @andreyokhrimenko2271
    @andreyokhrimenko2271 Рік тому

    How cool is that WOW, but i think its too complicated to most people, as for me "kde connect" is best solution for house, simple install add device and thats it. Thanks for video!

  • @bitwise_8953
    @bitwise_8953 Рік тому +1

    Hi, I'm here because Claude AI said I'd like this channel.

  • @Private-GtngxNMBKvYzXyPq
    @Private-GtngxNMBKvYzXyPq Рік тому

    Very helpful. Thank you for sharing. Keep up the great work!

  • @creepomusik2883
    @creepomusik2883 Рік тому

    As a german i'm always delighted when something german occurs in places i don't expect it 😄

  • @SvennoCammitis
    @SvennoCammitis 8 місяців тому

    Hey, Chuck, yes that is German: "Bin wieder hier!" means " I am back again"! Great content! Keep it up!!! Cheers, Sven

  • @steampunksystems1969
    @steampunksystems1969 10 місяців тому

    ooooo this is great for my AI projects that are constantly running big clumps, nice to get an alert when its done.

  • @Matty0311MMS
    @Matty0311MMS 10 місяців тому

    Since I haven't seen a comment about it, I'll just add my 2 cents. Yes, it is german (the binwiederhier part of the name), and it means "am here again". No, this is not a german compound word, it is just smushed together. It would normally be written as "bin wieder hier". The switched word order is because of german grammar rules.
    "bin" = "am", "wieder" = "again", "hier" = "here". And when it comes to pronunciation, it's amlost the same, but "wieder" is pronounced something like "veeder".

  • @JK-hi3ir
    @JK-hi3ir Рік тому

    Thanks especially for the iOS configuration part! I initially struggled there and thought I was doomed to not get pushes!

    • @myhut6634
      @myhut6634 Рік тому

      I deleted the #, but I still can't get the push. Do you have any suggestions?

  • @erdigokceofficial
    @erdigokceofficial Рік тому

    That's useful and customized solution. If you need such thing real quick, you can also use Slack web hooks.

  • @mz4420
    @mz4420 Рік тому

    Another great video! We just use teams web hook to send alert messages to channels. Interesting tool, thanks for sharing this with us.