Or maybe a two click solution? :)

  • Disregard3145@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    3 years ago

    Self hosting what?

    In general

    1. Install docker
    2. Copy and paste docker run commands from the getting started guide
    3. Learn from mistakes
  • Gompje@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 years ago

    Hmm maybe Unraid with the community store? When you got unraid running its just a matter of selecting an app from the store and hop: it runs. Kinda…

  • ddnomad@infosec.pub
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 years ago

    Depends on what you want to self-host. In general, I would advise against self-hosting anything before you familiarise yourself with the basics of *nix, networking and cyber security.

    You at least need to know enough to make sure that whatever you host is only available within your local network and is inaccessible from the outside.

    Once that’s ensured, go nuts, experiment, learn, evolve.

    In terms of how to start, really depends on your budget, what hardware you can spare, how much space you have at your place etc.

    For the most basic playground it’s enough to have a raspberry pi or similar, or a very old laptop / desktop computer.

    For something more swanky you can get old Dell servers (e.g. R420) online for around 100$ or so. They are quite power hungry though. Or you can get yourself a NUC and use that.

    If all of this sounds like too much work, just get yourself QNAP / Synology NAS and see what it can do for you (it is way more limited in terms of options, but easier to setup and you can still have your Plex / file sharing / docker containers).

  • zaggynl@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    3 years ago

    You could go through the following route:

    • purchase something like a small Synology NAS and learn how to set up the networking/firewall bits
    • buy/repurpose a used desktop/laptop, install something like yunohost/unraid
    • buy parts for your own server, put it together, use the same own server but install proxmox, setup VMs/containers
    • use the same own server but install debian, play around with docker/docker-compose/ansible

    If you don’t have the means to get new hardware, you can use hyper-v or virtualbox for free on Windows or virtualbox/virt-manager on Linux on existing hardware.

    Simple project to start with: install pihole and configure it as your DNS adblocking filter at home

    • install iphole on a VM/PC/raspberry pi that is connected to your home LAN
    • configure your PC or router to use the pihole host as DNS server
    • test various websites you know that have ads before and after using pihole

    While doing things like these, keep notes what you do by day, using those notes, put together your own howto manuals. Do not be afraid to fail, sleep over it and try again, don’t be afraid to ask specific questions here or on other forums, IRC.