this post was submitted on 15 Feb 2025
194 points (99.5% liked)

Selfhosted

46685 readers
990 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
 

It's Sunday somewhere already so why wait?

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.

I'll post my ongoing things later/tomorrow but I didn't want to forget the post again.

(page 5) 29 comments
sorted by: hot top controversial new old
[–] Appoxo@lemmy.dbzer0.com 4 points 3 months ago* (last edited 3 months ago)

Finally managed to set up tvheadend with rebreoadcasted IPTV from a private group with functioning and automated import into jellyfin.
Works very well (if the IP stream doesnt crash)

Edit: Spelling mistake.
Additional info: Took me 3 weekends to figure out how it all works together, finding out that firefox browser neither on desktop nor android can play live tv on jellyfin (even with transcode) and that EPG is a bitch to get right with obscure tv stations.
And webgrabplus has asinine documentation. Meaning: non existant. Go figure it out yourself what each parameter means, lol)

[–] possiblylinux127@lemmy.zip 62 points 3 months ago (2 children)
load more comments (2 replies)
[–] Semi_Hemi_Demigod@lemmy.world 15 points 3 months ago (6 children)

My job let me buy a bunch of Pis to set up a cluster for a demo so I’m having a lot of fun

load more comments (6 replies)
[–] IsoKiero@sopuli.xyz 5 points 3 months ago

I changed my proxmox server from zfs raid pool to software raid with mdadm. Saved me a ton of ram and cheap ssd's don't really like zfs, so it's a win win. And while messing around with drive setups I also changed the system around a bit. Previously it had only single ssd with LVM and 7x4TB drives with zfs but as I don't really need that much storage it's now running 3x1TB SSD + 4x4TB HDD, both with software raid5 so 2TB of fast(ish, they're still sata drives) storage and 12TB (or 10,6 in the real wold, TB vs TiB) of spinning rust storage.

Well enough for my needs and I finally have enough fast storage for my immich server to maintain all the photos and videos over 20+ years. Took "a while" to copy ~5TB over 1gig lan to other system and back, but it's now done and the copying didn't need babysitting in the first place, so not too big of a deal. Biggest unexpected issue was that my 3,5" hdd hotswap cradles didn't have option to mount 2,5" drives so I had to shut down the server and open the case to mount the drives.

And while doing that my piHole was down, so the whole network didn't have DNS server around. I'd need to either set up another pihole server or just set up some scripts to the router to change DNS offerings to dhcp clients while pihole is down and shorten the lease time to few minutes.

[–] potentiallynotfelix@lemmy.fish 9 points 3 months ago

I lost all my inpsiration after my last install. I've literally just got immich and a raid array. I want to add a few things:

  • Public facing website
  • Jellyfin
  • VPN server
  • Individuous
  • XMPP
[–] midnight@programming.dev 3 points 3 months ago

I'm iterating again on my lab setup and moving a few apps that I expose externally to their own VM so I can lock that sucker down even further. Right now I have a few different servers with podman/docker containers grouped by application type. e.g. critical apps: foregjo, nextcloud, vaultwarden. My arr stack. Media consumption. Knowledge & tracking apps, and general apps.

I eventually intend to throw the external apps into a DMZ VM but my network isn't setup to do that right now, so instead I'm getting them set up on their own host and will lock down the firewall to only allow it to communicate with my reverse proxy and nothing else.

It's been fun reworking my Ansible playbooks to do all my server provisioning (still need to figure out Terraform) along with running app installs and updates automatically at the press a button. Working with firewall rules via Ansible was a bit of a headache at first but now I'm in a really good spot.

I'm also testing out linkwarden and hoarder to finally replace what I lost with Omnivore a while ago.

[–] Tm12@lemmy.ca 3 points 3 months ago (1 children)

I had my VPS go down due to a PSU issue. Os there any legal recourse for getting my 0.14% of the monthly cost back?

load more comments (1 replies)
[–] harsh3466@lemmy.ml 3 points 3 months ago

Recently set up OliveTin on a pi zero w for some automation scripts I wan to be able to trigger from my mobile. I'm loving it.

[–] jeena@piefed.jeena.net 8 points 3 months ago

I. Build a PC for video editing because it was becoming impossible to do on the laptop. I realized that I can use the GPU also to run large language models myself.

So this week I've been setting up ollama and Open WebUI to be able to move some of my queries I ask ChatGPT and ask them on my computer, even if I'm away.

This way I don't need to send sensitive data to the USA and China. It works quite well but I only can use smaller models up to 14B because of the 12 GB VRAM my graphics card only has.

[–] walden@sub.wetshaving.social 21 points 3 months ago (2 children)

A couple of days ago, after testing it myself for a few months to make sure I understood how everything works, I made the switch to NextCloud Calendar, and will no longer use Google Calendar.

This is the best part though... I somehow convinced my wife to do the same. She let me install the NextCloud app(optional for Calendar stuff but makes the setup easier) and DAVx^5^ on her phone (both from F-Droid, so DAVx^5^ was free). I exported and imported her calendar, and made sure the notifications were set up to her preferred default.

It's multiple days later, and she hasn't complained!

I've also moved all of my contacts over to NextCloud, but have yet to coerce my spouse to do the same.

[–] jeena@piefed.jeena.net 8 points 3 months ago

This sounds good, the partner acceptance factor is always one of the biggest struggles. Technology is easy :D

[–] non_burglar@lemmy.world 3 points 3 months ago* (last edited 3 months ago) (2 children)

Which calendar client did you use?

I thought the switch to nextcloud calendar was going to be simple, but davx is ... Not a clean-cut app.

  • Did you find a way to sync from device to NC?
  • Were you able to merge Google's dumb export of 3 calendars?
[–] midnight@programming.dev 11 points 3 months ago

I've been using Fossify Calendar for a while now and it's been pretty great. I moved to it after the whole Simple apps getting sold drama when it happened.

[–] walden@sub.wetshaving.social 2 points 3 months ago (1 children)

In a web browser I use the NextCloud one. It's functionally very similar to Google and I like it a lot.

For our Android phones, my wife uses the Google Calendar app, and I like Business Calendar Pro.

Both apps you just have to go into the settings once DAVx^5^ has done the initial sync and uncheck all of the Google calendars so they aren't shown, and check the boxes next to the new Calendars.

Exporting and Importing I could only really easily do via the web browser for both.

[–] non_burglar@lemmy.world 2 points 3 months ago (2 children)

Sorry to pester you, but I'm confused: my google calendar app does not allow removing the original google calendar. How were you able to do so?

And both of your installs can sync from device to NC? I have not been able to get around this... Only one-way sync from NC to davx to 3rd party android calendar.

load more comments (2 replies)
[–] HelloRoot@lemy.lol 4 points 3 months ago (1 children)

My 8GB soquartz CM4 has a broken memory chip and I can't return it, so I am contemplating whether I should throw it in the oven and hope for the best or whether somebody wants to buy a half broken one unbaked ...

load more comments (1 replies)
[–] mesamunefire@lemmy.world 6 points 3 months ago (2 children)

I'm starting to see mastodon users on my tiny pixelfed server. It's such a good feeling.

On the sad side, my Lemmy update went south and I had to remove it off my setup. Still looking for a good replacement for max two users. Something dirt simple like GoToSocial turned out to be.

[–] jeena@piefed.jeena.net 3 points 3 months ago (3 children)

I had a similar problem with Lemmy, UT's not optimized for small instances.

I went with PieFed und am very happy with it.

load more comments (3 replies)
[–] ocean@lemmy.selfhostcat.com 1 points 3 months ago (1 children)
[–] mesamunefire@lemmy.world 3 points 3 months ago (1 children)

I tried getting it setup but it didn't want to work on my system. The docker container didn't work with some errors and the docs seem like they need a bit of work. I love piefed, but if it takes more than a weekend to setup then I personally don't have enough time.

Great software though.

[–] ocean@lemmy.selfhostcat.com 2 points 3 months ago (1 children)

I got it to work then moved it to another server and couldn’t. So I get that.

If I can figure out how I setup lemmy would you want to know?

load more comments (1 replies)
[–] Shimitar@downonthestreet.eu 3 points 3 months ago

Working on testing stalwart... And will need to organize and document properly my various nft rules and routing tables, because its slightly getting out of hand...

[–] slazer2au@lemmy.world 11 points 3 months ago (1 children)

Slowly building up my self hosted test env in a VM on my gaming PC.

Most recently playing with homepage so I don't have to remember as many sub domains.

Eventually I will get the *arr stack going so my jellyseerr instance is more automated.

load more comments (1 replies)
[–] empireOfLove2@lemmy.dbzer0.com 6 points 3 months ago

I'm currently half way thru building a ZFS array using (5) 8tb Ironwolf Pro drives. I'm modelling and 3d printing a custom drive cage with brackets to hold them all inside the shitty Dell tower case I have dedicated to it. Hoping I can get it done sometime Sunday, I'm on V2 of the drive cage print and it takes like 8 hours to do lol.

[–] verstra@programming.dev 37 points 3 months ago (5 children)

OpenWRT on a new router. The wifi works better, ethernet works up to 980Mbit/s and I don't have all my traffic routed trough a Huawei device.

And it allows you to configure everything.

[–] kat@orbi.camp 12 points 3 months ago (2 children)

Running opnsense here and just plain having my own firewall is the coolest thing.

load more comments (2 replies)
[–] verstra@programming.dev 8 points 3 months ago

I'd score openwrt as a perfect 5/7

load more comments (3 replies)
[–] N0x0n@lemmy.ml 13 points 3 months ago* (last edited 3 months ago) (1 children)

Helle there ! It's still Saturday here :p !

I recently setup weechat (IRC) and learned about bouncers. From what I understand it's similar to a proxy but with backlogging IRC conversation. I'm still new to it and have a lot a new things to learn.

I'm thinking to self-host my personal bouncer on some cheap VPS.

Other than that was busy with encoding with av1an and encode my bluray library to AV1 codec :).

I also recently self-hosted metube (yt-dlp web frontend) to download some music from RiMusic. Still need to work on a shortcut with HTTPS shortcut on Android !

[–] jeena@piefed.jeena.net 1 points 3 months ago (2 children)

I thought WeeChat is the Chinese everything app?

load more comments (2 replies)
load more comments