I’m already hosting pihole, but i know there’s so much great stuff out there! I want to find some useful things that I can get my hands on. Thanks!

  • ellipse@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    33
    ·
    1 year ago

    Nextcloud to replace Google drive/docs. Jellyfin or plex for media. The arrs to aquire media (if you have the patience). A blog? A game server to play with friends.

    I suggest using docker and docker-compose as it makes everything way easier. It does still take time and it can be frustrating but it is very rewarding.

    Crosspost from the duplicate

    • crunchpaste@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      4
      arrow-down
      1
      ·
      1 year ago

      Years ago I selfhosted Nextcloud and found this interaction just as clunky as using google drive. Now I’m just using SFTP which has much less overhead and it integrates beautifully with just about any file manager on Linux. Then again, using it on windows is a pain as far as I know.

        • Chippyr@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          1 year ago

          Thanks, figured as much. My main issue is Docker is annoying on Windows and trying to give it sufficient storage and configuring that with Docker has always been something I just never figure out.

      • Octavius@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        1
        ·
        1 year ago

        While there is a docker version for windows (server I believe) the last time I checked it could only run windows containers (so basically none). The Linux support never got out of beta. I think now they are just saying use windows subsystem for Linux (WSL) for that.

        I have been quite happy with docker on a Linux virtual machine hosted on a windows server (I know not the “normal” way to do it but since I am a windows Server admin at work it worked best for me).

        The reason that you cannot run Linux containers on windows by default is that docker is no full fledged virtualization Software it sill uses the kernel of the host system. And a Linux container needs a Linux host system.

    • mim@lemmy.sdf.org
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 year ago

      Docker is definitely worth the time investment.

      If OP wants to go one level deeper: Ansible.

      • ellipse@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        Does ansible make sense for a single server? I like the concept but I don’t know if It makes sense for my purpose.

        • mim@lemmy.sdf.org
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          1 year ago

          It makes sense in terms of reproducibility.

          Imagine if your server gets compromised, you accidentally break it, or you just want to move to a cheaper provider or a different server. Do you want to have to tweak it all over again, and fix bugs that you figured out how to fix 6 months ago and you don’t remember?

          I’d rather have some yaml files that do it for me. And it’s a new skill as well.