

Isn’t the data sharing optional? I’m pretty sure it asks you on first startup and you can decline.
Isn’t the data sharing optional? I’m pretty sure it asks you on first startup and you can decline.
It’s a shame there doesn’t seem to be an iOS app.
Keep in mind that the DAC on the Pi is pretty awful so it might not sound great.
You might want to get a audio HAT or USB DAC.
I’ve been using NetNewsWire. It’a free and open source and works with FreshRSS.
https://apps.apple.com/gb/app/netnewswire-rss-reader/id1480640210
Yes it does. Only the MAC address you assigned to that IP will get it.
Same although I found the reason at the bottom of the downloads page: https://www.strawberrymusicplayer.org/#download
It’s significantly more reliable but it’s not fixed.
What if you had the service enabled on an Arch based distro?
Is it? Last time I tried none of my docker compose files would start correctly in podman compose.
My Netgear switch doesn’t support Level 3 routing. It only supports basic VLAN functions.
From the switch? I thought the routing was done at the router level?
Doesn’t look like it but if I set up VLANs unless an user is on the correct VLAN they can’t access the web interface. And the only way for them to get access is to get physical access and plug a device into the correct port.
It is a managed switch. What’s wrong with TP-Link managed switches?
I have a basic Netgear managed switch for VLANs.
Or use LetsEncrypt it’s free to get an SSL certificate.
Where do you see that? Looks like a torrent client let running to me.
If only one container has been updated then when you run docker compose up -d it will only recreate that container, unless it is a dependency of another container (like a database) in which case it will restart all containers that depend on it as well.
You don’t need to run docker-compose down.
docker-compose pull; docker-compose up -d is enough
Did you add your subdomain to your nginx configuration?
server_name DOMAIN_NAME;
Posting your nginx configuration would be useful too.
How is someone meant to guess what seems to be a randomly generated id? If they try to brute force it then you could probably set up something like fail2ban to block them after a few failed attempts.
I’m not saying video ids shouldn’t require authentication, they should but the risk of someone getting the video id seems fairly low.