SayCyberOnceMore

  • 3 Posts
  • 203 Comments
Joined 2 years ago
cake
Cake day: June 17th, 2023

help-circle

  • CalDAV is all you need

    I setup Nextcloud and then realised no one used it’s Calendar, or contacts, or basically anything - it was just being used as a sync hub for phones.

    So, I ditched it for Radicale. Waaay less maintenance.

    DAVx5 on the phones with Fossify Calendar & Tasks(.org) apps from FDroid.

    They do all the alerting.

    On the desktop Vivaldi has a good built-in Calendar, so I use that (although I’ve only just noticed it doesn’t show Tentative appointments at all)

    For work, I use Logseq (for everything) & to keep a note of ToDo items that I don’t need reminders for (otherwise Tasks is overwhelming)

    And for bonus points, Home Assistant has a CalDAV module so domestic things like waste collection are sync’d from Radicale too so there’s a notification on the kitchen display each morning to tell me what coloured box, bin, bag needs to be taken out today.

    And… (some time management advice thst you didn’t ask for) - I’m currently starting timeboxing - so instead of creating a todo item, just schedule the time to actually do it in. Less ToDos, but more progress (I hope)







  • Hmm, I setup a Proxmox machine a while back because, well, all the cool kids seemed to do it - and plenty of “support” on youtube

    I found Incus and it just seemed better, but it was harder to find info on (back then) and seemed a little unready

    Now, I regret not sticking with my gut instinct as I’ve got to basically rip out Proxmox to get Incus in, which means all my VMs are prisoners (and us: 1 VM is Home Assistant!)

    So, do you know if it’s possible to migrate my VMs across to Incus, or is it literally wipe drive, start again?

    (Obviously the data in each VM can be backed up & restored into new VMs)



  • I think you’ve misunderstood

    Ok, OMV needs a separate (small) boot drive to install on (ie consider a M.2 / SSD on a USB adapter)

    But, then all your (large) storage is used for the NAS.

    OMV will run Docker containers, but their data would also be pointed to the large NAS storage.

    |  Small |   Large   |
    |--------+-----------|
    | OMV    | Your Files|
    | Docker | Data, etc |
    



  • I always prefer bare metal for the core NAS functionality. There’s no benefit in adding a hypervisor layer just to create an NFS / SMB / iSCSI share

    OMV comes with it’s own bare metal installer, based on Debian, so it’s as stable as a rock.

    If you’ve used it before, you’re probably aware that it needs it’s own drive to install on, then everything else is the bulk storage pool… I’ve used various USB / mSATA / M.2 drives over the years and found it’s a really good way to segregate things.

    I stopped using OMV when - IMO - “core” functions I was using (ie syncthing) became containers, because I have no use for that level of abstraction (but it’s less work for the OMV dev to maintain addons, so fair enough)

    So, you don’t have to install docker, OMV automatically handles it for you.

    How much OMV’s moved on, I don’t know, but I thought it would simplify your setup.


  • You should have all your data separately stored, it shouldn’t be locked inside containers, and using a VM hosted on a device to serve the data is a little convoluted

    I personally don’t like TrueNAS - I’m not a hater, it just doesn’t float my boat (but I suspect someone will rage-downvote me 😉)

    So, as an alternative approach, have a look at OpenMediaVault

    It’s basically a Debian based NAS designed for DIY systems, which serves the local drives but it also has docker on, so feels like it might be a better fit for you.






  • You’ll probably need 2 devices: one actually connected to the external line (ie the modem part) and then your actual router / wifi access point(s).

    Personally, I have a Fritzbox router configured into bridge mode so it just deals with the line signal and passes all the PPPoE / internet comms to a pfSense box I built (ie anything… an old thin client, new microATX, etc…)

    I then have separate POE WAPs for wifi around the house, but pfSense can deal with radio drivers too if separate WAPs are too much today.

    This way, if something goes wrong I can always go back to a single domestic router, keep the family happy, download anything I need to fix my setup and then move forwards again.

    I like having separate components with an up/downgrade path