Тёмный

how did I NOT know about this? 

NetworkChuck
Подписаться 4,2 млн
Просмотров 919 тыс.
50% 1

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

Опубликовано:

 

26 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 946   
@NetworkChuck
@NetworkChuck Год назад
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 Год назад
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 Год назад
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 Год назад
Your drinking so much of coffee ☕
@binwiederhier
@binwiederhier Год назад
ntfy maintainer here. Thanks for this video, dude! Happy to answer questions. (Maybe delayed though as I am travelling internationally tmr)
@donciak
@donciak Год назад
why are you so awsome??
@syedibrahimkhalil786
@syedibrahimkhalil786 Год назад
Awesome, could you let us know about security based use cases?
@zsoltilibai3417
@zsoltilibai3417 Год назад
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 Год назад
@@donciak 😂 Thanks for the kind words.
@Sizzlik
@Sizzlik Год назад
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 Год назад
Great trick, thanks for that!
@jeschinstad
@jeschinstad Год назад
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 Год назад
@@jeschinstad learning something new every day, that's really powerful. Thanks!
@jeschinstad
@jeschinstad Год назад
@@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 Год назад
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 Год назад
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 RU-vidr give him some well-deserved recognition for his efforts! Great video
@JosephLopes-x1t
@JosephLopes-x1t Год назад
wym relatively this man has 3.26 million subscribers lmao
@dangerous8333
@dangerous8333 Год назад
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 Год назад
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 Год назад
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.
@KyserClark
@KyserClark 11 месяцев назад
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!
@digitalarkham
@digitalarkham 10 месяцев назад
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.
@sohailibrahim3
@sohailibrahim3 Год назад
Always wanted to write a cool comment
@Void_Rudster
@Void_Rudster Год назад
I completely agree with your statement and thats honestly such a cool idea
@felipica
@felipica Год назад
this is a cool comment
@awakenotwoke1973
@awakenotwoke1973 Год назад
Oh well. Better luck next time.
@Void_Rudster
@Void_Rudster Год назад
@@awakenotwoke1973 shut
@skitzojedi2505
@skitzojedi2505 Год назад
🧊 🧊 🧊
@freckhard
@freckhard Год назад
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 месяца назад
Mann, da wollt ich aufgeregt ne Antwort tippen und dann war jemand acht Monate schneller. :P
@freckhard
@freckhard 4 месяца назад
@@emerelle3535 😇👍
@4lexkidd947
@4lexkidd947 Год назад
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
@jackporter3302
@jackporter3302 9 месяцев назад
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.
@sovereignshahid9265
@sovereignshahid9265 Год назад
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 Год назад
Imagine a system where you can send commands to a computer in-game from your IRL phone! Craft me x64 crafting tables
@sirflimflam
@sirflimflam Год назад
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.
@bearsaremonkeys
@bearsaremonkeys Год назад
i love this channel because it keeps me up to date with all the new tools that pay Chuck to get excited about
@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.
@ItsMelodyy
@ItsMelodyy Год назад
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
@xorbite
@xorbite Год назад
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
@ExpHosed_
@ExpHosed_ Год назад
Your videos have always kept me up to date with Linode. Thats literally all Ive learned. Linode., You need LINODE for everything.
@wizzardwilliamlane
@wizzardwilliamlane Год назад
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.
@j.justin1511
@j.justin1511 Год назад
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.
@jeschinstad
@jeschinstad Год назад
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! :)
@TheFern2
@TheFern2 Год назад
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!
@_JohnHammond
@_JohnHammond Год назад
SHENANIGANS 🤩
@TheMythh
@TheMythh 11 месяцев назад
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
@marshallross
@marshallross Год назад
These tutorials always make me smile and they’re so dang useful!!!
@Shinika01
@Shinika01 Год назад
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 Год назад
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
@ramsesramos2192
@ramsesramos2192 7 месяцев назад
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
@SullivanInfinity
@SullivanInfinity Год назад
Fun fact: The container binwiederhier is German "Bin wieder hier" and it's slang for "I'm here again"
@Ozymandias1
@Ozymandias1 Год назад
I have a hunch it's related to the book and film Er ist wieder da.
@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 Год назад
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😃
@JPDVM20_14
@JPDVM20_14 Год назад
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 месяцев назад
​@@nickshanks4Just liked the idea of being able to self-host it. Pushover is great too though.
@xwinglover
@xwinglover Год назад
I am thinking of using it to communicate better with my wife. That way I get a word in.
@eco98
@eco98 Год назад
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.
@ness20xx27
@ness20xx27 Год назад
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!)
@andrewferguson6901
@andrewferguson6901 Год назад
THE FIRE ALARM BELL FROM GHOSTBUSTERS IS WHAT YOU WANT
@curtisice2823
@curtisice2823 Год назад
Been waiting to receive a notification from this channel❤
@RadioactiveLobster
@RadioactiveLobster Год назад
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 Год назад
I image that should be absolutely possible
@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 Год назад
First. Love to see new content from Chuck. 😊
@kevinwaag9976
@kevinwaag9976 7 месяцев назад
You're an amazing teacher!!! I'm definitely subscribing !
@aalmarshad
@aalmarshad Год назад
What a powerful tool ❤
@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.
@nikolasdev
@nikolasdev Год назад
Amazing 😮
@vhaelanvhaelan8417
@vhaelanvhaelan8417 Год назад
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!
@RichardBronosky
@RichardBronosky Год назад
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!?
@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!
@francesco2092
@francesco2092 Год назад
23 minutes of video gives 23 weeks of study to fully understand everything hahaha really love you
@Unbroken935
@Unbroken935 6 месяцев назад
lol
@trevorford8332
@trevorford8332 Год назад
Thanks to you I now know about notify-send, it's not as powerful but it gets job done. Thanks. 👍
@TechySpeaking
@TechySpeaking Год назад
I've been with ntfy since the beginning.
@jaygreentree4394
@jaygreentree4394 11 месяцев назад
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
@Raima888s
@Raima888s Год назад
Love the self hosted solutions. Thank you!
@xgen8k
@xgen8k Год назад
no automatic pushes on iOS 16.6 only manual update withing app by pulling from top down. also i couldn't see any clear instruction in the documentation on show to secure it from being publicly accusable, maybe you can do a part 2 on that?
@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.
@elchinefa9524
@elchinefa9524 Год назад
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.
@BurtyHaxx
@BurtyHaxx 7 месяцев назад
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
@JustHere4It
@JustHere4It 8 месяцев назад
Quite strong. Seems like you could use it as a form of communication as well.
@AlfredoPinto
@AlfredoPinto Год назад
You are the best sir, you give us tools we actually need.
@vadneydasilva230
@vadneydasilva230 10 месяцев назад
Mr. Chuck You're awesome!!! Thanks for the content... Once again. You're awesome!!!
@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.
@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 ;)
@traggerhippie
@traggerhippie Год назад
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.
@vanshpatade4385
@vanshpatade4385 Год назад
❤️❤️❤️Loves your centent chuck
@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
@g1eagle
@g1eagle 8 месяцев назад
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
@CyberZeus
@CyberZeus Год назад
Thank you Chuck, you open a new world for me with ntfy!
@CyberZeus
@CyberZeus Год назад
but on Android it is a battery-killer
@JF76able
@JF76able 10 месяцев назад
Great video once again.... Btw, since you asked the "binwiederhier" container is indeed German and it means: "I am here again".
@light500
@light500 11 месяцев назад
@NetworkChuck yes "binwiederhier" (bin wieder hier) is german and means "I am here again" or "I'm back"
@j7v7a2
@j7v7a2 9 месяцев назад
Awesome, especially the added bonus of a CloudFlareD Tunnel.
@WolverineMKD
@WolverineMKD Год назад
Just stumbled upon your channel, the music in the background is amazing!
@bitwise_8953
@bitwise_8953 Год назад
Hi, I'm here because Claude AI said I'd like this channel.
@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
@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".
@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
@josu_abad
@josu_abad 8 месяцев назад
Got to say chuck, videos with that background music are something else. This is great 😝😎
@AgeOfGameTube
@AgeOfGameTube Год назад
Thank you for making such great and useful videos
@zeeshaanlakdawala3361
@zeeshaanlakdawala3361 Год назад
Ntfy is just what I needed! Thanks for another great video.
@lulzlutz
@lulzlutz Год назад
Its been years since I have been using something like this, I have two aliases that either sends alerts or notifications depending on what on the nature of the notification on Telegram. For example if a service is down, I get an alert. If a Linux ISO has just finished downloading it sends a notification. But this also looks like a nice project.
@rhonke
@rhonke Год назад
X2
@Frank_Terruci
@Frank_Terruci Год назад
Those high pitched transitions accompanied by graphics are hell on sensitive headphones.
@1Kraku
@1Kraku Год назад
Hi. What is 45 disks. The HPE Apollo G10 device is smaller and more efficient - this is what I currently use. They have a blaid server with 2 HDDs per system, and 60 HDDs with 3.5 inch bays are available for use. Take a look at this construction.
@originalbrucesmith
@originalbrucesmith Год назад
Been waiting for you to cover this one, Nice one.. :)
@billcipher1212
@billcipher1212 Год назад
wow this is probably the first time i knew something that you didnt already know
@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.
@brucejunboxing
@brucejunboxing Год назад
Even though I have no idea what all that text means, I enjoyed the video. Thanks for popping up on my feed ❤
@jmr
@jmr Год назад
Great idea! I can use this concept with Home Assistant since I already use that app.
@richardbennett4365
@richardbennett4365 Год назад
I would use this notified application to tell me when a filesystem has reached a certain threshold, meaning say 80% capacity due to say for example, nix generations that have not been garbage collected and are not needed or snapshots from snapper running on a B Tree Fike System. In fact, I've been looking for this Fike System capacity threshold notifier for a couple weeks now. Great video. Great little tool.
@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?
@charliefleischer9897
@charliefleischer9897 9 месяцев назад
Thank you for using nano like a rational human being
@SvennoCammitis
@SvennoCammitis 8 месяцев назад
Hey, Chuck, yes that is German: "Bin wieder hier!" means " I am back again"! Great content! Keep it up!!! Cheers, Sven
@Timeox2k
@Timeox2k Год назад
Even made from a German o: "Binwiederhier" -> "Bin wieder hier" -> "I am here again"
@tubmade6758
@tubmade6758 Год назад
@NetworkChuck "binwiederhier" is German and means "am here again" or "amhereagain"
@neamuu
@neamuu 7 месяцев назад
yap, there are never enough notifications, we need more, thank you chuchk
@jiinueleo2211
@jiinueleo2211 Год назад
This tool is amazing. Adding it to workflow immediately.
@erdigokceofficial
@erdigokceofficial Год назад
That's useful and customized solution. If you need such thing real quick, you can also use Slack web hooks.
@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!
@creepomusik2883
@creepomusik2883 Год назад
As a german i'm always delighted when something german occurs in places i don't expect it 😄
@alienJIZ1990
@alienJIZ1990 10 месяцев назад
I used to use Signal for notifications from a Home Assistant Add-On until I accidentally broke it and can't get to work anymore with the junk number I bound 😅 but it worked perfectly when i had it functioning. 5G or Wifi, didn't matter, i received end to end encrypted messages when my garage door would open or close, it was awesome
@_abdul
@_abdul Год назад
You have no idea how much Anxiety this is gonna save me, Thank You very much for this video, Also much thanks to the creator of the tool.
@roccociccone597
@roccociccone597 11 месяцев назад
I'd probably use Podman instead of Docker these days. The neat thing about it is it's almost plug and play for your existing docker stuff.
Далее
18 Weird and Wonderful ways I use Docker
26:18
Просмотров 147 тыс.
you need to learn Kubernetes RIGHT NOW!!
29:34
Просмотров 1,2 млн
your home router SUCKS!! (use pfSense instead)
45:31
How To Access the DARK WEB in 2024 (3 Levels)
15:20
Просмотров 4,9 млн
HomeLab Services Tour 2024 - What Am I Self Hosting?
40:00
well...this is embarrassing
33:14
Просмотров 386 тыс.
he hacked my websites
34:24
Просмотров 190 тыс.
Can You Build a Working iPhone From AliExpress...?
19:06
the END of VPNs?!
28:49
Просмотров 1,3 млн
I ranked EVERY terminal emulator. It was nuts
20:35
Просмотров 87 тыс.
Quick and Easy Local SSL Certificates for Your Homelab!
12:08