

Doesn’t that mean that docker containers use up much more resources since you’re installing numerous instances & versions of each program like mumble and leftpad?
Doesn’t that mean that docker containers use up much more resources since you’re installing numerous instances & versions of each program like mumble and leftpad?
Doesn’t that mean that docker containers use up much more resources since you’re installing numerous instances & versions of each program like PHP?
It seems like docker would be heavy on resources since it installs & runs everything (mysql, nginx, etc.) numerous times (once for each container), instead of once globally. Is that wrong?
Instead of setting up one nginx for multiple sites you run one nginx per site and have the settings for that as part of the site repository.
Doesn’t that require a lot of resources since you’re running (mysql, nginx, etc.) numerous times (once for each container), instead of once globally?
Or, per your comment below:
Since the base image is static, and config is per container, one image can be used to run multiple containers. So if you have a postgres image, you can run many containers on that image. And specify different config for each instance.
You’d only have two instances of postgres, for example, one for all docker containers and one global/server-wide? Still, that doubles the resources used no?
It seems like docker would be heavy on resources since it installs & runs everything (mysql, nginx, etc.) numerous times (once for each container), instead of once globally. Is that wrong?
I covered that in the OP. It requires coding ability for anything other than a simple blog.
I covered that in the links in the OP. It’s extremely limited. I didn’t find it useful.
Redline the cheapest option until it catches fire.
It’s an important business website that would have severe consequences if it went down during traffic spikes (which it does get).
Why are you worried about your site going down during traffic surge? Unless you’re running a critical service, there is no need to worry about this too much if it’s just your personal sites.
Because it’s an important business website that would have severe consequences if it went down during traffic spikes (which it does get).
With proper caching, your personal site can even tank traffics from reddit frontpage on a $5/mo vps.
Yeah, I’m using Cloudflare, and I saw that Wordpress has a built-in caching option, but I couldn’t find any info on how well that protects sites from traffic surges.
consider hosting it on platforms with autoscaling support such as netlify.
Yeah but I need an SSG with the same capabilities as Squarespace to do that, and as mentioned in the OP, that doesn’t seem to exist.
I’d recommend Statamic
I looked at the demo and it looks like a very simple text editor to make blogs.
Since you posted this into a self-hosting community…
I have two other websites hosted on a $5 Hetzner server (that counts as self-hosted right?). I’ve been considering adding a Wordpress, Grav, or static site to it. But as mentioned in the OP, I have to worry about the site going down if it gets a traffic surge, so I’m thinking it would be safer and similarly/more affordable to host a Wordpress site with Hostinger or GreenGeeks. Am I wrong?
Grab a Raspberry Pi, slap nginx proxy manager and ddclient into it, and point your domain to your home IP.
I’m not likely to do that, for multiple reasons.
I don’t really don’t understand the dislike of Reddit
Have you been living in a cave? https://github.com/MaximilianKohler/Archive/wiki/Reddit
Taking legal action stops the problem at the source
It’s not going to stop a bunch of anonymous people in other countries, it is likely not even viable (Eg, and it would cost me tens of thousands of dollars to attempt.
Interesting. As soon as you posted your dishonest comment and it got 100% upvoted, the other comments in this thread seemed to have been vote-brigaded by the same people.
Lawyers will not take on your case unless they think there is a solid chance of financial or reputational gain beyond the standard hourly fee. They are telling you in the most professional way possible that they see no merit in spending their time on your theory’s reputation
My suspicion is that they feel your… zeal and passion for your theory is bordering on fanatical. They don’t want to work with fanatics.
This is entirely false and dishonestly fabricated by you. A lawyer never said anything remotely like that, and in no way was such a thing insinuated in previous comments in this thread. No lawyer turned me down.
This is blatant pro-reddit astroturfing.
Without substantial and demonstrable effects on your finances, what you are left with is just some low level insults on the internet, and one or more relatively anonymous individuals who know that trolling you will get them the reaction they desire. If you continue to react like this, they will continue to try to get a reaction from you.
your reactions and inability to let minor insults
You have no clue what you’re talking about, and are just making things up. You’re the one trolling now.
These concepts have been explained to you previously.
Oh yeah? When was that?
I understand that you believe you have found answers that have previously been ignored by medicine. I know how that feels. But research is already being done in this area and will take time to bear fruit.
Another completely nonsensical troll comment.
I care because they’re harming my reputation, business, and more.
Not sure what you mean.
And can you prove the comments were false/lies/intending to mislead?
Yes, very easily.
A subpoena would do nothing if they were using a VPN, and if they were in another country I expect it would be just as difficult/impossible.
Taking legal action doesn’t stop a whack-a-mole.
But it is the (legal) solution to your problem.
Yes, I noted that in the OP.
I ran into a similar problem with snapshots of a forum and email server – if there are scheduled emails when you take the snapshot they get sent out again if you create a new test server from the snapshot. And similarly for the forum.
I’m not sure what the solution is either. The emails are sent via an SMTP so it’s not as simple as disabling email (ports, firewall, etc.) on the new test server.