dabe

joined 11 months ago
[–] dabe@lemmy.zip 3 points 2 days ago

Those last two bullets would be huge. I have a personal tailnet and another for my org. Switching between them is just annoying enough that I might even pay for that feature.

[–] dabe@lemmy.zip 1 points 2 days ago

I always get so close to just setting up wireguard and being done with it. I barely ever change the devices on my tailnet, anyway.

I do have a couple friends on my tailnet to give access to some stuff, so that might be annoying to migrate. That and Tailscale handling all the other networking stuff I might not even know about like cgnat.

 

It’s a 10 minute read when it should probably be a 2 minute read, likely due to LLMs fluffing it up (I got that vibe from skimming it). But what do you all think, is there anything in here that would compel you to switch from your current VPN solution to this?

[–] dabe@lemmy.zip 1 points 1 month ago

ntfy never really had good push to iOS, in my experience. The only way I could keep my private channels consistently working was to use the PWA and specifically not sign into it (otherwise, my login token would expire and break things).

I gave up and switched to pushover and as long as I’m somewhat cognizant about what i’m including in the notifications, I’ve been pretty happy.

I’d love for something self hostable to get as good as pushover on iOS

[–] dabe@lemmy.zip 1 points 2 months ago

There’s almost no chance of getting banned for this. Spotify themselves provides the APIs that let you get metadata about your playlists and tracks, and setting up a developer account with them is petty easy.

It’s moreso a concern of Spotify eventually limiting/ratelimiting that data retrieval in the future… which is why you should back up now while you can!

[–] dabe@lemmy.zip 2 points 2 months ago (1 children)

Check out https://github.com/WilliamNT/tunesynctool as well. Its development is a little slow right now but it seems very thoughtfully designed and lets you sync via command line (i’ve done so myself) or you can build around it in python.

[–] dabe@lemmy.zip 1 points 2 months ago* (last edited 2 months ago) (1 children)

Looks cool!

I’m curious about the ISRC matching. I’m working on bringing support for retrieval by ISRC in opensubsonic clients (and Navidrome tends to support the opensubsonic spec) but I didn’t think anyone actually added support yet since it was somewhat recently added to the spec.

I thought maybe it was a Navidrome specific feature to retrieve by ISRC, which would be cool!

But looking at what I think is the track matching algorithm for ISRC seems to just always return unmatched https://github.com/betsha1830/navispot/blob/main/lib/matching/isrc-matcher.ts

Am I just reading it wrong?

[–] dabe@lemmy.zip 1 points 2 months ago* (last edited 2 months ago)

Your point 3 would be correct with docker and rootful podman, not rootless podman. I have a whole reddit post where this was hashed out, and over the many months and several comments in the post, I’m fairly certain I’m correct in my stated observations

https://www.reddit.com/r/selfhosted/comments/1ky2j5p/psa_for_rootless_podman_users_running_linuxserver/

That being said, it’s still best to not use id 0 in your containers and mark permissions the correct way based on your system’s user namespace mapping. It’s just one more variable to figure out, where in most people’s case it won’t matter too much, and still provides better isolation than docker

[–] dabe@lemmy.zip 2 points 2 months ago

Looks great! It’s tough for me to choose between this, amperfy, and narjo. I think arpeggi has the cleanest UI, but amperfy and narjo have gapless playback, which I really care about. Plus amperfy is fully open source, which is cool. narjo has a bunch of neat features/customization, though, so I’ve been sticking with it lately

[–] dabe@lemmy.zip 1 points 2 months ago

https://perfectmediaserver.com/02-tech-stack/os/ this guide uses proxmox specifically but the base distro can be swapped out and the rest of the teck stack and concepts can apply everywhere. I followed it with a ucore (part of Universal Blue) base and it works great.

[–] dabe@lemmy.zip 1 points 3 months ago (1 children)

funny recommendation in a selfhosted community

[–] dabe@lemmy.zip 25 points 5 months ago (3 children)

Maybe Louis Rossman will see this and beat FUTO back into shape? Maybe? Please? I just want one good outcome here!!

[–] dabe@lemmy.zip 2 points 5 months ago

I have some guilty pleasure apps that I refuse to get rid of because they’re just so dang good. Many of them are on Apple devices… forScore is one of those apps

 

One of my favorite self hosted services is https://github.com/johnwarne/upvote-rss since it allows me to get content from high traffic sites but in a very truncated and digestible way. Particularly, my favorite feature is how it can send only the N most popular posts each day (with a day lag, of course).

I’m looking for a more generic solution that does something like this but for arbitrary RSS feeds.

For example, if I want to subscribe to a super busy feed but I only want to get 2 posts randomly selected each day.

I’m totally willing to achieve this without a full blown extra proxy. If there are some RSS clients or a FreshRSS extension that can do something like that, for example.

Otherwise, I may just try to extend/fork upvote-rss’s functionality for this 😅

view more: next ›