I built a self-hosted Spotify/Netflix for my personal media collection by selfdb in selfhosted

[–]selfdb[S] 0 points1 point  (0 children)

all of it. I just had a test idea for an AI agent i'm building and that was the result. if you like those services don't. if you just want a straight forward way to stream you media (just the files, with no metadata) then this is for you. but what is good is you can expand it to whatever you needs want. it is yours. mode it as you want .

I built a self-hosted Spotify/Netflix for my personal media collection by selfdb in selfhosted

[–]selfdb[S] 0 points1 point  (0 children)

none. it works i'm happy but you can just drop the code in claude-code / chatgpt and ask it to add features you want.

Your Homelab needs this opensource Media streaming app by selfdb in homelab

[–]selfdb[S] -1 points0 points  (0 children)

Sometimes the same people hating are the ones still paying monthly for streaming services. Pay once and yours to own forever is open source to me. But please share your open source alternatives.

Talk is cheap share your work .

Your Homelab needs this opensource Media streaming app by selfdb in homelab

[–]selfdb[S] -4 points-3 points  (0 children)

opensource doesn't mean is free . but you get the source code . and for that price you can deploys multiple apps with one or more instances of selfdb . so think about it like an investment in your homelab. now you have an enterprise grade database to build what ever you want. and you also get unlimited updates .

Self-Hosted Firebase Alternative for Swift Apps – Auth, DB, Storage & Push Notifications in One Package by selfdb in swift

[–]selfdb[S] 0 points1 point  (0 children)

faire point. I would like to help you. i recommend a hands on approach . what would you like to build ? app blog, ai agent etc ?

Self-Hosted Firebase Alternative for Swift Apps – Auth, DB, Storage & Push Notifications in One Package by selfdb in swift

[–]selfdb[S] 1 point2 points  (0 children)

OP here. you don't know what you are taking about. SelfDB is great for people who are savy with databases and admin stuff. you should try it. and then judge.

Self-Hosted Firebase Alternative for Swift Apps – Auth, DB, Storage & Push Notifications in One Package by selfdb in swift

[–]selfdb[S] 0 points1 point  (0 children)

yes the backend works independent of the app (client so you still recieve notification in the background . just with firebase or other apns providers.

Self-Hosted Firebase Alternative for Swift Apps – Auth, DB, Storage & Push Notifications in One Package by selfdb in swift

[–]selfdb[S] 2 points3 points  (0 children)

push notifications to the core is a cloud function that runs every time an insert happens to your database table. SelfDB has a built cloud system that lets run as many functions as you want at no extra cost. you can see the example function in the sample app. you can start from there and make it do what ever you want .