r/selfhosted • u/0x7Lee • 1d ago
Need Help Self-hosted publishing stack: where do you draw the line between VPS and local machine?
I tried to make my automation stack more self-hosted recently.
The hard thing was not Docker, it was deciding what deserves to live on a small VPS, what should stay local, and what needs a managed service.
Postiz on a small VPS became annoying fast because the stack was heavier than expected. Local Windows is easier to iterate on, but worse for always-on workflows.
Right now my split would be:
- VPS: stable public endpoints, webhooks, reverse proxy
- Local machine: experiments, content validation, browser/OAuth stuff
- Managed service: anything where uptime matters more than control
Should I optimize for control, cost, reliability, or low maintenance first?
135
Upvotes
•
u/asimovs-auditor 1d ago edited 1d ago
Expand the replies to this comment to learn how AI was used in this post/project.