1
Best Practice Ideas (startrek.website)

So I have rebuilt my Production rack with very little in terms of an actual software plan.

I host mostly docker contained services (Forgejo, Ghost Blog, OpenWebUI, Outline) and I was previously hosting each one in their own Ubuntu Server VM on Proxmox thus defeating the purpose.

So I was going to run a VM on each of these Thinkcentres that worked as a Kubernetes Cluster and then ran everything on that. But that also feels silly since these PCs are already Clustered through Proxmox 9.

I was thinking about using LXC but part of the point of the Kubernetes cluster was to learn a new skill that might be useful in my career and I don't know how this will work with Cloudflared Tunnels which is my preferred means of exposing services to the internet.

I'm willing to take a class or follow a whole bunch of "how-to" videos, but I'm a little frazzled on my options. Any suggestions are welcome.

[-] nagaram@startrek.website 3 points 4 days ago

That's so funny that you actually checked.

And also thanks for the kind words. I'm actually working on a few blog posts since my job and school have calmed down.

But you're right, I should also contribute to open source memery

[-] nagaram@startrek.website 1 points 4 days ago

I've been thinking about swapping my work laptop to Linux too.

The difference is I'm in IT and I know what all things I need to put on my computer to make it compliant with all our policies and all the software I need to do my job.

I've been experimenting by running some Linux VMs with all the EDR, patching, and logging software we need. But by the time I'm doing all that, there's really no point in using Linux except for the CLI which WSL has been great for that.

[-] nagaram@startrek.website 7 points 4 days ago

I would never glaze that hack! His ideas were far too disjointed and useless.

Now of you check my self hosted blog I go into much better more specific detail on why technology is bad!

6

Okay Kubernetes people. I am about to build my first cluster with 4 Raspberry Pi 4B 4gb models powered over POE.

I was going to host just some basic stuff on it (forgejo, a couple Ghost Blogs) and try hosting a Mastodon instance.

The documentation mentioned that I should not use the SD cards for database stuff. So I was going to get some super short thumb drives.

What is everyone else's set up look like with raspberry pis? And how important is matching hardware?

I'm sure I'll learn more from reading the documents but this is my concern right now.

(I was also required to upload a photo so have my Latitude D630)

16
Simple Blog options? (startrek.website)

Anyone have any recommendations for Blog software?

I was considering for a while just using a mastodon instance as my blog because I just kinda wanna sign in and upload my papers that I've written. I was pretty close with Hugo. I'd rather not have to build the site everytime I upload and I want to self host and not use Github actions. I think I still could do it since I like using Cloudflared tunnels.

What is all out there?

[-] nagaram@startrek.website 69 points 2 months ago

That's crazy.

Anyways I'm gonna pitch never buying a Samsung phone again to the HR people if this comes true.

[-] nagaram@startrek.website 43 points 2 months ago

It's not a Lemmy thread without some Star Trek references

Robert Beltran (Chakotey), Roxan Dawson (B'Elanna), and Manu Intiravmi (Icheb).

All three of these actors fell off after ST:Voyager and became vile conservative shit posters. I know Robert especially likes to respond to anti Trump or anti Trump Policy tweets the other ex cast members make with "both sides" arguments.

It's sad in my eyes, but I do hold ST on a pretty high pedestal.

[-] nagaram@startrek.website 45 points 2 months ago

I think Terry A Davis would have found god in chat GPT and could have figured out the API calls on TempleOS

[-] nagaram@startrek.website 33 points 2 months ago

New Player: "My Wizard casts fireball targeting the king!"

Me: "Actually that doesn't happen y-"

NP: "Did a hidden wizard cast counter spell! I can-"

Me: "No I just won't let you do that. Try to ruin our game again and I'll ban you from the discord."

Np: "Oh."

45

I run my production Jellyfin server and a few other services on a Optiplex sff computer with a thicc hard drive and a low profile GPU.

I want to build two more of these with thicc Hard drives so that my parents and my in-laws can have a local Jellyfin instance that I manage remotely and they just need a box plugged in somewhere at their homes.

Is it possible to make Proxmox build a VPN tunnel on boot so I can just have it in my cluster dash. Like using tailscale or openvpn.

Or am I going to have to go with my original plan and put that on the same box as the Jellyfin server and then just VNC in?

Any tips or ideas?

[-] nagaram@startrek.website 35 points 3 months ago

Falls in line with the ethics of basically all known gods.

[-] nagaram@startrek.website 25 points 3 months ago

I had 5 rounds of interviews for a Tier 1 IT job.

21

So I'm trying to get Jellyfin accessible on the open web through a cloudflared tunnel

I have a default install of Jellyfin running that is still accessible locally.

I'm able to ping TV.myblogdomain.com

And the Cloudflared dashboard says the connection is up.

I have implemented page rules and caching rules to turn CDN off.

I have set the DNS server on the Jellyfin VM to be the Cloudflared DNS server.

It's pointed to https://jellyfin:8096/

And it wasn't working with or without a CIDR in the tunnel configuration.

Should I try uninstalling fail2ban and see if that helps? I thought I configured it right pointing it to the 8096 port but maybe I need to do 80/443?

Any tips or guides would be appreciated.

[-] nagaram@startrek.website 27 points 3 months ago

I download the YouTube tutorials I followed, upload them to my UAT Jellyfin server, and then when my server is having issues I can't get to the videos!

A flawless system really

48
submitted 3 months ago by nagaram@startrek.website to c/privacy@lemmy.ml

I have been upset recently by a colleague googling me and found my full name on several 3D Printing sites I used to use. I guess I signed in with my google account and so it just pops up now that I've deleted all my socials.

I have a fairly uncommon first + last combo so the cursory google search and then sending "delete my data" emails from the email they know from the 3 data brokers who popped up seems good and now just my linkedin is showing (this is the ideal state).

Is there more I'm missing? should I go for a deleteme subscription in case I missed anything? Other sources I should go to?

I really don't mind sending my own emails to these pests, but is that really all the services are doing? Or is there a backend I'm missing?

82
[-] nagaram@startrek.website 28 points 5 months ago

Chat is this real? (I won't download X you can't make me)

17
SEIM (startrek.website)
submitted 5 months ago* (last edited 5 months ago) by nagaram@startrek.website to c/selfhosted@lemmy.world

I am studying for my Network+ and my Sec+ hoping to shadow our Cyber Sec guy at work.

I want to set up a SEIM on my home network so I can be used to it's operations and how it works by the time I start messing with Pentesting stuff. Then I'm going to use it to try and track myself when I pentest myself.

I was looking into Graylog or Security Onion since they seem to have decent documentation (and I can find videos on how to set them up which is nice).

I was recommended building my own ELK stack and doing everything manually for maximum learning potential. Which I understand why this is a good idea, but I think I'd rather be as close to "baby's first SEIM" as possible or at least have a robust how-to guide.

What do you suggest?

[-] nagaram@startrek.website 25 points 1 year ago

Just saying, if you had spent as much on a laptop as you did on a MacBook, you would get a full work days of battery.

It's the same failure point apple fans have about Android. Yeah there are cheap androids. They suck, but also they cost$100-$200 new. What's apples offering in that price range?

view more: next ›

nagaram

joined 2 years ago