For conversion of videos after download
For conversion of videos after download. I don’t use tdarr. Doing what you suggest works for Sonarr, but not radar because of different base images. Two different groups maintaining those projects I guess.
Edit: this is the issue I’m speaking about in particular:
I’ll start researching what the user agents are for the various services and then work on creating a simple POC with nginx. If that actually works, I can try to put together a production quality app to handle it.
If a service was serving the webfinger, it could guess which account needed to be returned based on the requesters user agent. If the UA was mastodon, it could return the mastodon link rel, if pixelfed then return that link rel, etc.
Might be able to rig it with some more complex conditional logic and regex in nginx as a bandaid. AFAICT, the webfinger spec doesn’t really allow for this, which if true, was pretty short sighted.
I haven’t considered more in depth S2S connections. I’ll have to watch the traffic logs and see what exactly is being requested and see if all of it can be directed accordingly. I see now you commented on that issue. Also, to be clear, I’m still running the services in subdomains, but I’m trying to use [email protected] as the discovery account.
Looks like someone has filed this issue:
I was hoping that pixelfed would request a different rel than mastodon. I’m pretty sure I have my webfinger configured to use [email protected], which works fine for diaspora and mastodon because they operate off different resources - but I think pixelfed copies mastodon so requesting the mastodon rel gives my mastodon user. That seems like a bug in pixelfed, to me.
8 years is a long time and cancer can kill you in two, especially if you don’t have good doctors and they don’t catch that it metastasized already. Ask me how I know.
I remember this person specifically because of the douchey rant they posted and people clinging on their nuts.
Isn’t this the guy that said he’s staying on X instead of moving to mastodon?
Any recommendations? I’d love to run a weather station at my house (especially if there was an AQI sensor that was semi remotely accurate). I remember we had one of these in middle school and one of us would record the data from the computer into a sheet of paper every day 😂😂
DNS is complicated and takes some time to really absorb. Places like Cloudflare make things very straight forward. It’s beat to think about what you want to accomplish, then start looking for guides on each of the individual pieces (authoritative server, master/slave replication, recursion, DNS over tls, dnssec, etc). Take it in baby steps and WRITE NOTES. The now taking will help you absorb the details and will leave you a paper trail of things when you get something running and then have to go deal with other life, then come back to it in a few months.
I have a pair of DO droplets doing nothing but primary/secondary chroot-bind. I have DDNS setup so my PFSense router updates the zone with the current IP address of my home setup and I handle all the DNS tasks (spf/dkim/dmarc/blah blah blah) there. I wrote a couple of scripts to handle zone signing and all that jazz so I don’t have to log in often, if ever.
I’ll be replacing those with a modern os shortly, and probably adding recursion to them so I can use them to resolve personal DNS requests for all the machines on my domain (external and internal hosts).
Facebook has groups, and unfortunately, that’s a pretty important feature. The car groups I belong to are hardcore track drivers and DIYers that share knowledge (problems and resolutions, alignment specs, tire and wheel experiences, custom parts, parts swaps, etc) and independent manufacturers who make stuff that isn’t otherwise easily available.
Until there is a solid replacement for that, I can’t get rid of Facebook proper.
Look at Mister Nose It All
I usually manage it by Artist/Album/ReleaseId/# - Trackname. I use Beets, because it’s the only one that seems to have a concept of release.
About the same as every other American city. We Americans hate the poor, so, it’s predictably terrible.
I know exactly where this was taken. 💚 Portland
You might look for bilsteins. No affiliation with this company: https://www.stage3motorsports.com/bil-24-18601824-186025-05-16-f250-4wd-bilstein-5100-front-rear-shocks.html
Not sure if it’s necessary if you have stock tires, but a steering stabilizer might help if you’re dealing with logging roads at all.
Limited slips are always worth it, even on the street IMHO, of you drive in any inclement weather. You might look to see if there was a complete factory differential from a wrecked truck you could just swap in.
A shock upgrade is probably in order too. No need to go lifted, just better quality shocks.
Kotlin is the wave of the future. I still use Java, but I’m transitioning into using Kotlin for backend services. The devs are my work have been moving the app codebase to Kotlin for a couple of years (over a million lines) and it’s pretty nice. You reduce a lot of boilerplate and the code can be a bit more dense.