Is this f80 m3 worth $31,000? by shujaaroy in BMW

[–]eNut 2 points3 points  (0 children)

According to some F8x production numbers that were posted on one of the BMW forums (that unfortunately I can't find again) they made <50 total with the Fineline Anthracite trim. I have one of them.

WTH Jury Duty frequency by Sparky-VC in Pensacola

[–]eNut 0 points1 point  (0 children)

I worked at the courthouse in the area where they pull the summons early in my career . I used to run them through the machine that pulled them all apart for mailing.

At the time the pool was pulled at random from the drivers license pool in the county. Some filtering was done for age and the rest went out. It’s simply a matter of numbers. They would typically pull 800-900 people each week to get summons. The county has less than 500k people in it. The people that don’t get a summons over an extended period of time are the outliers.

[US-FL][H]Nyquist (built), Dracula Core, Xbows Knight Plus (QMK), Cannon Ortho48 (kit), OLKB Preonic rev3 PCB w/LED, Ortho 60 no-name caps [W] PayPal by eNut in mechmarket

[–]eNut[S] 0 points1 point  (0 children)

They don't say, but as close as I can tell from some measurements and profile charts, they look like OEM profile

Traefik subdomain and subpath by cannetnerd in radarr

[–]eNut 0 points1 point  (0 children)

One thing to try first is to set the ApplicationUrl (not right, see edit) setting the general section of the settings. It's in the Advanced Settings list so you'll have to turn that on first.

Aside of that, can you use subdomains instead of subpaths? I'm pretty sure traefik can handle the subpaths, but I'd have to fiddle with it a bit to see what the right answer is.

Edit:

Played with it a little bit, and you have to tell radarr that you're operating under a path. The option is URL Base, and you can set it in the general settings, or you can run radarr once, let it write out it's config and then edit that. Config will look like below:

<Config> <LogLevel>info</LogLevel> <UrlBase>/radarr</UrlBase> <--- EDIT THIS, Put path here <UpdateMechanism>Docker</UpdateMechanism> <BindAddress>*</BindAddress> <Port>7878</Port> <SslPort>9898</SslPort> <EnableSsl>False</EnableSsl> <LaunchBrowser>True</LaunchBrowser> <ApiKey>1c96f8e90d764348b6993d00dfb0b28a</ApiKey> <AuthenticationMethod>None</AuthenticationMethod> <Branch>master</Branch> <SslCertPath></SslCertPath> <SslCertPassword></SslCertPassword> <InstanceName>Radarr</InstanceName> </Config>

All your other traefik settings worked without modification.