146

Almost forgot before going to bed but I feel bi-weekly is a good rhythm for this.

Let us know what you set up lately, what kind of problems you currently think about or are running into, what new device you added to your homelab or what interesting service or article you found.

(page 2) 43 comments
sorted by: hot top controversial new old
[-] node815@lemmy.world 5 points 3 days ago

Pushed Wireguard back onto my network. I've been a Tailscale user for a couple of years, but never really saw the need for it for me as I'm the only user of the service. :)

I will freely admit though, there's nothing wrong with the service and honestly is great if you are behind a CGNAT router or don't want to use Cloudflare for your tunneling.

[-] VitabytesDev@feddit.nl 3 points 3 days ago

After having upgraded my Pi-Hole to v6, for some reason yesterday it started to not recognize any of the blocklists. So, I resetted it and now it works.

I'm setting up Seafile and trying to swap everything from docker to podman. The longer term goal is that once everything is on podman, I'll get a new NVME drive and install MicroOS so I can retire my old SATA SSD (I've had it for 10 years or so, across 3 PCs).

I'm also considering setting up Forgejo and getting a worker to build my Rust projects.

[-] papertowels@mander.xyz 4 points 3 days ago

I finally got link warden up and running, but I'm chasing down some failures on a few websites.

Also realized that me biting the bullet for unlimited bandwidth (screw you Comcast!) means I can run archive team warrior, so that's been going.

[-] Xanza@lemm.ee 1 points 3 days ago

IMO linkwarden was a real PITA. I've been trying linkding and it's been really great so far. I've had no issues like I had with linkwarden.

[-] tofuwabohu@slrpnk.net 4 points 3 days ago

Personally I'm mostly involved with my homelab migration so there's not too much on the selfhosting page except os updates. I set up meshmini earlier to access my thin clients via vPro/AMT but I need to configure the clients before being able to actually using meshmini. Once I'm done with that I'll finally be able to set up Lemmy and Pine pods.

My selfhosted stuff currently works fine without me doing much which feels good and lets me focus on hardware stuff currently.

[-] ItTakesTwo@feddit.org 2 points 3 days ago

I'm in the process of doing an initial restic sync of my primary storage to B2 as offsite backup and while I'm at it finally got around having a look at resticprofiles to simplify my restic backups on all my systems. Highly recommend it as it reduced my mental overhead of doing regular backups quite a bit!

[-] Burn1ngBull3t@lemmy.world 3 points 3 days ago

Many issues this week:

  • Broke external-dns on my kube cluster because I updated my Pihole to v6
  • Thinking of a way to expose a game server externally (usually used CF tunnels for specific services, but couldn’t get it to work cause it’s TCP/UDP and not HTTP traffic)

But at least i got my Velero backups working on an private S3

[-] eutampieri@feddit.it 2 points 3 days ago* (last edited 3 days ago)

For no 2, in k8s, you can use MetalLB. Then the service will be of type LoadBalancer and you won’t have to create an ingress.

[-] Burn1ngBull3t@lemmy.world 1 points 3 days ago

Good suggestion actually, i’ll head back to MetalLB docs. Thanks !

[-] eutampieri@feddit.it 1 points 3 days ago

You’re welcome!

[-] slowmotionrunner@lemmy.sdf.org 3 points 3 days ago* (last edited 3 days ago)

I like iOS shortcuts. This week, I created an iOS shortcut to scan my Plex library. Now this may seem weird since there is an option to scan a library from the official Plex iOS app and there are also options to scan the library automatically or periodically. For various reasons (excuses), I didn't like that the official app only lets you scan one library at a time and I have automatic/periodic scans turned off to avoid network drive access, so I created the shortcut to scan from my phone any time I felt like I wanted to trigger it.

  1. Create a new iOS shortcut
  2. Add the "Get contents of URL" action
  3. Get your X-Plex-Token (see instructions on official website)
  4. Set the URL in your action to: https://{ip_address}:{port}/library/sections/all/refresh?X-Plex-Token={plex_token}
[-] thelittleblackbird@lemmy.world 1 points 3 days ago

Dealing with a Ds-lite connection for a fiber optic provider in latest opnsense.

It is excruciating how difficult is to run it reliable

[-] anomaly@sh.itjust.works 3 points 3 days ago

Got Prometheus and Grafana setup with https on my Talos Linux cluster. Tried to use cert-manager with a DNS01 Challenge with Let's Encrypt but was using a local TLD and found out it won't issue it. So I had to switch to a local issuer. Was using metallb to gain a routable ip, I used the nginx-ingress controller for Prometheus and Grafana. Next time I can tinker I'll place the rest of my services behind it.

[-] tofuwabohu@slrpnk.net 2 points 3 days ago

I hadn't heard of Talos Linux, sounds cool! We are using haproxy as ingress controller with stepca for local certificates at work.

[-] poVoq@slrpnk.net 3 points 3 days ago

Experimented with selfhosting a Woodpecker CI as a complement to my Forgejo.

Works quite nicely, I just need to set up a native ARM64 agent as the overhead of cross compilation on x86_64 is quite big.

[-] beerclue@lemmy.world 2 points 3 days ago

Why not just use forgejo's actions and runner?

[-] poVoq@slrpnk.net 1 points 3 days ago

Woodpecker is more mature and I can control access better since I am not the only one using my Forgejo. But I think at some point the built in ones might reach feature parity.

[-] Xanza@lemm.ee 1 points 3 days ago

Experimented with selfhosting a Woodpecker CI as a complement to my Forgejo.

If you need CI, check out OneDev. It's a git solution that comes with an integrated CI solution.

[-] Bishma@discuss.tchncs.de 2 points 3 days ago

I spent half a dozen hours this weekend trying to get Proxmox running on a 2nd hand laptop, but I can't get it to run without sounding like a jet engine. The machine did fine when I ran Mint and used it as a laptop - but even after blacklisting the dGPU and forcing all the CPU cores to powersaving, I'm still making heat like crazy.

Plan B is to put Mint back on it and install podman and see if fan noise is a problem then. But I'd rather have podman running in an unprivileged LXC.

[-] tofuwabohu@slrpnk.net 2 points 3 days ago

Did you check Mint recently? If it's been a while, it could also be dust buildup at the fan.

[-] Bishma@discuss.tchncs.de 2 points 3 days ago

Its only been a few weeks, but I should give it a good blowout regardless.

[-] ryan_@lemmy.world 2 points 3 days ago

Hmmm you might be able to first install Debian 12 and make sure the fan control works properly, then just install the proxmox application inside of that

https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_12_Bookworm

[-] Bishma@discuss.tchncs.de 1 points 3 days ago* (last edited 3 days ago)

Good call. That's plan b now.

Thanks!

[-] tofuwabohu@slrpnk.net 2 points 3 days ago

I would run Debian from a stick and install Proxmox with the installer and not on top of Debian unless you have to. While the latter works, I found some settings around network interfaces to differ between the installation methods which caused me problems here and there.

load more comments
view more: ‹ prev next ›
this post was submitted on 02 Mar 2025
146 points (100.0% liked)

Selfhosted

43307 readers
302 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS