this post was submitted on 19 Jun 2023
42 points (100.0% liked)

Selfhosted

39575 readers
380 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 1 year ago
MODERATORS
 

Hey! I'm trying to get into self hosting and was wondering what would be possible with a single Pi, at least until I can get more capable hardware.

The servies I'm interested in would be things like a pihole, music server, photos server, a few personal fediverse instances (mainly owncast), a small Matrix homeserver for my friends, etc, etc. Media server but that's obviously way into the future I think.

While I don't intend or think I can run all of this on one Pi, I just want to know how much is possible. I'm really thankful for any feedback I may get. My apologies for the noobness if I'm completely wrong about all of this.

One last thing, any recommendations on any other services I should try out as a beginner?

Edit: In hindsight, I really do I wish I asked about the ability of sharing these services with people and how that would affect the load and performance. One of my biggest goals is to have this used by family and close friends.

top 45 comments
sorted by: hot top controversial new old
[–] markstos 5 points 1 year ago (1 children)

Each project may publish minimum specs. Find what you and add them up. Fediverse instances can require several services and are the most complex thing on your list.

[–] shinnoodles 3 points 1 year ago (2 children)

Thank you! The only thing I'd want to host is Owncast upon reflection, which I probably won't be doing until I have a better setup than I do now.

[–] markstos 6 points 1 year ago

If they don’t publish minimum specs, you can try running the services in a virtual machine on your laptop to see how much memory they use.

[–] [email protected] 4 points 1 year ago* (last edited 1 year ago) (2 children)

Owncast is very bandwidth heavy. If your net connection doesn't have a high upload speed you are going to have problems with it.

[–] [email protected] 1 points 1 year ago (1 children)

How is it bandwidth heavy? Can't the streamer dictate the bitrate?

[–] [email protected] 1 points 1 year ago

Sure, but you need to send to every viewer. It's not like with Twitch where you send once to their servers and they distribute it to the viewers.

[–] [email protected] 4 points 1 year ago

Fair bit (on a nanopi m4, pi has better ram and ends up being faster than the m4). I ran a matrix server (and a bunch of bridges) and syncthing on it with 4 drives. It wasn't fast. But it worked. You could consider horizontal scaling for these services by adding more Pis. You can simplify (resource wise) the Pihole by setting up dnsmasq and have the servers it look up be ones that follow the adblock lists you want.

[–] clavismil 4 points 1 year ago

I started my selfhosted journey with my RPi4 4G and a 4TB external HDD, currently I'am running: jellyfin, *arr stack and syncthing for obsidian. It works great for direct playing media. Also got to learn a lot creating a NFS/samba server, python, docker/podman.

it will get you started if it does not run very well try another thing, have fun!

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago)

On my most active Pi 4B I run docker with: Bazarr Doplarr Foundry VTT Jacket Overseer Plex Portainer Radarr Sonarr Syncthing Transmission through VPN

You can do a lot with these little things

Edit: missed an r

[–] [email protected] 3 points 1 year ago (2 children)
[–] [email protected] 1 points 1 year ago (2 children)

How do you ensure that your data (files, photos) is backed up when using Nextcloud? I'm very paranoid having all my files lost due to a drive failing.

[–] [email protected] 1 points 1 year ago (1 children)

With YunoHost you have built-in backup system, works pretty well.

[–] [email protected] 1 points 1 year ago (1 children)

But where do you store that backup? Is it on your own drives or do you use some cloud storage medium?

[–] [email protected] 1 points 1 year ago
[–] [email protected] 1 points 1 year ago (1 children)

Restic/Kopia/Borg are popular backup tools, set up a backup to another local drive, and also to online storage somewhere such as Wasabi S3, or Backblaze B2.

[–] [email protected] 1 points 1 year ago (1 children)

So can I just use a RPi that's connected to 1-2 external HDDs/SSDs and use them as backup drives? Would I have to run them in a RAID configuration or something?

[–] [email protected] 2 points 1 year ago

Yep, you don't need to use RAID unless you want to.

[–] [email protected] 2 points 1 year ago (1 children)

The pi would be fine for a lightweight music server (ex. gonic), maybe a lightweight photo app and pihole.

Fedi software generally requires a decent machine, so it's probably better to use something else; same for matrix.

[–] Maczimus 2 points 1 year ago

I run diet pi on all my raspberry pis, it's slimmed down and logs to RAM. it also can install lots of different software it of the box.

[–] [email protected] 2 points 1 year ago

I have pi4 4gig. Openmediavault which has SMB shares, then music shares DAAP, DLNA. Then docker, homeassistant, cup print server, trillium notes and kanboard. Review how much you will be using at once, because mine uses only about 1 gig of RAM to handle that load. But you matrix amd other social media servers may have have higher requirements.

[–] Im1Random 2 points 1 year ago

I can tell from experience that 10-20 docker containers are absolutely no problem.

[–] [email protected] 2 points 1 year ago

Consider some of the Pi alternatives that have a bit more horsepower. I've been out of the loop for a bit, but I had a lot of success with NanoPi Neo's and the Rock64. The Neos are so cheap that I ended up getting 8 of them and deploying my services across them with docker swarm.

Plex and jellyfin ran just fine on the Rock64 I used, but it started to struggle when my library got big. These devices can only really handle one transcode at a time too, that is if you can get HW acceleration to work.

Nextcloud was slow, but also ran good enough. Pydio is a good alternative for general storage and is much faster than nextcloud if you don't need all the groupware stuff.

Never tried Fediverse apps on them but they will take up a lot of space and memory, the Pi's might not be able to keep up.

Checkout the awesome-selfhosted list for some links on all the software you can try. Most will have docker containers to make setup and testing easy.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (2 children)

Pihole it of course can do. I wouldn't especially recommend doing much of anything else with the pi you use for your DNS. Reason being that you don't want your internet to start lagging because the pi is being overloaded by something else. I know if I disconnect my pihole the impact on internet speed is significant.

Servings up files should be fine (but check USB and ethernet speed), I wouldn't use a pi as my goto for streaming media though (that said I haven't tried it). I'd be skeptical about federated services as the amount of traffic and therefore processing can increase a lot once you connect to more instances so you could find it works fine for the first days but then gets more and more overloaded. Turn off federation and it would run fine but then what's the point? But I've only tried hosting lemmy, I don't know how others compare.

[–] clif 1 points 1 year ago

For sure. My old pi v2 became a PiHole when I moved on to later versions and it's just been quietly doing it's thing for ... I don't know, 6 years now?

[–] shinnoodles 0 points 1 year ago

Would it be better to get a Pi Zero for Pi Hole instead if that's the case? Thanks a ton for the info!

[–] [email protected] 2 points 1 year ago

Intuitively, I think that the most difficult thing to host may be the owncast. Video is a pretty taxing. One nice thing is that Raspberry Pi 4s have video codec support built-in which may help.

For Matrix, I recommend looking at Matrix Conduit, it's great for low power systems. I've got it running with like 3 other services on an Intel Atom D2550 which according to my quick search is about half as fast as a Pi 4.

I'd definitely recommend looking at nextcloud, it is great for a variety of tasks including music and photos.

[–] [email protected] 1 points 1 year ago

Honestly, you can host quite a bit of stuff on a pi-4. Just- stay away from anything media based (don't run plex on it...).

The servies I’m interested in would be things like a pihole, music server, photos server, a few personal fediverse instances (mainly owncast), a small Matrix homeserver for my friends, etc, etc. Media server but that’s obviously way into the future I think.

All of that simultaneously, WITH external users though, prob isn't going to work well.

Also, assuming you don't already have a pi- instead of spending 80-100$ on a pi-4, spend 80-100$ on a used optiplex on ebay. Much more powerful. (and you CAN run plex on those)

[–] [email protected] 1 points 1 year ago

The Matrix server and multimedia stuff seems fine (I'd recommend finding one software that can manage as much of that as possible, like PLEX or Jellyfin), but with a Fediverse instance, IDK, if it gets enough traffic that could drag down your device.

[–] [email protected] 1 points 1 year ago (1 children)

My main hesitation on running anything mission critical is the reliability of sd cards.

They are pretty great for anything that can be easily replaced imo. Thinking octopi, pihole, pivpn f.ex.

[–] jws_shadotak 1 points 1 year ago

I always recommend getting a small NVMe SSD and a reader for like $50-60 and booting off that. You'll almost never see a failure.

Also disable logging to the SD card to reduce r/w.

[–] [email protected] 1 points 1 year ago (1 children)

I started with a pi 4 and it worked really well!

[–] shinnoodles 0 points 1 year ago

Thanks, but I decided to go for a 1 liter PC with a 9th gen i7 instead. I can't believe this post is 4 months old lol.

[–] [email protected] 0 points 1 year ago (1 children)

One of these will cost you about $50 - $70. Load it up with 32GB of ram and you're running something more powerful and cheaper than a Pi.

That's my set up and have over 20 containers running.

[–] Sqwrly 4 points 1 year ago* (last edited 1 year ago) (1 children)

Did you intend for there to be a link to something? I don't see what you're talking about using.

[–] TRBoom 2 points 1 year ago

Not him, but I bet he's talking about a dell optiplex. You can get them for cheap right now.

load more comments
view more: next ›