Open Source Push Notifications! Get notified of any event you can imagine. Triggers abound!

Поділитися
Вставка
  • Опубліковано 5 лют 2025

КОМЕНТАРІ • 180

  • @autohmae
    @autohmae Рік тому +36

    What is extremely useful is that you can add action buttons to the notification, for monitoring: pause monitoring for X minutes or hours, decrease minimum disk space requirement by 1%.

  • @Mitsunee_
    @Mitsunee_ Рік тому +11

    a push notification service was the final puzzle piece I needed for a project actually. This looks really neat, I'll bookmark it for when I got time to start a new project and turn my little crawler into an automated service and never miss updates again, despite game devs not wanting to support RSS :)

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

    I use this to recieve positive uplifting messages throughout the day.

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

    Howdy. ntfy maintainer here. Thank you for making this great video. Happy to answer questions!

    • @AwesomeOpenSource
      @AwesomeOpenSource  Рік тому +15

      That is awesome! Thanks for the really great open source software!

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

      Love this for my home lab, I have it hosted on a linode instance with my website, is there any way I can lock down the interface or disable the web interface? I dont want just anyone going in and sending push notifications, I've went through the process of setting up the auth-file, added a user and added a user on the web interface but when I goto it, there's no login or anything, just shows me as a visitor and allows me to do whatever I want. Thanks for any advice! great service!

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

      Could you provide a config for Treafik? I can’t seem to get it to work properly.

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

    I will use this to get notifications from our EV-charger when it has problems. Excellent tip! Thanks!

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

    Thank you. I have been thinking about playing with this for a while.

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

      It’s pretty straight forward, and self hosted is always nice.

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

    Id be interested to hear the pros and cons of running things like this in docker

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

      The pro of running anything in docker is that it doesn't muddy up your primary (host) OS with a bunch of files / dependencies that may not match the what other applications on the OS need. Removing a docker container is a single command as everything is gone.
      the cons are really just making sure you have persistent data volumes mapped, and proper networking setup the way you want to run things.

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

    Great video & great project, thanks for showcasing this.

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

    Thanks for the video! While I love this for it's flexibility, i'd love to see an example of where system mail gets sent through this. Reason being it would remove the need for setting up your own mail server, or forwarding through someone else's service.

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

    Congrats on 100K subscribers! 🎉

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

    I've been looking for something like this for notifications. I have Uptime Kuma, Speedtest Tracker, etc. that i want to get notifications from. I was thinking about finding a docker SMTP relay just for notifications from my home lab apps. I'll give this a try. I guess I am looking for a "swiss army knife" for notifications. I know thats probably asking too much with all the different notification methods.

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

      Almost exactly what I'm planning to do with it.

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

      I'm using webhooks to send notifications from uptime kuma to a discord server I created, then set the notifications from discord to always push through on my mobile.

  • @stayupthetree
    @stayupthetree Рік тому +18

    Says how to pronounce it on the screen, keeps being unsure on how to pronounce it 😂😂😂😂 good vid tho!!

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

      It's true. it is on the screen, it's just there's another project called "Notify Send" so my brain just kept going back to "entify". Appreciate it.

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

      Not fishy 😂

  • @lezz27
    @lezz27 Рік тому +10

    Thanks for the video, Brian.
    This is indeed an amazing tool. I was wondering if you could do a follow-up video on how we can tie this up for a WAN monitoring and perhaps with UptimeKuma. I know the possibility is endless.

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

      Let me see what I can put together for a few projects.

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

      UptimeKuma natively supports sending notifications to ntfy. It's in the notifications section

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

    Great content!!!

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

    localhost on outside network port like the one on the vide 8150 doesn't work on me I had unhealthy docker but the inside port or docker port 80 works for healthcheck. I'm not sure why it might be my ufw setup blocking it.

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

      Definitely check the ufw, but also make sure that port 8150 is available on that machine.

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

    Nice introduction to the application. I just wonder why the narrator doesn't pronounce the app as the way the creators wrote that he showed us at the beginning as how it is pronounced: NOTIFY.

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

      Bad habits. I've been using the ntfy command line tool for years, and always pronounced it as "entify". No other reason than that. It is 100% meant to be pronounced "Notify".

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

    Love the keyboard in the intro. What is the make and model of it, please.

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

      Here you go. www.amazon.com/gp/product/B07BJ4SJMP/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&th=1. It's just oneI found, and so far really like it and the mouse. (not an affiliate link)

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

    I really hope the dev adds a front end login with 2FA.

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

      You can always make the suggestion over on the github. It may already be there, and just needs a few votes from others to move it up on his list.

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

    Nice service, thank you. BTW do you have video about this Nginx Proxy Manager?

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

      I do. A couple of videos that might help. ua-cam.com/video/cjJVmAI1Do4/v-deo.html, and ua-cam.com/video/TdEKVPWbC58/v-deo.html

  • @Jearton
    @Jearton 6 місяців тому +1

    How to integrate user system on server-side in order to achieve push notifications to individual users?

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

      I believe it is possible with this, but it's not something I've setup yet.

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

    Great video. Very informative. Thank you!

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

    Kinda cool. I can see some situations where it might come in handy. But tbh lotta work and you can already do all the sorta scripty admin stuff you're talking about by just using email. I use a cli smtp client and I get the notifications on my phone when my phone gets a new email.
    Very minimal setup. Lots of cheap managed hosting servers already have a sendmail compatible mail wrapper that you can use. On your own boxes you can setup msmtp or pine or mutt as an smtp client, or even just use a curl command to send messages. Then scriptypoo sendy send to your hearts content!

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

      It's a bit of work, but really takes just a few minutes to setup. Then you can send a message to it from anywhere if you know the url, and the topic to subscribe to where you want to get notifications. It's really a nice alternative to emails for everything.

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

    Using it in my games for user feedback!

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

    Do you ever have to deal with DDOS? I am shocked you didn't blur anything in NPM!! Great guide though.

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

    Hello is there video on how to set it up for private instance?

  • @MylesFAE
    @MylesFAE Місяць тому +1

    Do you know of any good tools for monitoring the analytics of different platforms?

    • @AwesomeOpenSource
      @AwesomeOpenSource  Місяць тому +1

      Zabbix. Grafana with Prometheus, I'm guessing this is what you mean?

    • @MylesFAE
      @MylesFAE 24 дні тому

      @@AwesomeOpenSource My apologies I should be more specific. Social Media Analytics.
      I know I can use 'Shlink' to see what platform drives more traffic to a website etc;
      But, I was curious if there are tools to monitor social media analytics in one place.
      Like pulling the data of specific post & presenting them on a chart, table or some form.

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

    Great and Informative ❤

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

    Thanks for the video. It is great.

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

    Epic video, would love to see a video on apprise

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

    Ah I've been doing this with pushover. Had an alias in my bashrc that lets me add a curl command that uses the api using the alias "notifyme '" after any command I run so I don't have to watch long commands.

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

    Great video (as always).
    Question: in server.yml, what's the role of "upstream-base-url"; I see you set it to their URL, does it mean the message is somehow being routed through there?

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

      Yes, this allows his server to relay the message through for Push.

    • @farzadmf
      @farzadmf Рік тому +13

      But then, doesn't that mean that this is not 100% self-hosted and requires their service to be up and running in order to work? 🤔

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

      ​@@farzadmfgood question... I would also like to know the answer to this

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

      Well, I left a big reply here explaining it, but it's disappeared. =/
      It's explained in the docs on the ntfy website. It's a workaround for background processing on iOS apps being heavily restricted, causing extreme delays for push notifications.
      If you're not using the iOS app, or you're willing to accept heavy delays, you can leave it unconfigured.

    • @oliver-jamesmassam8077
      @oliver-jamesmassam8077 Рік тому +3

      Just to add onto this as well, it also further explains in the documentation that you can setup your own FireBase Cloud Messaging account (Although it's usually not worth the effort). However, you would need to rebuild the mobile app to include your own FCM URL as it by default uses the upstream URL shown in this video to know *when* and *how* to fetch the message from your nfty server. As far as I can tell, the only "sensitive" information passed to FCM is the message ID and the SHA256 checksum of the topic URL so that the phone knows how to fetch the message from your server where all the data is actually sitting

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

    why would you "sudo" for the server.yml file?

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

      The file was installed by the docker service, and is owned by root. So I have to use sudo to edit it.

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

    Thanks for this great video

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

    Is ntfy using a protocol of their own or is it based on something else? Reminds me about mqtt messages, the pub/sub part.

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

      I think it uses the notify-send bash stuff in the command line, and then something like Firebase for push, but not totally sure on that.

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

    I’ve been at this for 2 days now. It’s refusing to send notifications to iOS . It’s infuriating.

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

      Did you add the config lines I mentioned? That's the only thing I had to do to get iOS to get the notifications.

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

    Nice, thanks.

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

    I have been playing with this for a few hours and for some reason I cannot get the docker compose file to deploy server.yml. I've created the file, but I still not geetting push notifications on IOS. hmm.

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

      Sorry to hear it. If you'll jup over to discuss.opensourceisawesome.com and post in the #help-me-please channel, maybe I, or someone, can help you out.

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

    This is amazing!!

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

    Not a big fan of having the Web UI "exposed" even when auth is enabled. Too bad because I'm looking for a replacement for Gotify

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

      Totally understand. I imagine you could put this behind proxy auth using something like Authelia or Authentik, etc.

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

      @@AwesomeOpenSource I considered enabling basic HTTP auth on my reverse proxy but figured that'd break message sending unless I exclude the API paths. Sounds like the kind of stuff that ends up full of nuances and becomes a multi-day "project".
      Maybe Authentik or the like would make it a walk in the park but I'm yet to look into those.

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

    Apprise sounds interesting too but it is for another usecase.

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

      Yes indeed. I'm looking forward to digging in on apprise in the future, but for now this is a great tool for notifications.

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

    I love it, great

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

    how is the android/ios client working under the hood? How do they always are connected to the server? Curious to know. Thanks

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

      The clients aren't always connected to the server, but receive a push notification of various events in the server with respect to your account. Direct Message, message in a channel / group, etc.

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

      @@AwesomeOpenSource Thanks for the reply. Can you please share me some keywords for learning about sending push notifications. I understand that googling will help but it would be great if you could share some. One notification service I know is FCM. Curious to know how a server can send notification to client rather than the typical requests initiated by client then waiting for the response.

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

    is it possible to use ntfy on the client side (PWA) without installing the ntfy app ? meaning, is it possible to register just any service worker to the ntfy server, similarly to how one would do using firebase ?

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

      I suppose I'm not technically knowledgeable enough in firebase to answer this question. If you don't use the actual app, you won't get push notifications when the pwa isn't running (at least on iOS) as far as I know.

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

    I tought I can use it instead of onesignal for my reactjs project but it seems I can not use it unfortunately, any alternative?

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

    Is this similar to onesignal?
    Can we use this for web application push notifications? when new posts published need to notify

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

      I would imaging it could depend on how popular the site is, and how many push notifications are being sent. There are limits no doubt. You wouldn't want to run a mastodon, or twitter on this, but for occasional messages it should be fine. I'd guess a hundred messages a day or so would be a drop in the bucket.

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

      The documentation says they also have web application push notifications and supposedly even background web application push notifications

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

      @@autohmae yes, I believe that’s when you get the browser message about allowing notifications and click ‘Allow’

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

      @@AwesomeOpenSource yes, that works when the browser is opened BUT the 'background web application push notifications' depends on installing a website as a Progressive Web App (PWA) from the browser, example: if you open twitter in Chromium in the menu 'install twitter'. On your phone it might be called: add to home screen or save to home screen. An other commonly used examples: office 365 outlook or 3cx web client phone, etc.

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

    My question is : Can this be used as an alternative to, let's say Viber bot, and if yes, how? I want people to get notified about certain thing when they are available,

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

      I don't recall what Viber does, but looking at their site, it sounds like a chat platform. This would act as a platform for messages to and from anyone who knows how to post a message. If you want a secure Chat platform with notifications and Audio / Video, check out my last 2 videos on setting up your own Matrix - Dendrite server, and a Turn server for WebRTC. Might be more fitting.

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

    reading the docs it seemed like any other app using firebase... IDK

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

      If you have another app that you like, then definitely use that. I just like that this one has some great documentation, and is very easy to understand. It makes it a tool I can see myself using for tons of things.

  • @Drugvigil
    @Drugvigil 5 місяців тому

    Bro I am writing blogs. I do want two things one is push notifications to my site, then the other is want to collect emails and I can offer a freebie. How do I make it possible with my site from FOSS.

    • @AwesomeOpenSource
      @AwesomeOpenSource  5 місяців тому

      If your site has an RSS feed built in, that's the best route for your readers.

    • @Drugvigil
      @Drugvigil 5 місяців тому

      @@AwesomeOpenSource think WordPress has by default RSS feed built in.l

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

    great!

  • @Jose-Hdez
    @Jose-Hdez Рік тому +1

    asking for authentication :(

  • @ДмитрийКарпич
    @ДмитрийКарпич Рік тому +2

    Looks like interesting idea, but it seems moderate quality for server part (and little bit overengineered). Base idea should be simple.

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

      I think this is pretty simple. It's documented very well, and easy to get up and running.

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

    For self-hosting, is it free? This demo you're showing, is it a paid version?

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

      No, I'm showing it using the self hosted, open source software at no cost. That said, there are som epaid options if you believe you'll have a lot o notifications for push. You can check out the options at this link ntfy.sh/#pricing. I personally have become a monthly sponsor on Github for this project as well.

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

      Thanks for answering. Great video as always. @@AwesomeOpenSource

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

    Hi!
    Does this require any form of port forwarding to access from outside?

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

      For the domain name, you have to either forward port 80 and 443 to your reverse proxy, or you will need to setup something like wireguard tunnel or cloudflare tunnels to allow the traffic to pass properly when not on the same network. If you're only going to post notifications from inside your local network, you can just use the IP of the machine.

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

      @@AwesomeOpenSource oh i see, but if I wanna use the notifications outside of my home network, how would you go about with that?

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

    Hi Brian
    Thanks for your great work
    Could you please give some instructions on how to set NTFY as push notification for zabbix server?

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

    Vulnerable to RCE?

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

      It's really just an API system, that then sends a push notification. I'd say checking the code for issues is better than me guessing at it.

  • @gg-gn3re
    @gg-gn3re Рік тому +1

    I just run literally everything through matrix protocol lol. including sms and soon imap

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

    What PC/system are you using?

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

      This one was recorded on Linux Mint 21 running on an old Dell Laptop - Latitude E6430 (came out in 2012), running a 3rd Gen i7 SSD and 16 GB RAM.

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

    Speaking of backup. I need to backup windows servers. Anyone can point any open source solution ? I use pushover for quite some time. Ntfy is nice

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

      URBackup is a decent client / server backup solution that will work on Windows, Docker, Linux, etc.

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

    How does this differ from gotify?

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

      I'm not familiar with what all gotify does, so I can't comment specifically on what may be different between them. They may do the same types of things.

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

    I don't get HTTPS to work:/

  • @Richard-kl8wr
    @Richard-kl8wr Рік тому +1

    its not secured via username and passwordf wtf

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

      You have the option to secure the messages. The interface itself is not, however. You can, though, use something like Authelia or Authentik to secure the web page. The messages API you wouldn't though.

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

      have to admit this is a biggie... i simply would not EVER consider installing it as described in the video .... crazy that anyone can access the interface.. mad :(

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

    Gotify?
    Ntfy.
    What's the difference?

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

      Different project that do very similar things. Pick the one you like the best.

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

    simply would not EVER consider installing it as described in the video .... crazy that anyone can access the interface.. mad :(

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

      There are options to secure access, as well as not putting it on open internet.

  • @RK-ly5qj
    @RK-ly5qj Рік тому +1

    I may see some vulnerabilities regarding this. There have been a few in the past.

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

      There are various ways to tighten up security, but report issues to the dev, that way he can work on them.

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

    According to your knowledge could one "misuse it" as a tool for pushing a yes-no action based notification?
    What i mean by that is assume you have a task A and you want to ask for the user permission to proceed with the task so you send through a self hosted ntfy server a push notification to the mobile with the action yes or no. If yes it is clicked my script proceeds if not then the script aborts.
    I mean kinda like pingID or duo ssh/web sdk notification yes-no notifications 😋.
    If you know a better tool for the job please direct me in the right direction 😋.
    Thanks in advance

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

      You could use it for that. It has actions you can script to happen. There's some great documentation on it in there. I think the whole purpose of Actions is to make sure they are used powerfully.

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

    He says, "bring down the containers" at 17:23, but he writes the word "up" in the command line. No wonder only certain people become it professionals. Who could understand that backwards talk?
    I know what he means, but if he's teaching here, then his words are potentially confusing to a noob.

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

      I appreciate you pointing that out. I'll try to be more mindful of explaining better that re-using the 'docker compose up' command will actually 'cycle' the container and update the configurations without having to use multiple commands.

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

      First you should say "thanks for this video, your time and your work on this"!

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

      @@Glatze603 , Indeed! Thanks to the person who put in hours researching, editing, and publishing the presentation.

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

    the android app consumes too much battery, that's why I keep using pushover

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

      Definitely let the developer know it's using a lot of power, and maybe he can work to adjust it.

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

    Pushover is cheap and one time fee.

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

      I tried pushover at one point, never got it to work with iOS. Use what works for you best.

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

    Isn't it pronounced like "nifty" or "nifty-sh"?

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

      No, on thier github it says it's pronounced "notify". I've just been saying "entify" for so long i can't stop.

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

    Wow what a horrible keyboard on the intro. Also would’ve expected Lenovo or NetApp drivebays instead of that crappy Dell server.

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

      I love my little low travel keyboard. My server works fine for what I need.

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

      @@AwesomeOpenSource I really thought you had something nice and mechanical. Like a Wooting Two He or something. Then I saw that little travel keyboard. Why did you choose for Dell. Most datacenters have ditched them for Lenovo/IBM counterparts, because of reliability. Especially when you have server loads over 80% the thermal designs and overall build quality makes a huge difference.

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

      @@AwesomeOpenSource by the way I love the tool you’ve displayed. I will install it tomorrow in a few test setups I have at home. And will maybe implement it later at my clients locations.

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

      @@AwesomeOpenSource SR650(Dual CPUor X3850 X6(Quad CPU) X3950 X6(Octo CPU) servers are really best in class if you don’t compare them to IBM Power(AIX) Mainframes.

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

    Great video!