I've been running one. showeq.com
The basic service gets overloaded quickly and you'll need to upgrade if you get any traction at all.
Also, since KBin federation is broken, it's not great
Magazine dedicated to discussions about the kbin itself. Provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics. ---- * Roadmap 2023 * m/kbinDevlog * m/kbinDesign
I've been running one. showeq.com
The basic service gets overloaded quickly and you'll need to upgrade if you get any traction at all.
Also, since KBin federation is broken, it's not great
It looks like you don't have caching on that site.
In the WebUI go: Security > Nginx config
Uncomment this section, editing the 600s section.
proxy_cache_valid any 600s;
add_header X-Cache-Status $upstream_cache_status;
proxy_cache my_cache_fledd.it;
proxy_ignore_headers Cache-Control;
proxy_cache_methods GET HEAD;
proxy_cache_bypass $cookie_nocache $arg_nocache;
proxy_cache_use_stale error timeout updating http_500 http_502 http_503 http_504;
Press the Update & Restart Nginx button. Pages should then load in ~2sec rather than ~4sec
I found I had problems initially until I properly sorted out caching. Then I threw a few hundred visitors at it and it's been fine. $10 would be OK for small communities I think, but you're right in that big communities will need big servers.
What problems are you having with federation? The news here is posted from Lemmy.world into fledd.it, then federated back to kbin.social: https://kbin.social/m/[email protected]