I’ve tried to figure some of this stuff out but I really don’t know what I’m doing. Most documentation is written with a vocabulary I don’t understand. Tutorials assume a high-level understanding of coding, software, CLI and a bunch of other stuff.

So far I’ve got an old gaming PC with a R7 2700x + 2060 Super and I think maybe it’s overkill. I’ve got TrueNAS running on it but that’s about as far as I got…

Thinking maybe we can have an open Jitsi meeting and just anyone who needs help can get it (myself included 🙂)?

Would anyone be interested in something like that?


E: some people have imagined up some things that I said so let me be clear about what I did not say:

At no time did I insist, beg, or demand that anyone help me.

I did NOT ask anyone to help with a specific issue, nor should I be required to.

I asked if anyone would be willing to help myself and possibly others to get some services running, and I asked to do it in a videoconference setting where we can have a discussion and where you can see what I’m doing as I’m doing it, out of respect for both of our time.

If you are not interested, you do not need to come in here and announce it, and you sure as shit do not need to speak for anyone else on whether they will want to. Just keep scrolling.

E2: special thanks to those who actually reached out and offered to help!

  • helenslunchOP
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    6
    ·
    8 months ago

    In truenas go to apps, pick one, and click install.

    Not helpful.

    Also, you may want to add truecharts repository (assuming you’re using truenas scale)

    This is very helpful, thanks.

    • krolden@lemmy.ml
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      1
      ·
      8 months ago

      Guess what all of that is on the getting started page for truenas. Instead of reading that you made a post here.

      Why?

      • helenslunchOP
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        3
        ·
        edit-2
        8 months ago

        Once again, I explained why in the OP.

        It took me an hour and a half just to get logged into the server because their documentation is outdated. That’s something a knowledgeable user could have worked out in 5 seconds.

        Just from a cursory glance, here are some advanced concepts on the first paragraph of the “getting started” that I don’t understand:

        • SSH
        • “web shell”
        • “go to system --> advanced” where!?
        • “link aggregations”
        • VLAN
        • “default gateway”

        You understand what I’m saying? These documents assume a certain level of knowledge that I don’t have and thus cannot make any sense of them.

        • CriticalMiss@lemmy.world
          link
          fedilink
          English
          arrow-up
          4
          ·
          8 months ago

          SSH - secure shell. It is a way to connect to your remote machine. On server distributions it is usually open by default. If you’re running Windows on your main computer, you can connect with either the included OpenSSH client (terrible experience) or download a utility like PuTTY. Detailed explanation here: https://bitlaunch.io/blog/how-to-connect-to-ssh-with-putty/

          Web shell - Likely refers to the admin control panel of the software. I don’t run TrueNAS so I can only assume. Likely if you open a browser tab and type in your server’s IP and the specified port in the documentation you’ll be able to access it (i.e http://192.168.50.2:8080)

          “go to system --> advanced” where!? - Likely in the admin panel. Again, don’t run the software personally.

          Link aggregations - This is more on the advanced side and likely not necessary for you at this stage. The idea is to allow you to connect more interfaces and increase bandwidth, likely not necessary for a home set up, would advise you keep it for later.

          VLAN - Virtual Local Area Network. In the past before VLANs we had switches/hubs that when you connected a cable to them they would automatically become a member of the same network. VLAN allows you to split one physical network into many virtual networks. This is good because you can them limit access inbetween VLANs or block traffic for your server VLANs (if for example, you don’t want it to collect telemetry and phone home. I personally do it on the IoT VLAN).

          Default Gateway - It is the IP address of your router in most cases. If you are on the 192.168.10.0 - 192.168.10.255 network and you’re trying to send packets inside that network then your clients will not contact the default gateway, they will instead just reach each other directly. The default gateway is necessary to send packets outside of your network.