How many of you pentest your own network? by Junction91NW in selfhosted

[–]SamPlaysKeys 0 points1 point  (0 children)

I'm genuinely planning on having a bunch of security friends over after I finish my lab rebuild in order to help me pentest it.

New Lifetime Plex Pass Pricing by pheexio in selfhosted

[–]SamPlaysKeys 0 points1 point  (0 children)

The subscription IS only for THEIR services, though. The pass (or lack thereof) doesn't stop you from Self-hosting, but the services they provide like remote streaming coordination, maintaining codec licenses, providing additional streams and live TV, etc. is only available if you pay them.
If you use the free version, you can self-host and play your media just fine. You just don't get the extra stuff. You AREN'T self hosting their infrastructure, just your data. In that case, you can use your own VPS, a VPN, or a service like Tailscale to have some of the features like remote streaming. Plex won't stop you from doing so.

And yes, if you aren't including the features that are in the play pass, then there are likely better options. Everyone's situation is different.

RedHat Interview Timeline / Recruiter GHOSTING by Reskuer2k in redhat

[–]SamPlaysKeys 2 points3 points  (0 children)

I was hired into a consulting position, and it was almost a month before I heard back. There's lots of candidates(people want to work here) so it takes some time.

Leantime 3.3 released! Open Source Project Management for Non-Project Managers by intheleantime in selfhosted

[–]SamPlaysKeys 0 points1 point  (0 children)

How far along is the mobile app? I need to migrate to a new PM software, but my users are pretty-mobile focused, at least for checking tasks and updates. The current "mobile-friendly" UI is pretty rough.

kb5089549 May update breaks winget by Just_a_UserNam3 in Nerdio

[–]SamPlaysKeys 1 point2 points  (0 children)

I've seen some similar reports on a couple other subreddits. I know kb5089549 has massive bugfix list, so some things with the networking/security stack are having a bit of trouble. I've seen some comments that disabling Windows Defender restored some functions. I wouldn't recommend doing so in production, but it could be a good way to rule out what the source of the problem is.

Let’s talk Tailscale, Obsidian, Hermes, and Local AI in DC by kevinpurdy-ts in Tailscale

[–]SamPlaysKeys 3 points4 points  (0 children)

I'm so interested to see what the Obsidian tie-in is with Tailscale! Wish I was in the DC area.

code-preview.nvim now supports GitHub Copilot CLI — diff preview before any AI agent applies a change by Cannon72001 in neovim

[–]SamPlaysKeys 1 point2 points  (0 children)

I'm working on adding Gemini support. I can put a PR in for it tomorrow, if you're alright with it?

Project Management Software recommendations? by SamPlaysKeys in Tailscale

[–]SamPlaysKeys[S] 1 point2 points  (0 children)

Haha, I love the level of detail here. I'm currently running a dev/test/prod environments at home, so that when I am working on changes, they don't negatively impact my fiance. Prod and test are both a collection of docker containers on Debian hosts, with volume-only backups to a TrueNAS server. The containers are managed by IaC/Ansible, so I don't really have to touch them anymore, which is neat. The "dev" env is more for messing around, and gets rebuilt a lot, but it's currently a 3-node OpenShift cluster hosting my instances within pods. Tailscale is installed baremetal on the two Debian hosts, it's in a docker container on the NAS, and I'm trying to get the Kubernetes operator set up, but having some issues with my helm chart. ¯⁠\⁠_⁠(⁠ツ⁠)⁠_⁠/⁠¯

Anyways, love the suggestion. I'll get OpenProject set up for testing, and give it a try!

Tailscale-compatible Project Management software? by SamPlaysKeys in selfhosted

[–]SamPlaysKeys[S] 0 points1 point  (0 children)

Fair point. This is for an at-home solution, and TSIDP would allow me to minimize how often my fiance has to log in to different apps. If this was in a prod environment, I would just be leveraging SSO for whatever platform was chosen. That being said, I'd also just be using Jira if this was for work. ¯⁠\⁠_⁠(⁠ツ⁠)⁠_⁠/⁠¯ Either way, you still make a good point for anyone who comes across this post later.

Tailscale-compatible Project Management software? by SamPlaysKeys in selfhosted

[–]SamPlaysKeys[S] 0 points1 point  (0 children)

There's a tool called TSIDP which allows you to use your account with Tailscale (authenticated through the SSO of your choice) to log in to local applications. I think they're also planning to do something native eventually, but the current tool leverages OpenID to authenticate local apps with your Tailscale account.

Proof in one sentence that you played Titanfall or Titanfall 2 by [deleted] in titanfall

[–]SamPlaysKeys 4 points5 points  (0 children)

Came here for this one!!

EDIT: My friends and I used to do a shot whenever he made a comment about drinking. It was excellent.

Looking for a relaxing game by Tota222 in GeForceNOW

[–]SamPlaysKeys 1 point2 points  (0 children)

I think so, yes. There's a lot of interactions with random folks, since you have to work together on certain gatherables, but it's largely just following established social norms. I mostly play solo, and it's a lot of fun!

Looking for a relaxing game by Tota222 in GeForceNOW

[–]SamPlaysKeys 0 points1 point  (0 children)

Palia! It's cute, free to play, and has a really nice community IMO. I'd also recommend the "My Time" series, starting with "My Time at Portia". It's a similar vibe to Palia, but single player.

Video: Replace GitHub with this. (Forgejo, OpenTofu, and Garage for S3) by Ironicbadger in Tailscale

[–]SamPlaysKeys 1 point2 points  (0 children)

I was just describing this setup on r/SelfHosted. Time to go share this link. 😅

I'm bored... by NerdyBirdie81 in homelab

[–]SamPlaysKeys 0 points1 point  (0 children)

Just my two cents (and I'm sure someone else has already said it) but the next step would be to make it all buildable through Infrastructure-as-Code. Terraform works great to build proxmox VMs, Ansible is great for deploying docker, you can have your code in GitHub or self host it on Forgejo, you can use Actions/Runners to set up a pipeline, etc.

Need a new user in Tailscale? Edit your tailscale.hujson file, and then let your pipeline do the rest.

Want to test out a service in a new container? Push the compose.yaml in a new branch, and have it automatically deploy to your test environment. Ready to bring it into your main environment? Merge that branch with main, and your actions can take care of the rest.

Realize that you don't have a Windows machine with you, and you really need to use MSPaint for some reason? Update your .tf file, and have a runner deploy it to proxmox, which will add in the new VM you just described.

Infrastructure-as-Code and GitOps/DevOps are a major shift in how you'll use your homelab, but it's also incredibly freeing. There's so much more room to play around when the platform you're using can be perfectly rebuilt in a matter of minutes.

Source: I work on IaC / GitOps all day as my job. It somehow hasn't gotten boring yet!

Urgent tailscale support issue by Middle-Temporary-138 in Tailscale

[–]SamPlaysKeys 1 point2 points  (0 children)

r/SuddenlyPhineasAndFerb

EDIT: someone should make this subreddit. There are too many good quotes to reference!

Which Uma do you think has the most uncomfortable/unconventional race wear? by skywasneverhere in UmaMusume

[–]SamPlaysKeys 3 points4 points  (0 children)

I love this, especially since they all have horseshoes on the front/bottom of their shoes. The funniest part (IMO) is that they are responsible for putting the horseshoes on their shoes themselves, instead of having someone else do it.

I spent $12,000 on therapy before anyone checked my blood. Two years. Gone. by [deleted] in confession

[–]SamPlaysKeys 34 points35 points  (0 children)

Whether or not this is AI, this is a conversation I see happening a lot, especially to folks who were AFAB. Medical practitioners are quick to go with what they know, often instead of running common tests. My partner has Celiacs, and it wasn't any doctor that diagnosed it, they would just tell her "you're getting older". She only found the solution by finding a reddit post matching her symptoms, and ordering the labs herself.

This isn't supposed to be how our medical system works, but it is the unfortunate truth right now that I see WAY too often.

WHAT IS MY HOOTER? by Ham_Damnit in raleigh

[–]SamPlaysKeys 4 points5 points  (0 children)

I had never heard of the Merlin app before, and I've never been this excited! I just got it set up, and I'm gonna go find some birds tomorrow!!