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!
Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:
Fewer Letters More Letters IP Internet Protocol IoT Internet of Things for device controllers NAS Network-Attached Storage Plex Brand of media server package SSH Secure Shell for remote terminal access
[Thread #239 for this sub, first seen 24th Oct 2023, 19:05] [FAQ] [Full list] [Contact] [Source code]
deleted by creator
That’s a bot lol
deleted by creator
Start by walking us through what you’re trying to do, and where you’ve run into problems.
deleted by creator
Wow I hope English isn’t your first language.
deleted by creator
I just love when people are bilingual.
deleted by creator
Then why did you make this post?
deleted by creator
Point 1. If you’re asking someone to donate their time to help you, don’t be surprised if they have a few questions first. Wanting to know more about the exact nature of your problem is a good start to figuring out, for example, if they’re even the right person to assist you.
It doesn’t do you any favours to insist that someone commit to teaching a class over video chat without even being willing to go so far as to give them a syllabus first.
Point 2. When begging for a free ride, don’t complain that the car didn’t come with seat warmers. If you’re going to insist on dictating the manner in which people help you, the result is just going to be that people don’t want to help you.
For instance, after posting my first comment, I actually considered offering to PM or chat on Discord so that we could sort out your problem together. I have since reconsidered; this is, in fact, exactly why people who know how to do this stuff usually aren’t super jazzed about the idea of an open jitsi meeting or similar. You’re going to end up dealing with far too many people who feel entitled to make demands of your time.
I actually like helping people learn about computers. Part of my job involves teaching IT skills, and I genuinely enjoy it. Under the right circumstances, I would be exactly the kind of person you’re looking for. And I genuinely do appreciate your frustration; self-hosting is a mess of bad documentation and incomplete guides full of jargon, poorly explained ideas and assumptions of prior knowledge.
But looking at your behaviour throughout this thread, I don’t think you’re ready to be a student. You’ve been nothing but combative and demanding, while showing absolutely no appreciation for the time that people are taking to try to help you. It’s a bad look, and it just reinforces exactly why people generally prefer to do this stuff at a remove, if at all.
deleted by creator
When everywhere you go smells like shit, check your shoes.
deleted by creator
In truenas go to apps, pick one, and click install.
Also, you may want to add truecharts repository (assuming you’re using truenas scale)
https://truecharts.org/manual/SCALE/guides/getting-started/#adding-truecharts
deleted by creator
Guess what all of that is on the getting started page for truenas. Instead of reading that you made a post here.
Why?
deleted by creator
What services are you looking at? TrueNAS can be good for some situations but isn’t always the best it terms of flexablity. It really depends on what you are trying to host
deleted by creator
In that case I would either go with proxmox, debian or Ubuntu server with docker.
If you are wanting to do virtualization then go for proxmox but if you want to just run the services as containers I would just use Ubuntu or Debian. Once you have Ubuntu or Debian installed I would look into how to write docker compose files. There are plenty on the internet and they make setup very straight forward. If you want a web interface you can install cockpit.
Sorry to be a bringer of bad news but I believe your truenas install is going to be the limiting factor.
deleted by creator
Truenas isn’t a standard system. Its designed to be used as a NAS and lacks the ability to easy install other software. While it does have support for kubernetes and virtual machines, the UI is pretty crude and you will likely get confused and run into bugs. (Source: my personal experience) Don’t get me wrong, I do like TrueNAS but for your setup it doesn’t make a lot of sense. This is especially true since you want to run a bunch of services that aren’t necessarily storage dependent.
Honestly you are probably better off with Ubuntu
deleted by creator
Since the other people don’t seem too helpful to you, we can gladly setup a meeting and see where it goes :) I don’t have exeprience in all these software like TrueNAS you’re using but I have a lot of experience in a lot of other things, so I’m sure I’ll be able to help!
deleted by creator
No joke, I learned a ton this summer just by asking AI how to do stuff.
deleted by creator
If you are successful in this, perhaps a twitch channel walking through the basics running on a regular ish basis
deleted by creator
Honestly, Switch to a basic Linux distro and use docker directly.
I ran TrueNAS for a while and it’s just too complex and janky. I dropped back to void (for ZFS) and have a directory of compose files for radar/sonar, jellyfish, mediawiki, Lemmy etc.
deleted by creator
You don’t need to use the cert, but I’ve got a basic setup here that you could get running in docker, then play around with understanding it / adding to it:
deleted by creator
A quick docker setup to get you going with a reverse proxy (Traefik) and insights/management (Portainer).
deleted by creator