this post was submitted on 31 Oct 2023
1 points (66.7% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

As a sports fan, I recently setup a python script to pull a weeks worth of games (past/previous), and send me the schedule every 3 days via a cronjob with ntfy. I also set it up to let me know when it's GameDay for a few of my teams from different sports and when they are starting.

What do you use it for?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 10 months ago (1 children)

Ntfy...

I'm hosting some services on my pi at home. Sometimes the internet is down or power fails...

To get notifications I have a GitHub action to check if my server is reachable. If not -> ntfy.io -> mobile app

[–] [email protected] 1 points 10 months ago (1 children)

You mind sharing your set up? I'm trying to do the same but think I'm doing it badly.

[–] [email protected] 1 points 10 months ago

https://pastecode.dev/s/cEZAojxbuu

Watch out for line 27!

Placed this in an empty GitHub repo in .github/worflows/main.yml

Checked if workflow are active.

Works for me