Formerly /u/neoKushan on reddit

  • 1 Post
  • 413 Comments
Joined 3 years ago
cake
Cake day: June 16th, 2023

help-circle




  • Kushan@lemmy.worldtome_irl@lemmy.worldme_irl
    link
    fedilink
    English
    arrow-up
    10
    ·
    8 days ago

    You should consolidate those 4 pensions into one pot and take more control of it. There’s an extremely high chance that the employer provided pension is performing poorly and not growing as fast as it could be. They pick the lowest risk by default so growth is massively stunted.

    It’s pretty easy to open an account on something like vanguard and transfer those pensions in, you can then have control over how that money is invested - usually they make you pick a “risk factor” where highest risk has highest potential growth and lowest has lowest potential for crashing, but the TL;DR is over a 15 year period even if there’s a crash you’ll come out on top because it averages out.

    Essentially what I’m saying is pool your pensions together and pick the highest risk factor for the next 8-10 years, it’s a bit of a gamble but it’s a better chance of that pot growing into something actually useful than you have right now.












  • Kushan@lemmy.worldtoSelfhosted@lemmy.worldDocker is hard work
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    2
    ·
    1 month ago

    You’ve done the hard work building the compose file. Push that file to a private GitHub repository, set up renovate bot and it’ll create PR’s to update those containers on whatever cadence and rules you want (such as auto updating bug fixes from certain registries).

    Then you just need to set up SSH access to your VM running the containers and a simple GitHub action to push the updated compose file and run docker compose up. That’s what I do and it means updates are just a case of merging in a PR when it suits me.

    Also I would suggest ditching the VM and just running the docker commands directly on the TrueNAS host - far less overheads, one less OS to maintain and makes shares resources (like a GPU) easier to manage.

    You should look at restic or Kopia for backups, they are super efficient and encrypted. All my docker data is backed up hourly and thanks to the way out handles snapshots, I have backups going back literally years that don’t actually take up much space.