textbelt icon indicating copy to clipboard operation
textbelt copied to clipboard

Self hosting cloud image/deployment setup - prebuilt images or setups

Open daluu opened this issue 6 years ago • 4 comments

Now that the public service is no longer free, it would be nice when one can deploy a self hosted version easily w/ minimal setup (e.g. set/modify config, then boot up and deploy, no need do all the prerequisite installations).

And this would be especially nice when users can deploy this to cloud services so that they don't have to run locally/internally (not everyone has their own servers or knows how to deploy locally on demand when they want to send some text messages).

This can be building upon issue #88. But expanding to cloud services like say:

  • a prebuilt Amazon AWS EC2 AMI image to deploy on EC2
  • docker image for issue 88 prebuilt and pushed to public Docker repository to deploy on any cloud (or internally) where docker can run
  • a prebuilt OpenShift container configuration to deploy
  • some Google Cloud config?
  • you get the idea...

Basically there are some cloud services with (limited) free tier that users can deploy the self hosted service to. e.g. AWS free tier (1 year only), Google Cloud free tier, OpenShift free tier.

daluu avatar Jan 16 '18 01:01 daluu

@daluu I'm all for this, getting this to even run locally has been a nightmare. (even with having all the dependencies installed and working)

zdods avatar Jul 09 '18 13:07 zdods

@zdods, what did you run/deploy it on? Could use your setup as a reference for preconfigured deployment.

daluu avatar Nov 13 '22 23:11 daluu

@daluu its been ages ha! I think I ended up just messing about local and not going much farther than that.

These days honestly a Docker image with the correct config variables exposed would be enough for me - most projects I work on are in k8s clusters so an image like that would be perfect.

zdods avatar Nov 14 '22 11:11 zdods

@zdods hey Zach, i just made a simple (+ free) self deploy guide here: https://github.com/typpo/textbelt/issues/176

ryanckulp avatar Dec 31 '22 03:12 ryanckulp