home.social

#ntfysh — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #ntfysh, aggregated by home.social.

fetched live
  1. @nextcloud

    I've connected it (on different instances) to my own ntfy.sh instance. It works flawlessly, stable and reliable. Thanks again, really appreciate it!

    #nextcloud #keepandroidopen #ntfysh

  2. Irgendwie setzt der Zähler für #ntfysh die verbleibenden Nachrichten in #homeassistant nachts nicht zurück, das Abo sagt doch TÄGLICH 2500 Nachrichten. Oder verstehe ich etwas falsch ?

  3. Cool ntfy.sh lässt nun auch seine App von KI schreiben. V2.18 hat fast +15000 hinzugefügte Lines und über 10000 entfernte Lines. Was kann schon schief gehen? :neocat_floof_devil:

    Quelle:
    lemmy.world/post/43988094
    Github
    github.com/binwiederhier/ntfy/

    #AI #KI #ntfy #ntfysh #Lemmy

  4. Self-hosted ntfy.sh yesterday. First setup I had not secured it and within 10 seconds, and yes, literally 10 seconds, I had over 100 hits from random IP addresses, probing the new sub domain. Second thing, it works great now that it is setup to be private. Third thing, I wonder if there is a way to have a public channel while still set as a private server?

    #ntfysh #selfhosting

  5. @omgbees RSS is a good place to start. I'm using a ntfy.sh server with a supporting service that subscribes to RSS feeds and submits new posts to a ntfy.sh channel that I subscribe to. If you are using Slack you can use the RSS subscribe feature to notify you in a Slack channel as well.

    wordpress.org/news/feed/

    #WordPress #RSS #Slack #ntfysh

  6. Another Start-Job example

    In reference to the post I made yesterday about Start-Job, here is an example where the function is passed into the Start-Job so it can be reused inside of that child process. This enables you to A) make code that can be spawned to many child processes while only writing it once, and B) make it so a child process can continue re-using the code. You don’t need to […]

    https://klingele.dev/2023/03/02/another-start-job-example/

    #ntfy-sh #powershell #programming #scripting #technology

  7. Bash/PowerShell scripting

    Been working on several scripts/tools. One of which is utilizing ntfy.sh to help me stay on top of utilities that need to run without fail. An example would be a nightly backup script. Before email became locked down a person could have the device shoot off an email with details. Can’t really do that anymore, so something I’m going to do is stand up an internal only […]

    https://klingele.dev/2023/02/18/bash-powershell-scripting/

    #bash #ntfy-sh #powershell #programming #programming #scripting #technology