

Same. There are some tracks and albums I don’t like, but I won’t delete them. Another reason to use smart playlist, I can just put them into “Not My Style” playlist and it’s magically gone from my main list.
Same. There are some tracks and albums I don’t like, but I won’t delete them. Another reason to use smart playlist, I can just put them into “Not My Style” playlist and it’s magically gone from my main list.
Try Ampache! I host 75k files with it.
Item Count: 74939 | Duration: 5274:37:36
Well, I don’t actually play all of them in a straight line; it’s more of an archive. Still, my main playlist is few thousand songs long, which is created with smart playlists.
They’re available in Soulseek! Both Soulseek and Ampache share the same directory. I was thinking of creating a torrent, but I am still in the process of deduplicating them, so I decided against it.
Why do I see no mentions of Ampache here? From what I found, it was the only program except Navidrome to support nested smart playlist, and Ampache has the editor directly in the web interface.
Anyways, I host mine too! Over 2TB of music files on my server, and it runs pretty well.
Actually, that’s what I’ve done. It gets a bit tedious when the file size gets a bit big.
I honestly did not know Nextcloud allowed uploads without login. I definitely need to check that out.
It would be desirable, as I don’t have to be prepared whenever someone starts sending a file, but I suppose I can live without it. Thank you for the suggestion!
I’ll have to see if it works in my environment, but otherwise it looks cool! Thank you.
I am a teaching assistant, and occasionally people ask me why their code isn’t working. I take it to my device so they can continue their work whilst I figure out the issue. I want to minimise the uploading complexity, and the time it takes to upload one.
I have used it before and yeah, it does work well as long as you use their OVPN/Wireguard configuration instead of theit client. They’re also very cheap during the sale.
One little bonus for using Vaultwarden is that you get access to premium features for free. But still, I put availability much higher when it comes to password management, so I would go with paid Bitwarden. That is what I did before moving to Keepass.
You can access your laptop remotely if you set up Tailscale and register your laptop with them. It’s a VPN, so it’s like having your laptop and other registered devices connected to a local Wi-Fi all the time.
I dump my encrypted data to someone who probably practices 3-2-1 rule (which is Backblaze for me). I mean, these guys back up data for a living.
.ch
Same here. I spent last month transitioning all my servers to NixOS and it feels so comfy! I do a small test on my desktop when I do something that might break stuff first, and then add it to server’s config later.
--target-host
and --use-remote-sudo
makes it even better too.
If you’re considering (something) + Syncthing, try Orgmode. It looks like Markdown but has a lot of features for note management and navigation.
Thank you!
In terms of setup, Caddy is a lot simpler in syntax, but you will find more tutorials for Traefik and it has better integration with Docker. You can add labels to a container and Traefik uses that as config, whereas in Caddy, you need to set up both the container and the config file. If you want to drop a service, then it is easier in Traefik for this reason. But with decent Nix code, you can basically replicate this in Caddy. Once you set them up, they’re pretty much the same. I’ve seen some people saying Traefik is faster, but realistically, I don’t think it’s meaningful.