One Server. Small Business
chodounsky.com
One Server. Small Business
1–10 of 20 posts
Re: One Server. Small Business
#2Do not underestimate the power of a single server to host you app. Sure it won't work in _all_ situations but omg you can get so much out of a single $30/month VPS .. we've been indoctrinated that everything needs to be on hyperclouds and mega scale. But that brings so much cost and complexity that most applciations don't need.
Re: One Server. Small Business
#3> sudo ufw default deny incoming
Seriously, what does one do when accepting connections, given the onslaught of data-hungry bots out there?
I wouldn't want to deal with that in any upcoming planned servers and services.
Re: One Server. Small Business
#4This looks like a "send-only" server. > sudo ufw default deny incoming Seriously, what does one do when accepting connections, given the onslaught of data-hungry bots out there? I wouldn't want to deal with that in any upcoming planned servers and services.
Re: One Server. Small Business
#5I want to upvote this 100x Do not underestimate the power of a single server to host you app. Sure it won't work in _all_ situations but omg you can get so much out of a single $30/month VPS .. we've been indoctrinated that everything needs to be on hyperclouds and mega scale. But that brings so much cost and complexity that most applciations don't need.
Re: One Server. Small Business
#6I'm also running my business on a single server, works perfectly, except for one time when someone tried to find some content with hash IDs through bruteforce. No problem, a tiny VPS can handle one malicious user. Except the amount of errors logged by nginx filled up the disk.
Re: One Server. Small Business
#7This looks like a "send-only" server. > sudo ufw default deny incoming Seriously, what does one do when accepting connections, given the onslaught of data-hungry bots out there? I wouldn't want to deal with that in any upcoming planned servers and services.
Note 2 says it uses Sendgrid for email. The server is for the web app.
Re: One Server. Small Business
#8I want to upvote this 100x Do not underestimate the power of a single server to host you app. Sure it won't work in _all_ situations but omg you can get so much out of a single $30/month VPS .. we've been indoctrinated that everything needs to be on hyperclouds and mega scale. But that brings so much cost and complexity that most applciations don't need.
Re: One Server. Small Business
#9I run 5-7 on one server, with DB, using CapRover on a $5/month Hetzner server. Serve probably around 5k users.
Re: One Server. Small Business
#10This looks like a "send-only" server. > sudo ufw default deny incoming Seriously, what does one do when accepting connections, given the onslaught of data-hungry bots out there? I wouldn't want to deal with that in any upcoming planned servers and services.