• 4 Posts
  • 25 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle

  • Hyper-V will work with physical disk, but be warned - the wizard you run through when making a VM will make it look like you give the VM a VHD file for storage or nothing. Just attach no storage to the VM initially, then go into the VM settings after the wizard is complete to attach something besides a VHD.

    Can’t entirely remember if it handles partitions but I know it can boot particular disks and if the setting exists, that’s where it would be


  • Windows 7 was a competent OS with low system requirements, a stable kernel, a simple feature set that was well-known and useful, an interface that was comprehensible and clearly conveyed to the user, and it didn’t require extra investment or online accounts, and compatibility options for the really old stuff. It remains the Best version of Windows in my eyes.

    8 took away the comprehenisble UI, low spec options, and lack of online service requirements, then 10 further complicated the UI and filled the OS with ads, the then 11 bloated the feature set, added even more ads, borked compatibility, and made the online accounts a requirement unless you pay extra and/or know what you’re doing.

    Textbook Enshittification









  • *dust.sys@lemmy.worldtoSelfhosted@lemmy.worldPost your Servernames!
    link
    fedilink
    English
    arrow-up
    16
    arrow-down
    1
    ·
    4 months ago

    My Proxmox server is called ARCADE and each VM is named after a game. Currently we have:

    • SpyHunter (PiHole and WireGuard VPN)
    • Pacman (Ubuntu Server w/ Dashy, Syncthing, Portainer, and NextCloud inside Docker)
    • MsPacMan (Ubuntu server for failover purposes. Still under construction)
    • CrazyTaxi (Windows Desktop)
    • MissleCommand (Linux Desktop)
    • MonkeyIsland (qBitTorrent)




  • I was really just using SMB for convenience sake, one less protocol for me to turn on and configure. I initially thought about NFS but when I realized how little I know about actually securing NFS I decided against it. Though, I suppose that’s led me to this point here.

    Trying it stock is exactly what I was thinking, though what folks have said about NixOS makes me think that’s going to be the first thing I try.

    Very first experience was NC-Pi, right before that project got canned. Loved it so much I spent a couple hundred on shared hosting and set v24 up there, but I’ve been trying to move to my homelab because A) One less bill B) I can use the 72TB RAID Array for storage instead of the 30GB storage I paid way too much for.

    Honestly have had great experiences with Portainer so far, with Nextcloud being the only real exception. PiHole, Dashy, an introducer for Syncthing, and StashApp all run without a hitch via Compose files dropped into Portainer. Though I am definitely going to take Docker out of the picture for the next NC install which means taking Portainer out as well.


  • I’ve only ever used the official repositories, basically followed the install documentation to get the letter. I do management of it through Portainer but that’s just a convenience for testing. Once I got the Compose file just right I’d docker up -d inside the folder on the VMs main drive.

    The actual files were saved to a mounted SMB share, and I’m not sure if it’s related or not but I also had a media folder mounted as SMB and configured to be shared as External Storage within Nextcloud itself. I keep wondering if the database isn’t killing itself trying to read everything in there…