Scrath

joined 11 months ago
[–] [email protected] 2 points 4 days ago

Huh, today I learned

[–] [email protected] 2 points 2 weeks ago

On the topic of SMB. If OP is mostly interested in accessing the music from their phone, a symfonium + SMB server setup may be even easier than setting up navidrome

[–] [email protected] 3 points 1 month ago (1 children)

As much as I'd love to, it is still one of the best places to read up on recommendations for stuff, be it hardware opinions or obscure book recommendations. It is certainly a better place for tech reviews than most of the other sites you find using search engines which just do stuff like "This is the best on a budget. This is the best for that. This is the best overall. Here is where you can buy all of that."

Those sites never feel like they do a genuine review of stuff but instead try to sell you something. Plus they feel like they are copy pasting from each other.

[–] [email protected] 6 points 1 month ago (4 children)

Oh my god yes.

Every fucking time I open reddit on my phone the entire website goes grey and they offer me to use the app... Unless the content is NSFW in which case they tell me I have to use the app.

Fortunately old reddit still works to get around that but it doesn't have a mobile page layout

[–] [email protected] 5 points 1 month ago* (last edited 1 month ago) (1 children)

Not a valid option if you are looking specifically for lossless music

[–] [email protected] 1 points 1 month ago (1 children)

Oh it definetely is a bit hacky.

At one point I tried using home assistant to automatically turn my tv and stereo on or off depending on the state of the chromecast but that didn't really work consistently unfortunately.

[–] [email protected] 2 points 1 month ago (3 children)

My solution is far from ideal but it works for me.

I have a Chromecast connected to my TV which outputs to my stereo system. Power to TV and stereo are controlled via smart plugs that I can quickly toggle when I want to stream music.

The good thing: It works.

The bad things:

  • You have to connect navidrome to symfonium using the IP address and not a hostname when using a basic chromecast since that one has a hardcoded dns server. The Chromecast with google TV allows setting a dns server yourself but you loose software volume control through your phone.
  • No volume control except directly on the stereo system. This wasn't an issue with the basic chromecast but it is now with the better one...
  • For some reason some songs crash the casting to the chromecast. Again this wasn't an issue on the cheap Chromecast for some stupid reason
[–] [email protected] 6 points 2 months ago (1 children)

yt-dlp supports downloading playlists. By using the --archive option it can save all downloaded video ID's into a text file and will only download videos which are not in that file.

I wrote a docker container with a friend that uses that mechanism to auto download new videos every time it is triggered using cron. The configuration is a bit rough though and there is no gui so if this supports that part as well I might switch.

[–] [email protected] 13 points 2 months ago (4 children)

This is missing at least Bosch, probably some other brands I can't remember right now. That would ruin the 4 houses association though...

[–] [email protected] 3 points 3 months ago

Sometimes they have it written on the clockface. I don't think that's a general rule though.

In the same way there are digital clocks that can be wrong too though.

[–] [email protected] 1 points 3 months ago* (last edited 3 months ago)

Depends for me. In my casual day to day I don't but when I had a lot of appointments to meet I find it quicker to check the time on my wrist than bu fumbling for my smartphone in my pocket, something that is probably even more true for women if they store their phone in a small bag due to lack of pockets.

Also, sometimes I like leaving my phone at home because I have unfortunately developed the tendency to give it a short glance whenever I have downtime. If I still need to know the time I can still wear a wristwatch.

[–] [email protected] 1 points 3 months ago (3 children)

There are radio controlled clocks which theoretically shouldn't be wrong. At least as long as there isn't a battery or motor issue...

 

Hello everyone, I have another question regarding reverse-proxying again, specifically for the linuxserver.io jellyfin image.

On the dockerhub page for this image there are 4 ports listed which should be exposed:

  • 8096 for the HTTP Web UI
  • 8920 for the HTTPS Web UI
  • 7359/udp for autodiscovery of jellyfin from clients
  • 1900/udp for service discovery from DLNA and clients

Additionally there is also an environment variable JELLYFIN_PublishedServerUrl which is for "Setting the autodiscovery response domain or IP address". I currently have that set to my subdomain https://jellyfin.mydomain.com though I am not sure if that is correct.

I already have a reverse-proxy set up allowing me to access my servers webinterface under https://jellyfin.mydomain.com without exposing the https port on the container. What I am unsure about now however, is what to do with the two ports for UDP traffic.

By my understanding, a reverse-proxy will only forward traffic which comes to the ports 80 for http and 443 for https. Those are also the only ports my reverse-proxy container has exposed alongside the management interface. As such the 2 udp ports will not be reachable under my jellyfin domain.

How can I change this or is this even an issue?

10
submitted 9 months ago* (last edited 9 months ago) by [email protected] to c/[email protected]
 

Hello, I have a question regarding the usage of a reverse-proxy which is part of a docker network.

I currently use Nginx Proxy Manager as a reverse-proxy for all my services hosted in docker. This works great since I can simply forward using each containers name. I have some services however (e.g. homeassistant) which are hosted separately in a VM or using docker on another device.

Is it possible to use the same reverse-proxy for those services as well? I haven't found a way to forward to hosts outside of the proxies docker network (except for using the host network setting which I would like to avoid)

view more: next ›