I’ve heard others recommend Low End Box before but I have no experience, so do some due diligence before selecting any of these!
I’ve heard others recommend Low End Box before but I have no experience, so do some due diligence before selecting any of these!
I started with the 2020 tutorial from these guys. They’ve updated it a few times through the years so I can’t speak to how good the new version is, but I’m sure it’s probably plenty to get started.
https://www.smarthomebeginner.com/traefik-v3-docker-compose-guide-2024/
After I followed this guide, I’ve deviated significantly as I learned and started to do my own thing. It’s a great place to start and learn the basics of containerized applications and once you have that then you can host most things that are dockerized. All I need to do now to start up a new service is pull up the README on Docker Hub (or better yet, if LinuxServer.io has a container that does what I want to do, on their website), figure out what I want to do with the variables and any setup that needs to happen, and then I add it to my .yml and start it up!
I’ve got it all tracked now on GitHub so I can see what I’ve changed and when and if something were to go wrong I could revert back to a known-good configuration.
De-Googling was what got me started as well. Wanted to be able to have my own Google Drive clone with Nextcloud. From there it was just one little improvement / additional service at a time as I learned to use Linux and docker. Now I run a Linux laptop and am considering an android phone.
Engineering background for reference.
It was just always so annoying having to go into the iPhone keyboard punctuation twice for each domain
Man, some people have really thought of everything. I am so impressed.
Honestly, I learned a ton from these guys: https://www.smarthomebeginner.com/
I’ve diverged a good bit since then of the services I’ve added and the specifics of how I configure things (I still use Traefik whereas I think they’ve shifted to Nginx), but they have a great example of a GitHub repo and what it looks like to manage a self-hosted server.
For #2 and #3, it’s probably exceedingly obvious, but wish I would have truly understood ssh, remote VS Code, and enough git to put my configs on a git server.
So much easier to manage things now that I’m not trying to edit docker compose files with nano and hoping and praying I find the issue when I mess something up.
What about New Outlook (New) with New in the icon?
How else are you to know which version you’re using??
Absolutely no shot I can afford 40 TB of SSDs for my NAS
You don’t need portainer for it to be easy! The wiki is quite great at providing setup examples for docker compose, regular docker, and others!
Anything more than ash/dash is bloat
Oh good point, I didn’t think about that
According to this super user question, someone said that !!
won’t work in a function, so you must use the fc -ln -1
command in a subshell instead. Note the response that says eval
shouldn’t be used (not sure why)
!!
is a shortcut for whatever the last command was is it not?
Yeah I’ve got Fedora (specifically Bluefin) at 1.25x scaling and everything looks fantastic. I had an issue with VS Code (an electron app), but as soon as I enabled Wayland in its .desktop file I didn’t have anymore problems.
It doesn’t help our friends in the EU, but I’m hopeful that the CFPB’s “Open Banking” rules might actually make it possible to do this with an open source product with OAuth and common APIs rather than these aggregators that are just web scraping your bank.