

The only one I think is reasonable is GraphQL. But that isn’t rest, and HTTP is just one of the transport layers it supports.
For anything claiming to be RESTful, it’s a crime.
The only one I think is reasonable is GraphQL. But that isn’t rest, and HTTP is just one of the transport layers it supports.
For anything claiming to be RESTful, it’s a crime.
(another pet peeve of mine is “rest” APIs that use 200 response codes for everything)
Yup, also some APIs use GET for everything. It’s a pain. And it means that filtering by verb only helps if you’re intimately familiar with the API. And even then, only if you keep up with changes as they happen. So really, only if you’re developing the API yourself.
For organizing and searching the files, I’m using paperless-ngx. It’s worked pretty well for these and for scanned documents.
My issue is getting the PDFs without having to spend time every month manually downloading them.
All solutions that integrate with banking sites I’ve ever encountered were nothing more but ugly hacks, IMHO.
Yup. That’s basically what FileThis provided. A maintained set of ugly hacks to pull the files for you automatically :D.
Restic using resticprofile to configure and schedule backup runs.
Restic using resticprofile for scheduling and configuring it. I do frequent backups to my NAS and have a second schedule that pushes to Backblaze B2.
+1 for Plex and Plexamp. The Plexamp app works great on Android and Linux. Without that, I don’t think I’d use Plex for music.
Mind sharing your Kubernetes config? I’m living off of a bunch of docker compose config files, and I’d love to make the jump to Kubernetes.
I don’t know how dead it is, but it’s pretty straightforward to set up your own gateway (public or private). Even if you don’t have a tech background, there’s the “IPFS Desktop” app that stands up the IPFS service locally.