techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.6K
active users

#gotify

0 posts0 participants0 posts today

Welche Software nimmt denn die #HomeLab Bubble für Push-Notifications? Nachrichten meines Monitorings sowie allgemeine Infos sollen auf einem iPhone landen. Ich versuche von Pushover wegzugehen, weil ich die Informationen möglichst nicht (offen) durch fremde Hände gehen lassen möchte.
#Gotify #ntfy #Notifiarr

After a lot of weeks and some bad headaches I am now able to present you the:

🎮 Game Key Manager! 🎮

Manage your digital game keys in one, open source web app.

Easily organize, search, and track your Steam and GOG keys, add notes, and set redemption reminders.
(notification via
#gotify, #pushover or #matrix should work)

Export your collection as csv or pdf*, generate redeem links, and keep your backlog under control – all with a clean, mobile-friendly interface.

Try it out, self-host today!

Here is my blog post:
https://ko-fi.com/post/Its-online-Finally-D1D21E6UAO

and in German:
https://nocadmin.net/es-ist-fertig-der-game-key-manager/

and here is my Git:
https://git.nocci.it/nocci/GameKeyManager

There is still a lot to do... I messed and mixed up some translations... hope to fix that soon. (sorry for that)

#OpenSource #IndieDev #GameCollection #Steam #GOG #Productivity

*) PDF export will generate a list of available games, that are not already redeemed - with no keys, so you can share it with friends.

I was wondering why I haven't received notification of my shitty remote modem restarting (through my HA) in a while, I realized that I had failed to accommodate the time for my modem to restart before validating whether my Gotify server is online and so none of the notifications were sent.

Added a 5 min delay to fix it like a proper 10x programmer.

My literal spaghetti visual code on NODE RED isn't helping to find logic errors.

Continued thread

The issue was with nr-gotify node, it crashed the NodeRED when it couldn't reach my gotify server. Now I check if the gotify server is reachable before sending the message. Also added catch all node and used JSONata for first time to concat timestamp with the message.

Looking forward to use more of the JSONata to avoid writing JavaScript in the NodeRED, JS is weirder than usual here.