[-] binwiederhier@discuss.ntfy.sh 2 points 1 year ago

Just try it out. I make no guarantees for odd setups like that though. :-)

[-] binwiederhier@discuss.ntfy.sh 1 points 1 year ago

I do cover the costs yes, through donations and the paid plans.

It's definitely fun to do some things, but others are daunting indeed. I do, however, learn a lot. I have learned a lot that I was able to reuse elsewhere. All that is priceless.

[-] binwiederhier@discuss.ntfy.sh 1 points 1 year ago* (last edited 1 year ago)
[-] binwiederhier@discuss.ntfy.sh 1 points 1 year ago

Oh that's a good idea. Any reader suggestions? I have thought about trying RSS again for a while. Maybe this is a good enough reason.

[-] binwiederhier@discuss.ntfy.sh 2 points 1 year ago* (last edited 1 year ago)

That implies that it's not a native feature. I gotta find the API docs then...

Edit: Looks like there is an easy-ish API. Examples:

$ curl -s "https://discuss.ntfy.sh/api/v3/post/list?sort=Hot"|jq '.posts[].post.name'
"Docker-compose + Traefik"
"[SOLVED] Self-hosted NTFY does not receive all notifications"
"Markdown is coming soon ... 🀩 😲"
"[disscussion] Lemmy push notifications with ntfy"
"Using healthchecks.io and ntfy.sh to wake you up if your services are down"
"Ntfy Connector: Modal-based discord bot to send,and now receive, ntfy notifications."
"Welcome to the new ntfy discussion board"
"ntfy Web Push / PWA support is coming soon"
"πŸ“’  ntfy Web Push / PWA: Request for testing!"
"ntfy release πŸŽ‰ - Now with Web Push and a progressive web app (hello iOS friends ❀️), and with dark mode for the web app! ntfy lets you send push notifications to your phone via a simple REST API, and"
[-] binwiederhier@discuss.ntfy.sh 1 points 1 year ago

Excuse my ignorance, but where can I find details to this issueand does it affect only 0.18.1, or also 0.18.0?

[-] binwiederhier@discuss.ntfy.sh 1 points 1 year ago

That looks pretty neat. Thanks!

[-] binwiederhier@discuss.ntfy.sh 2 points 1 year ago

You really should. It's pretty darn amazing.

[-] binwiederhier@discuss.ntfy.sh 1 points 1 year ago

Install Debian Stable on a SSD, most likely via debootstrap from the Ubuntu system

What an interesting way to install a new system. I've only ever done that for image building purposes. Why would you do that instead of just installing it from a flash drive?

Also: it sounds like you're manually installing things. I would suggest Ansible or something similar, so that reinstalling isn't so brittle and manual.

[-] binwiederhier@discuss.ntfy.sh 1 points 1 year ago

Agreed.

If you're doing this for fun, then don't ruin it for yourself. Doing a course should enable you to do stuff you haven't been able to do before. Just pick a project and do it. And then maybe you'll use some of the things you've learned, maybe you won't. You'll never use all the things you learn, and there is always more to learn.

I've been a principal engineer for a long time, and I still learn new stuff every single day. There is no end. Which is pretty amazing if you ask me. You can always learn more stuff, but you shouldn't feel obligated.

If you start a project, you'll apply some of that knowledge, and it'll stick much more.

[-] binwiederhier@discuss.ntfy.sh 1 points 1 year ago

It only works with 16.4 afaik.

1
submitted 1 year ago* (last edited 1 year ago) by binwiederhier@discuss.ntfy.sh to c/ntfy@discuss.ntfy.sh

ntfy iOS support is about to get much better. While I haven't worked on the native app in a while, the progressive web app (PWA) is going to make the web app enough to receive notifications on iOS (and others).

Almost all of the credit goes to @nimbleghost for the implementation.

4
submitted 1 year ago* (last edited 1 year ago) by binwiederhier@discuss.ntfy.sh to c/selfhosted@lemmy.world

cross-posted from: https://discuss.ntfy.sh/post/3200

I use ntfy (on another instance) + healthchecks.io to wake me up at night when ntfy.sh is down (crazy inception, right?). It's the "poor man's PagerDuty" if you will. It works amazingly.

Here's how I set it up:

  • I signed up healthchecks.io (free plan) and configured a project for "ntfy.sh" with a "ntfy" integration, i.e. publish to ntfy.example.com/<secret> with max priority
  • I have two different hosts execute small "integration ntfy.sh tests" and only ping healthchecks.io if they succeed. If they don't healthchecks.io will publish to ntfy.example.com/<secret>
  • In the ntfy Android app, I subscribe to ntfy.example.com/<secret>, enable "Keep alerting on highest priority", and make it override DND (do not disturb) for this topic.

Now when ntfy.sh goes down, the integration tests in the cronjobs will fail, and so healthchecks.io will not be pinged, which will trigger it to publish to ntfy.example.com/<secret> and let my phone consistently ring until I acknowledge it.

(Disclamer: I am the maintainer of ntfy. Hope posting this is fine. Happy to answer questions; I also have a brand new ntfy community, feel free to join)

1
submitted 1 year ago* (last edited 1 year ago) by binwiederhier@discuss.ntfy.sh to c/ntfy@discuss.ntfy.sh

I use ntfy (on another instance) + healthchecks.io to wake me up at night when ntfy.sh is down (crazy inception, right?). It's the "poor man's PagerDuty" if you will. It works amazingly.

Here's how I set it up:

  • I signed up healthchecks.io (free plan) and configured a project for "ntfy.sh" with a "ntfy" integration, i.e. publish to ntfy.example.com/<secret> with max priority
  • I have two different hosts execute small "integration ntfy.sh tests" and only ping healthchecks.io if they succeed. If they don't healthchecks.io will publish to ntfy.example.com/<secret>
  • In the ntfy Android app, I subscribe to ntfy.example.com/<secret>, enable "Keep alerting on highest priority", and make it override DND (do not disturb) for this topic.

Now when ntfy.sh goes down, the integration tests in the cronjobs will fail, and so healthchecks.io will not be pinged, which will trigger it to publish to ntfy.example.com/<secret> and let my phone consistently ring until I acknowledge it.

4
r/ntfy moving to Lemmy (discuss.ntfy.sh)

Hey folks, the r/selfhosted community has always been very kind to ntfy, and with recent events, I'm moving the r/ntfy subreddit to Lemmy.

https://discuss.ntfy.sh/c/ntfy

Feel free to join and/or ask questions about ntfy.

3
submitted 1 year ago* (last edited 1 year ago) by binwiederhier@discuss.ntfy.sh to c/ntfy@discuss.ntfy.sh

Welcome to the ntfy community ❀️

ntfy.sh (pronounced notify) is a simple HTTP-based pub-sub notification service. You can use it to send push notifications to your phone via HTTP PUT/POST. Check out the docs for more info.

Feel free to ask anything about ntfy here or on the Discord or Matrix.

How do I sign-up on discuss.ntfy.sh?

Registration to this Lemmy instance are disabled (for now), because managing the spam accounts and such is a huge hassle. You can sign-up on any of the other instances (e.g. lemm.ee, discuss.tchncs.de, sopuli.xyz, or others), and then subscribe to this community or post here.

Donations & sponsorships

If you like ntfy, please consider sponsoring me via GitHub Sponsors or Liberapay πŸ’ΈπŸ’°.

Links

view more: β€Ή prev next β€Ί

binwiederhier

joined 1 year ago
MODERATOR OF