view the rest of the comments
Selfhosted
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:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.
-
AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
Sorry for the lack of clarification. I'm mainly into backing up personal and device data and the ability to add media through Plex. I'm also exploring the idea of self-hosting Bitwarden for password management, allowing access to data from anywhere through the internet. Although both Raspberry Pi and NAS are options, privacy concerns lead me to favour Raspberry Pi over NAS.
I think Pi will struggle with Plex. Maybe the latest version does it better, I'm not sure. Hit up a Pi forum or a Plex forum. I've seen it talked about.
There's also mini PCs, that have real graphics, but have idle power draw of maybe 10 watts. More than idle on some Pi's, but I believe RPi 4 idle is like 5 watts? 8 watts? I forget. Those mini PCs start around $100. They can run with a monitor or headless. You'll see them talked about in Plex and Jellyfin forums/communities.
For everything else, you're looking to do what I'm doing.
I just finished PiHole and Tailscale (mesh network, so all my mobile devices can now connect to home from anywhere with a transparent encrypted connection).
Bitwarden and Syncthing are next. And I'm looking to switch to dockers for this stuff.
Enabling SSH on RPi (basically you create an SSH file on the boot partition) https://pimylifeup.com/raspberry-pi-ssh/
Latest versions of RPi use nmcli command line for managing network interfaces, just an FYI.
Instructions for Tailscale on RPi https://tailscale.com/download/linux/rpi-bullseye FYI, requires a reboot after setup.
Syncthing on RPi https://pimylifeup.com/raspberry-pi-syncthing/
Here's instructions for a PiHole Docker (I haven't tried this, my PiHole I installed directly.) https://pimylifeup.com/pi-hole-docker/