Ben4425

joined 11 months ago
[–] Ben4425@alien.top 1 points 10 months ago

N100 is a good low power CPU (I own one) but beware that they only have 9 PCIe lanes. Every peripheral and motherboard slot needs at least one lane and many (like NVME slots) often have more. For example, NVME normally uses 4 lanes and each NIC needs one.

So, do the math, 2 standard NVME slots and a NIC use all your lanes so there would be none for the PCIe slots.

The Asrock N100m tries to deal with this but limiting the number of lanes per device but it does so, potentially, at the expense of performance. It assigns 2 lanes to the NVME slot and it's 16 lane PCIe slot only wires 2 of those lanes. Shit should still work, but it may not be at its fullest performance.

Anyhow, beware that striving for lowest idle power may have other hidden costs if you also want flexible and high speed I/O.

[–] Ben4425@alien.top 2 points 10 months ago

I use Traefik and Oauth to implement two-factor authentication with single sign-on via Google. Works fine if you don't mind the requirement that all your users must have a gmail account with Google.

[–] Ben4425@alien.top 1 points 11 months ago (1 children)

How would that work with a Jellyfin client running on a device like a Chromecast dongle? The code on the dongle doesn't (IMHO) know how to log into an SSO service.

 

Just tried Homarr and the 'app' widgets for stuff like Sabnzbd aren't working for me. My Homarr container has the URL http://192.168.30.2:8098 and Sabnzbd is at http://192.168.20.5:8081. I've entered the latter address as the 'internal' and 'external' URL in the Sabnzbd widget in Homarr.

But, when I exit edit mode and then click on this 'Sabnzbd' widget to open Sabnzbd, it tries to open the following URL:

http://192.168.30.2:8098/192.168.20.5:8081

What the hell? It somehow concatenates the URLs of itself and the application (Sabnzbd)?

There's got to be something obvious that I've done wrong because too many people praise Homarr. It's only horribly broken for me.

Help, please.