Scrath

joined 9 months ago
[–] [email protected] 35 points 1 month ago (6 children)

I'm not sure about how this works in kodi but in jellyfin the client might request a different resolution which causes the server to try and reencode the provided file on the fly. In my case my server isn't fast enough for this which leads to constant buffering

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

The only thing I hate is how sometimes a document compiles perfectly fine on one machine only to utterly fail on another. On the two machines were I had this happen I have Texlive installed so that I wouldn't have to look up missing packages. Maybe this is a version mismatch error? I have no clue.

Also I had an old document I wanted to compile which used a '\begin{justifying}' tag. I can't get that tag to work anymore and had to replace it with just '\justifying'

[–] [email protected] 1 points 2 months ago

I don't know if you were aware of this but K-9 Mail has joined up with the thunderbird developers and will at some point transition to thunderbird for mobile devices

[–] [email protected] 4 points 2 months ago

I wasn't even aware of it being a format from google. My personal issue is that some programs and apps I use don't support webp

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

The point of my comment was that the AldiTalk Kombi Paket S for 8,99€ offers double the amount of data compared to the Daten Paket M mentioned by the previous commenter with the same speeds for a Euro less

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

The Kombi packages are actually cheaper. The AldiTalk Kombi-Paket S gives you 10GiB with 5G for 8,99€.

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

Is there actually any car manufacturer that has decent hardware and software? I have never driven a really "modern" car but from all that I've seen so far the interfaces are typically horrible to interact with and laggy to the point where I prefer my car as dumb as possible

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

Ah, I guess I was only looking at AV1 support in that case. I only remembered it was missing something I wanted due to its age

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

I believe its missing h265 and av1 hardware support and while it probably has enough performance to handle those codecs in software, I wasn't willing to drop more than 100 euros on a 5 year old device without hardware decoding for them

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

Ne Sekunde Restzeit? Pah. Ich hab meine schon ohne piepsen angehalten wenn schon die 0 aufm Bildschirm stand

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

Digital when I'm not at home and need to remember some stuff for later. If I'm at home I use a notebook so I have an excuse to use my fancy fountain pens.

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

Does the skin effect apply here?

 

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 7 months ago* (last edited 7 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 ›