Self Hostable Alternative to Galarm?

aliceblossom@lemmy.world to Selfhosted@lemmy.world – 21 points –

I really like the functionality of the Galarm android app but I can't help but feel like it's something I should be able to self host instead or pay a monthly subscription for.

To elaborate, Galarm is an alarm app with the key feature of being able to send alarms to other people you "connect" with. For me, this means my wife can send me an alarm to do something at a certain time instead of sending me a message about what I need to do and when and then I have to go and set up the alarm myself. Also, I want to emphasize alarm here. Something that just sends notifications is basically worthless to me.

Anyone know of something I could host to get the same functionality?

13

How about a shared calendar you both subscribe to?

I've never been able to get a calendar to reliably trigger alarms :(

Have you tried a different calendar app? I'm using Etar and it never missed an appointment. I pair it with Calendar Notification to be able to postpone alarms, it hasn't been updated in a while, but...it works!

I'm not sure self-hosted is what you need, perhaps just a FOSS app for your two phones?

Alternatively Home Assistant should be able to push alarms to your phones.

Home Assistant is an interesting idea. I only learned about it recently but I know it's hella dense and I feel like figuring out how to get it to do this one thing might be a huge task. I'll keep it in mind though if nothing else pops up.

1 more...

This is the docs you need https://companion.home-assistant.io/docs/notifications/critical-notifications/

I might have to have a look into that, could be a great way to get the wife to do things

Hey, this is definitely getting really close. However, I think for this to work our phones would need to be connected to my Wireguard all the time, right?

I don't see contraindications about that, I have 2 Wireguard VPNs (to my VPS and to my home) on all the time and I haven't noticed any extra battery draining.

it should not as it only 'runs' when pakets are sent through it, but it also should not be much more 'expensive' than normal network pakages. that is the best part about wireguard!

1 more...

I too would like to know. I use the app Due on iOS. And it is nice and not a sub (though after 1 year you technically need to buy it again IF you want features that released into the app after 1 year of your purchase. It’s also iOS only and doesn’t let others force a notification on you. But if they have the app they can create a notification and text you a custom link to auto add that notification to your app. For anyone reading who is on iOS and wants something like this. due is really cool. Notifications but with a lot of customization. Most important feature is that you can use critical alerts. So like an alarm it can override silence mode or focuses to notify you every X minute until you snooze or dismiss. Can also disable snooze but then I find my self dismissing without actually doing it.

Either way a platform agnostic proper notification system sounds right up my alley. Just googling around I found Apprise and Mind might look into that later (don’t know nearly enough to say if it’s a viable alternative to Galarm or Due but seems extensive and lightweight.

Apprise is interesting. One of the many things it talks to might be what I'm looking for. I've seen multiple instances on the Internet of people using some kind of notification to trigger an automation software on the phone which actually sets the alarm. That might be the route to go.