Discourse On Replit?

Is there any way do run discourse on Replit?

「いいね!」 1

for what? to do what?

「いいね!」 1

Iv’e wanted to host discourse on Replit, mostly because I want to see how all the admin controls and stuff like that work before I put it on my computer.

「いいね!」 1

I doubt it.

You don’t want to install it on your computer. You want to install it on something like a digital ocean droplet. Digital ocean and mailgun are the easiest way to get it set up.

「いいね!」 5

This has been asked before and my response was this:

「いいね!」 4

If you want to just look at it set up a local dev-install. But as @pfaffman says, this is not suitable for Production when you introduce other users.

「いいね!」 2

It seems like it might work. NodeBB works, so maybe?

「いいね!」 2

I managed to get Discourse running on Replit (with multiple concurrent users), but the new egress limits make it far too expensive (it uses over 10gb of egress per day)

「いいね!」 4

As a replit user, I can attest it’s definitely possible but not feasible

「いいね!」 3

Luckily, egress should reset May 1st, meaning that you can run it again soon (for like a day).

「いいね!」 2

For calibration, my modest forum (80 actives per week, 120 actives per month) serves about 40G in a month, 20G of which is cached by my CDN (Cloudflare.) A load of the front page seems to be 12 MByte.

It’s possible that a non-standard setup will somehow allow for less client caching and so with clients fetching more your data transfers will be greater.

「いいね!」 3

Since a site with nginx configured doesn’t seem to waste egress, I think my site not having nginx was the issue.

「いいね!」 3

how can I make a discourse server with nginx

「いいね!」 2

Hello Izaan,

Is your question related to Replit? If it’s not, I’ll move it to a new topic.

Can you also add more information to your question, which may be vague at this time?

「いいね!」 2

I think pepople use nginx on Replit to set up discourse since Replit doesn’t support docker. So it may be

「いいね!」 2

Do you not want to do a standard install?

Discourse uses nginx. Do you want to have an external nginx? Are you trying to install without docker? Do you want to install on replit or somewhere else?

「いいね!」 2

Sorry for the late reply.

I (actually 9pfs) figured it out (and yes, I was trying to install discourse on Replit).

「いいね!」 1