this post was submitted on 16 Oct 2023
11 points (100.0% liked)

Self-Hosted Main

502 readers
1 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.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

Almost 10 years ago I purchased a Synology NAS for local storage and backups. I was really happy with the ease of use and their support is top notch. I got it set up and didn’t think much about it. Fast forward and a deal on a used server comes around and all the sudden I have a lot to learn. Proxmox, TrueNas, Nginx Proxy Manager… a whole new world I had somehow never even thought about. The concept of virtual machines blew my mind. Spin up a machine, mess it up, tear it down, repeat. Kids wanted to host a Minecraft server. No problem, pterodactyl. But wait, pterodactyl wants to be installed in a machine that doesn’t have any other software installed. No problem, I got one of those! This is magic and I’m loving it. I mostly lurk around here but thanks to everyone who posts because this place is a great source of knowledge and sarcasm and I appreciate both!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 11 months ago (11 children)

Welcome! I'm glad you've found this. If you haven't given containers a try yet, that will be the next thing that will blow your mind. But all in due time

[–] [email protected] 3 points 11 months ago (10 children)

Been working into docker. Running nginx proxy manager, paperless-ngx, WireGuard, adguard, bitwarden, Jellyfin, and a couple others right now. Some run in a container on the NAS, a couple on a pi, and the rest on the server. Much more to learn…

[–] [email protected] 2 points 11 months ago (2 children)

Let’s say you do like me and configure multiple LXCs and VMs in Proxmox to keep your services segregated, and you want to run Docker services on all of them… Portainer (plus Portainer Agent on all the different hosts) lets you manage deployment across everything from one central UI. That plus Watchtower on all your hosts to keep all your containers fresh and up to date, and Pushover to send you push notifications as updates are happening… it’s pure magic.

[–] [email protected] 2 points 11 months ago (3 children)

Just a side question, what are pros of having docker around on various hosts compared with having one dedicated docker host?

[–] [email protected] 2 points 11 months ago

I've sentry, drone, gitea, grafana for loggingmetrics, on one lxc... so i can migrate and backup my dev stuff whenever i want, without thinking about it... without forgetting something... and without blocking other stuff

[–] [email protected] 2 points 11 months ago

As I said, I’m kind of a mess. I added containers while adding devices so segregating wasn’t necessarily my intention. That said, I will most likely keep DNS and DHCP on a single dedicated device. That, for some reason, makes sense to me. The rest I may move together except for the vpn services. I will run the 2 on different devices in case one service gets blocked by the external network I’m trying to connect from. I already ran into this once where WireGuard got blocked but OpenVPN did not.

[–] [email protected] 1 points 11 months ago

In hindsight maybe not a ton, but my thinking going into it was that if one container were to get compromised, the attacker would find less other stuff on each host. So the most logical way I could see to segregate my services was by purpose (media, productivity, bitcoin etc)

[–] [email protected] 1 points 11 months ago (1 children)

I need to be better about my docker deployment. Services running on 3 devices. Some docker, some docker-compose, and some were setup in portainer. It’s a bit of a mess tbh. Portainer agent sounds promising. I’ll check it out. Thanks!

[–] [email protected] 1 points 11 months ago (1 children)

Go look at yacht.sh, I'm a dev there and you love the eaze of use.

[–] [email protected] 1 points 11 months ago (1 children)

yacht.sh

Whats different compared to cosmos.io , runtipi, casaOS, and others?

[–] [email protected] 1 points 11 months ago

Yacht is a docker manager like portainer is, not a hosting platform. It just manages your containers same as portainer.

load more comments (7 replies)
load more comments (7 replies)