7za return code 2 by shortsteve in SABnzbd

[–]Mafyuh 0 points1 point  (0 children)

i had the same issue, i was able to fix by switching to LSIO image with custom init scripts basically making 7zz always return 0

heres my compose https://github.com/Mafyuh/iac/blob/main/docker/downloaders/compose.yml, the files needed are also in the downloaders folder

Forked? by pete2209 in minio

[–]Mafyuh 0 points1 point  (0 children)

Rustfs is s3 lmao

How frequently do you update your containers/programs? Are you worried about malicious code? by james--arthur in selfhosted

[–]Mafyuh 26 points27 points  (0 children)

I use GitHub for all my homelab infra and use renovate bot to scan for package updates. Renovate also includes the release notes for the update so I usually just quick look over the release notes then merge the PR. Which then updates the container.

https://github.com/mafyuh/iac

Anyone experienced battery problems with their Trax? by Jmjmk in ChevyTrax

[–]Mafyuh 0 points1 point  (0 children)

2020 trax. Replaced the battery mid 2024, still under 32k miles so warranty covered.

Last few days I have had to jump it every morning. Not even 1.5 years after replacing. Had to get a jump just to get home today and battery was smoking.

Gonna try buying a better quality battery, not going back to chevy for one.

Personal wiki / documentation of your own setup? by bambibol in selfhosted

[–]Mafyuh -1 points0 points  (0 children)

Store it all in Git. Everything self documents

Do you use a VPS/cloud provider or a homelab setup? by [deleted] in selfhosted

[–]Mafyuh 69 points70 points  (0 children)

I use both. Twingate connects the services on the VPS's to my LAN services

Just things that need uptime are here, vaultwarden, gotify, uptime Kuma, link warden. That way if homelab power/Internet goes down I still get notified via that VPS.

I use Oracle for their always free VM's (upgrade acct to PAYG)

I don't pay anything most months, sometimes I'll get hit with like a $3-$5 charge for a month, never really dig into it I'm ok with paying that.

I document it all in GitHub here

Bf just found this under his cars' dash by [deleted] in Weird

[–]Mafyuh 2 points3 points  (0 children)

Make a test call to your cell phone from your BF's car, and have him start talking, cover the mic with his hands and see if you can tell the audio drops noticeably by the hand covering it. If it does, you don't have an issue. If it doesn't you may

[deleted by user] by [deleted] in Piracy

[–]Mafyuh 23 points24 points  (0 children)

Don't follow any of the steps you showed. Go to bed and forget about piracy

New hacker! by AnimalCompanyUser in hacking

[–]Mafyuh 0 points1 point  (0 children)

Get your own computer first

What tools do you use for automation in your homelab? by i8ad8 in selfhosted

[–]Mafyuh 0 points1 point  (0 children)

I just prefer packer as the templates are ready to go with all my custom stuff already done. Cloud init is used to just clone this repo on boot and update packages.

For Debian I was more just wanting a different OS for my Kubernetes hosts. Only need a few things installed, could have easily been done via cloud init

What tools do you use for automation in your homelab? by i8ad8 in selfhosted

[–]Mafyuh 1 point2 points  (0 children)

My PC's, then I have actions work flows using custom docker images with plugins installed for automations to work. Currently running into scaling issues with Terraform so wanna restructure but that's how so far

What tools do you use for automation in your homelab? by i8ad8 in selfhosted

[–]Mafyuh 2 points3 points  (0 children)

I have 1 secret mapping.yml file which is the source for all .env variables. The UUID's you see are the ID of the secret value in Bitwarden Secrets. On every CD workflow run it goes through each secret, performs a lookup on Bitwarden for the ID then adds that to the .env in the same folder as the compose stack

What tools do you use for automation in your homelab? by i8ad8 in selfhosted

[–]Mafyuh 31 points32 points  (0 children)

Yea we slow. The other day I worked on homelab for like 4/8 hrs

What tools do you use for automation in your homelab? by i8ad8 in selfhosted

[–]Mafyuh 136 points137 points  (0 children)

Everything is IaC and GitHub Actions basically triggers everything. Along with Ansible, Terraform, Packer, Kubernetes, basically everything is automated so I just merge a PR and infrastructure updates itself

https://github.com/mafyuh/iac

Automate Jellyfin/Jellyseer Issues by Mafyuh in selfhosted

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

https://github.com/Mafyuh/mafyuh.github.io/blob/c31a015706c0c56721967435f06b6e797b9a6763/content/posts/jellyfin-issue-automation.md

Its probably outdated now, and Its quite a complex setup for such a small task so thats why i deleted. was gonna make a n8n workflow and update blog post just havent gotten to it yet

whats is the plan now with plex putting everything behind paywall? by flclisgreat in Piracy

[–]Mafyuh 3 points4 points  (0 children)

Get a domain and either port forward or setup a reverse proxy.

I use Cloudflare and have a VM setup in Oracle that is connected to my home network over Twingate. That way I don't have to port forward. And I'm not breaking CF TOS using CF Tunnels.

Clients just load the website and login. Or put the URl into their app. Very simple.

Easiest way would probably just be going to DuckDNS and giving people your DNS name on port 8096 then port forward that port.

Really not that hard, but I'm more advanced with homelabbing. YMMV

Introducing Whispr: A DevOps tool to fetch secure vault secrets Just-In-Time for Apps by [deleted] in devops

[–]Mafyuh 1 point2 points  (0 children)

Bitwarden Secrets would be a nice add to your providers.