WARNING: This entry contains technical stuff most people won't care about!
Once I had finally saved enough money to replace my aging QNAP NAS (Network Attached Storage) system with shiny new UGREEN devices, I was dismayed to find that some of the apps I relied on were not available in their app repository. "ZOMG! WHERE'S PLEX?!?!" I screamed. "HOW CAN YOU SELL A NAS THAT DOESN'T HAVE PLEX?!?" Sure QNAP was always late to the table with updates to their apps, but at least they had apps.
Enter Docker...
"Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. Docker provides the ability to package and run an application in a loosely isolated environment called a container. The isolation and security let you run many containers simultaneously on a given host. Containers are lightweight and contain everything needed to run the application, so you don't need to rely on what's installed on the host."
Or, to put it another way, Docker lets you run the apps that aren't in your NAS's app repository.
Now, before I dig into it, there is something I've learned about Docker. Primary of which is that a lot of people are moving away from it because it's gotten bloated and resource hungry. There are even lighter alternatives being developed which do the same thing more efficiently. But none of them are in the UGREEN app repository like Docker is, and I don't want to take the time to learn how to manually install them. So here I am running Docker.
Not that Docker is easy, mind you.
Things can get very tricky when trying to install apps, even when you are following a step-by-step guide you found on the internet. You're still going to have to deal with SSH and config files (called "compose.yml") and other stuff that ain't a point-and-click process. You will have to get your hands dirty and that can be frustrating. I can say that the more you use Docker, the easier it gets.
The important thing to note is that despite some difficulties, I do have my apps up-and-running on my NAS now. I'm going to drop those apps here in case I ever need to refer back...
Since discovering the joys of Docker, I'm sure there are several other apps out there that I will be installing. And there's a lot of apps out there.
So... my initial panic of UGREEN not having many apps has been resolved. About the only UGREEN apps I use now are Docker and Sync & Backup (I have a secondary cheaper UGREEN NAS in a separate location which regularly pulls all my data off my home NAS via TailScale so I have an off-site backup). Everything else is on Docker. Which has changed the way that I use my devices and store my data.
In a good way.

I love comments! However, all comments are moderated, and won't appear until approved. Are you an abusive troll with nothing to contribute? Don't bother. Selling something? Don't bother. Spam linking? Don't bother.
PLEASE NOTE: My comment-spam protection requires JavaScript... if you have it turned off or are using a mobile device without JavaScript, commenting won't work. Sorry.

I’m a big Docker fan, although I mainly use it on my Raspberry Pi. Mealie is a good app to consider for recipes, and I use Copyparty for remote file access (although I assume UGREEN offer something better). I use Calibre-web for ebooks.
TailScale allows such easy access to… well… everything on all my devices and I’m sure that CopyParty can be configured for that, so that’ll likely be my next install.