My Abuelo says:

  • he will not rewire things with the router

  • he wants me to find a way to create a Lemmy instance without Ethernet, just the regular Wi Fi connection without a router or anything.

This rules out what I was going to use, Yunohost. While I have the USB, I don’t have the router (it’s full), switch, or Ethernet Cable and Abuelo doesn’t want to buy one nor does he want me to buy one.

He thinks it’d be less time consuming if I found a way to self-host without that stuff, just through Wi-Fi, and I don’t know how to program.

  • xePBMg9@lemmynsfw.com
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    3 days ago

    Get a Raspberry Pi. Newer models have wi-fi. Then you can host all kind of stuff. As long as it is for your own use, you don’t need that much computing power. As far as software is concerned, the type of physical connection doesn’t matter. Wi-fi stability can be excellent or it can be super frustrating. Depending on your circumstance.

    Get one and try it. Learn by doing.

  • SolOrion@sh.itjust.works
    link
    fedilink
    arrow-up
    0
    ·
    3 days ago

    You don’t need to be wired in order to self host things? It’s better, ofc, but far from required. You can just do it via wifi.

    My experience with self hosting begins and ends with video game servers and jellyfin, though, so maybe I’m wrong here.

      • Onomatopoeia@lemmy.cafe
        link
        fedilink
        English
        arrow-up
        0
        ·
        3 days ago

        The same ones you’d use with a wire.

        WiFi is just Wireless Fidelity… A play on HiFi. It’s just a wireless equivalent of wired ethernet. You still have an IP address, you still have a router (without a router only one device in your house could connect to the internet, typically your wireless access point is a combination router with a wireless access point in it).

      • listless@lemmy.cringecollective.io
        link
        fedilink
        arrow-up
        0
        ·
        3 days ago

        If you know nothing about servers, linux, docker, postgres, reverse proxies, networking, https, certificates etc. then you may not be able to do this without studying these topics significantly and practicing setting up more simple services (like a plain HTTPS server with Let’sEncrypt certificates.)

  • towerful@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    3 days ago

    Uh, don’t?
    You want a Lemmy instance - that I presume you would want to be somewhat reliable - without doing anything? WiFi prioritises convenience over speed and reliability. So, things will randomly fail.

    I guess pay for a Lemmy instance provider. Probably the easiest. But this is self hosting, and it sounds like you want a place to start and have chosen “hosting a Lemmy instance” as your learning ground.

    Something like cloudflare tunnel will let you punch through a firewall without having to mess with network stuff.
    A docker compose stack makes things as easy as they can be in such scenarios.
    These are terms you can google “Lemmy docker compose cloudflare tunnel”

    Here is 1 result: https://lemmy.world/post/299429

    Here is a GitHub for Lemmy in docker compose https://github.com/Drakeyves/lemmy-docker-setup

    This looks like it covers cloud flare in a compose stack: https://joelparkinson.me/self-hosting-with-cloudflare-tunnels-docker-compose/

    Read through, learn docker compose, understand cloudflare & cloudflare tunnels