Well, I just made this for myself, using cursor with the model selection left on auto.
Pretty damn good if I do say so myself.
It feels nice to no longer be stuck when someone else can't help, or won't help make something. Where someone may criticise me because I’m not submitting patches. Where someone might criticise me because I am unable to learn code and they'd rather think I'm a liar when I say so.
I don't need to do any of this with AI. I can make things, finally, without being judged (other than by irrational AI haters, that is).

#ntfy #selfhosted #homelab #vibecoding #builtwithcursor #accessibility #blind #assistivetech

@xogium Did you setup your own NTFY server?
Also if you did, how do you keep it secure?
@johann Yes, I did. It is hosted inside a systemd-nspawn container that runs on a bigger machine, with http only because it’s not exposed directly to the outside world directly.
Rather, there is a second systemd-nspawn container that has access to it over the local network, which runs a nginx reverse proxy that forwards to the appropriate subdomain. It handles tls too.
For the ntfy itself, I setup accounts, with no open registration.