Wie gut läuft Mastodon mit 1 GiB RAM? 1&1-VPS, aber halt nur 1 GiB RAM. (Nicht für mich.)
@frumble For under $20 you can buy a thin client and run linux on it, then you can have a 4 gb web server that only uses a few watts, Youcan also use a $35 raspberry pi, which uses even less power and perhaps more fun becaus of the ecosystem thatcomes with it. You could run mastodon on either of them handily, I'm sure, and the thin client likelyis more scalable as its amd64 compatible as far as software.
@chrisna I know, I know, but this wasn’t the question. I have a VPN of an organization here which could have been a nice Mastodon host if it weren’t so poor-specced…
BTW, no, you cannot run this on a Raspi, because most DSL providers (here) don’t give you a dedicated IPv4 anymore. I have to run my WP blog IPv6-only.
@frumble Oh, thatisjust horrible. Way back in the day when all I could get was a text only shell account, I found a program called "The Internet Assistant" which I used with "screen" the Unix utility, and it basically let me use ipv4 IP applicatios over SLIP. I wonder if you could find a super cheapVPS. I have one that costs only a few dollars a month. I think they have data centers in the EU, they are vultr.com
@chrisna Look, I’m a nerd too, I don’t need your tips. Of course do we have local providers. I was even coming from one but wanted to self-host. It’s not horrible, it’s just annoying that so many households still do not have IPv6 and thus cannot access my site.
@frumble Yes, I want to self host too. Paying for multiple vhosts is getting old. Would like to set up a redundant connection, an AS and peering.
@frumble So what are you looking todo? All you need is a computer unless you get a real lot of traffic. Most servers are powerful enough to satuate a pretty wide pipe when running as a web server. Unless you are really using a lot of simultaneous nested database queries. I have done this and its surprising how much work you can get out of a very basic machine. I have managed some mid sized organizational intranets. The requirements are modest, if you make good use of caching especially.
@chrisna Chrisna, what do you not understand about "I’m a nerd too"? ^^
I have a Raspi 4 here which is sufficient for my WP blog and could even host a Mastodon instance. But my initial question wasn’t about ME but about a small VPS of a non-profit org I help to administrate. It wouldn’t be enough to host Mastodon, that’s what I’ve learned from other replies.
@frumble It likely depends on the volume of traffic and how constrained you are on memoy and disc access. Youtube user Jeff Gerrling has been doing videos about using modern disc technologies on the RPI4. If you can use SATA you would be surprised how much web server traffic you can handle. Nginx is very fast, if you have your site cached, especially. How much RAM RPI 4 is it?
@chrisna Look, this isn’t helpful. I know what I’m doing, I’m a nerd, goddamn. Please stop trying to give tips.
@frumble Okay, I am just trying to share my own experience. Good luck, andtake care.