I picked up an old optiplex I’m trying to use as a NAS and do other things with. Initially I put Debian on there but felt like I was running into too many problems with things like power management, remot desktop, Docker, and mounting drives.

So I put Openmediavault on there and it’s working now. But what are some of the best ways to get the most out of it?

Can I do most things through the browser interface, or should I remote into it to install things?

How easily can I mount it as a network drive to other computers? I still have a Windows PC so I’d like to access it from there too if possible.

And what’s the best way to get other services running on it? I’m thinking of how it’s possible to set up torrenting software and control it with a remote app from your phone. (For managing and sharing my distros, of course).

Happy to hear any feedback on what people do with OMV, or their setups for a NAS in general. This is more of a tinkering computer to get me more familiar with networks and Linux.

  • harsh3466@lemmy.ml
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    2 days ago

    I don’t use OMV, but I have a nas server I built and here is my .02

    • set up an smb share in OMV for windows. Mounting that in windows should be trivial (don’t hold me. Haven’t used windows in years now, but last I used win10 smb was super easy to mount)
    • look into docker on OMV for deploying stuff. I run docker on my NAS and host a bunch of stuff including:
      • jellyfin for all the rips of my DVDs
      • navidrome for all the rips of my CDs
      • nextcloud to replace google stuff
      • radicale for my calendars
      • Joplin server for my notes
      • mealie for recipes
      • more stuff I can’t think of right now
    • with docker, if you want a GUI for creating, managing and interacting with your stuff, look at Dockge and Portainer

    Edit: added more stuff

    • tombruzzo [none/use name]@hexbear.netOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 day ago

      Thank you. This is what I’ve wanted to do with this PC for over half a year now. It’s good to de-Google in general, but drive not working well on Linux has been ruining my writing workflow on my laptop so I’ve been looking for a way to sync files between my computers.