Welcome to Incremental Social! Learn more about this project here!
Check out lemmyverse to find more communities to join from here!

Self-hosting

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

randomaside , in AOOSTAR R7 Review: An affordable 2-bay DIY NAS
@randomaside@lemmy.dbzer0.com avatar

Thank you for this. I've been honestly considering building one of these for a while now. I think it's listed as TopTon on AliExpress.

lemmyreader , in FreedomBox is amazing!

Cool.

ekky , in FreedomBox is amazing!

Haven't tried it, but it does look interesting and worth checking out.

I have been playing around with dietpi lately, and while it feels weird to relinquish control, it does make a lot of things much more easier and faster to setup and maintain. Or at least until you need more specific setups. :P

jag OP ,

I haven't used it that long but it seems like I do have the control if I want to! Like for example I configured rspamd to obfuscate IP addresses in the logs (other people use this server so I don't want to see the subjects of their emails), and I also installed plugins for Roundcube as well to enable sieve filtering. I'm inexperienced though perhaps you're referring to something else when it comes to control?

RobotToaster , in FreedomBox is amazing!
@RobotToaster@mander.xyz avatar

How does it compare to yunohost?

jag OP ,

Haven't tried yunohost unfortunately I think I chose FreedomBox because it was built-in with Debian. Do you use yunohost yourself?

territorial , in “Clearly predatory”: Western Digital sparks panic, anger for age-shaming HDDs

pretty sure I've got a couple of drives powered on for well over a decade without issues

MNByChoice , (edited ) in High-speed 10Gbps full-mesh network based on USB4

Seems a decent write-up. It is 3 nodes, and appears to use only two USB cables, which is not a mesh network but a very small fat tree.

Edit: parts list is a bit down the page and they do have 3 cables. Mesh achieved!

hamtron5000 OP , in what do y'all actually host?
@hamtron5000@slrpnk.net avatar

just wanted to update that i've added PiHole and Unbound DNS to my running stuff. thinking about doing a Wireguard VPN now... but that's a 2024 project now.

good night and happy new year!

xoggy , in what do y'all actually host?
@xoggy@programming.dev avatar
  • portable development environment with tmux + neovim + whatever toolchain I'm working in
  • various projects I'm developing such as bots or web tools that need uptime or I just don't want to tie down to my local machine

  • BOINC
  • immich
  • minidlna
  • nginx reverse proxy with various personal websites behind it
  • rsync backup jobs on systemd timers
  • rtorrent
  • veilid node
  • wechat
LilNaib , in what do y'all actually host?

DNS, web, mail, WireGuard, etc. I wrote the webserver in about 700 lines of Go and the other software is by other people. Currently I'm rewriting everything in Rust and will write an authoritative DNS server in Rust. Eventually I want all my services to run on my own software (except for WireGuard, which is best in-kernel).

My first professional mailserver was around 1996, with 400 users, up to over 3000 users by 2001. It was awesome then but now mail is the last thing I'd recommend anyone self-host. The ecosystem has been deteriorating for decades at this point.

DuffmanOfTheCosmos ,

I used to work for a major shared environment web hosting company that also hosted mail for its customers and the mail was the absolute worst. Both in terms of day to day support of users wanting to connect mail clients and in the bigger scope of keeping our mail gateways in good reputation on global blacklists. All it took was a couple bad actors to ruin mail reputation from an entire cluster of servers, and in shared hosting you're bound to have well more than a few bad actors.

We had methods in place to try to keep it in check, but it was like herding cats. I left that company several years ago but even then they had been trying to ramp down and discourage mail hosting by offering Google Apps, not sure if they still host mail or not.

msage , in what do y'all actually host?

I actually use a real owned server, and host all kinds of my own stuff, along with

Matrix (synapse + element web)

Nextcloud

Etherpad lite

Gitea (have yet to switch to Forgejo)

And gaming servers. AssaultCube was very successful, as it has incredibly low pings, it was full multiple times, and it was incredible fun.

harsh3466 ,

Could you point me to the documentation you used to get etherpad lite going? I’ve had a hell of a time getting etherpad running and usable on my server.

msage ,

https://github.com/ether/etherpad-lite#manual-install

I just do the straight up git clone && run.sh inside a systemd unit.

harsh3466 ,

Thank you!

klaus_the_fish , in what do y'all actually host?
  • Openhab (smarthome controller)
  • Zigbee2mqtt (converts zigbee devices to talk mqtt)
  • Mosquitto (Mqtt server)
  • frigate
  • Jellyfin
  • Jellyseerr
  • Radarr, sonarr, lidarr, bazarr, prowlarr
  • transmission + a VPN tunnel
  • Uptime Kuma
  • Prometheus, Telegraf
  • Grafana
  • Influxdb, chronograf
  • Three PiHole instances, synced with Orbital Sync
  • Unifi Controller

And some small services to pipe metrics into Grafana dashboards for apps that don't have native support for metrics. Most of this is managed through Docker with a Traefik reverse proxy with letsencrypt certs for https.

My most useful so far has to be openhab. I'm barely using it to it's full potential but it's so freeing to be able to buy (nearly) any smart device and know I can integrate it with the rest of my system. It also allows me to block Internet access to most of my smart devices completely for added privacy.

Second most useful is probably the Jellyfin/*arr stack to manage and view my collection. Soon I'm planning on adding either Calibre or something similar for books to sort my ebooks and old digital textbooks.

And once you have two or three services, monitoring obviously helps. I honestly wish I had set it up earlier, in particular Uptime Kuma for general uptime tracking. It would have saved me so much time pinging all my services to try to diagnose issues.

toaster ,
@toaster@slrpnk.net avatar

Saving! Lots of great homelab ideas in here.

ultra , in what do y'all actually host?

Vaultwarden, forgejo and nextcloud. I tried matrix and email, but couldn't get them to work, comrade.

oranki , in what do y'all actually host?

Nextcloud, Synapse + bridges, Adguard Home, Uptime Kuma, Home Assistant. Thinking about spinning up Gitea, Forgejo or Gitlab again.

jelloeater85 ,
@jelloeater85@lemmy.world avatar

GitLab is really nice, just needs like 6-8gb of ram, vs 1 for GitTea. Are you working with other folks, or is it just for personal stuff? I run a small GitTea server myself for super private stuff. The rest I just put on GH.

oranki ,

At this stage I'll probably just mirror my stuff from GH. I have a feeling they'll be doing something stupid soon, forcing people to look for alternatives.

Would be nice to collaborate with others, but getting started is hard when you don't have enough free time.

It seems Gitea has basic CI + package registries now, that will be plenty for my needs.

jelloeater85 ,
@jelloeater85@lemmy.world avatar

Yeah, their runners are GH Actions compatible, which is great. I think GH is too smart these days to mess with devs.
MS has too much skin in the cloud and OSS game these days to pull shit like they did in the 90s. Do wish they didn't bork Windows 11 so bad, made me switch to Ubuntu. They don't really care about desktop anymore TBH. Very happy Steam works great on Linux.

MiddledAgedGuy , in what do y'all actually host?

NixOS on an AMD mini itx board.

  • NGINX for reverse proxy
  • Jellyfin
  • Syncthing node
  • Homeassistant OS on a VM (QEMU/KVM)

OpenWRT on a Raspberry Pi4

cirku17 , in what do y'all actually host?
@cirku17@puntarella.party avatar

@hamtron5000 For personal use:

  • TrueNAS with some shares
  • Plex
  • jDownloader + Transmission
  • IPFS node
  • Jitsi meet
sabreW4K3 ,
@sabreW4K3@lemmy.tf avatar

I wish they would update jDownloader

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • incremental_games
  • meta
  • selfhosting@slrpnk.net
  • All magazines