• 0 Posts
  • 47 Comments
Joined 3 years ago
cake
Cake day: July 2nd, 2023

help-circle
  • I too use Keepass2android offline, never had a sync issue though recently I inexplicably encountered an issue where the keyfile couldnt be found or had become corrupted on mobile. This may have been a phone thing rather than a Keypass thing as I never had such issue in many years of use. Luckily I had the forethought to keep an encrypted backup so I was back up & running quickly.

    If I remember Keepass allows pdf attachments without restriction which is excellent for vehicle insurance, breakdown cover etc as its good to have these available offline anytime “just in case”. I think this feature is restricted in Bitwarden (though maybe not Vaultwarden).


  • I use Nextcloud Memories for uploading folders to quickly share to relatives. Love it, very straightforward for them to use.

    I also host Immich but unlike Memories not exposed, local only. I set Immich up because we found we never looked at our photos when they were just stored on a hard drive but we look at them much more now theyre easily accessible. I spent months slowly retrospectively tagging & adding geo locations to our photos in order to utilise the powerful search capability of Immich. I use the template option & set it up to match the folder structure of our photos.

    I’m using Kopia to back up the entire Immich directory including the nightly Immich-db dumps & ive also moved a backup of the backup to another drive, currently somewhere in the region of about 80+GB.



  • I’ve found Nextcloud to be fantastic, its why I started self hosting.

    Ive run Nextcloud on a Pi4B with 4GB ram & external HDD with just one user. I also sync Joplin notes, which I use constantly. Additionally used Collabora Office on the phone for syncing office docs. i was happy with this set up for a long time, had no issues really, synced between a couple of desktops & a phone.

    Eventually treated myself to a Pi5 8GB ram with NVMe & an Argon fanless case. Main reason for upgrade was an additional Nextcloud need - to share holiday/trip/event photos with multiple non tech savvy older family members via the Memories plug in. This set up has been absolutely rock solid, absolutely no issues & for my needs has been blazing fast. Memories is great too for quick & easy sharing whilst away. The family members love it (Nextcloud is exposed behind Nginx Proxy Manager, I send them a read only public link for Memories)

    As they are quite intensive I recently migrated Immich & Paperless from Pi4B 4GB to a Beelink EQ14 but I see no reason at all to migrate Nextcloud from the Pi5.



  • Bingo. Self hosting is my first exposure to Linux, I’m still a novice. Just migrated a couple of my Pi servers onto a Beelink EQ14. After a bit of reading i decided to install Ubuntu server on it purely because I’m more likely to glean answers from online forums & the like when inevitability hit a barrier.

    I’m highly likely to dual boot my laptop/switch to linux Mint soon too






  • I’m 100% self taught & was in exactly the same place. I’d never used Linux before I got my first Pi. I spent a bit of time trying to familiarise myself with & made some notes regarding command line (notes I still rely on).

    There’a so many ways to achieve the goal, you’ll eventually find a way that works for you. My personal preference was Docker/Docker Compose deployed via Portainer.

    Even that was confusing. Until I found this excellent video on how to read Docker requirements & apply them step by step into Portainer. He explains slowly & methodically exactly what he is doing & why.

    Portainer is a method of handling Docker stacks/containers via a web UI. Both Docker & Portainer are simple to install.

    It’s easier to use Docker Compose files and/or .env (environment variable) files (both are even simpler to deploy through Portainer) but this video taught me what was going on & gave me confidence to have a go. What attracted me to Docker is you can easily remove stacks/containers if/when you make a mess rather than wiping the drive & start again, which is how I went about things initially.

    This gave me the tools to set up Nginx Proxy Manager & I never looked back.

    As you’ve realised, a robust backup solution is essential (plus off site backup for particularly important stuff) as things will inevitably go wrong along the way (I see Borg, Restic mentioned often, I went for Kopia).

    I can’t recommend highly enough making detailed notes along the way, I rely on Joplin.

    If you start using Docker, dont fall into the trap of using the “latest” tag. If you know the version number you’re running its far easier to re-deploy if an update is bad.

    Enjoy your new time consuming, teeth gnashingly frustrating …and yet rewarding hobby 👍