|
|
|
|
|
by austin-cheney
5 days ago
|
|
My hobby is self-hosting. * I have a dedicated server at the house where I run nearly a dozen services via docker compose. * I wrote my own audio app for playing my self hosted mp3s because everything I found on the App Store was shit. I wanted something like Winamp: a simple media player followed by a playlist of thousands of items that works equally on desktop and iPhone. https://github.com/prettydiff/mp3-master-list * I wrote my own server management dashboard utility. There are some really good existing ones but I thought I could do better, particularly around creating new web servers and proxies in seconds. Apache and NGINX busted pissed me off when creating simple ultra fast proxies, especially around web sockets, and also did not provide a dashboard. https://github.com/prettydiff/aphorio Because I am writing more and more of what I need I can integrate features in ways others cannot. I am trying to figure out SMS protocol right now so my custom apps can text me, and others on my private cluster, app needs or calendar appointments |
|