mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[GH-ISSUE #833] [FEATURE] Render.com as an alternative to heroku. #525
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#525
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @psbaruah on GitHub (Aug 28, 2022).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/833
As we all know heroku is no longer a viable option for people who want to deploy whoogle for free just for personal use.
So i just tried render.com , it works flawlessly. Just while deploying choose python 3 and build command as " pip install -r requirements.txt " and start command as " ./run " .
Now go down to advance and add all the environmental variables you need , just deploy after that .
ENJOY !!! 🎉
@SebastianTrautwein commented on GitHub (Aug 31, 2022):
For everyone who wants to host their Whoogle instance anonymously: Don't bother! It's a bait and switch. They tell you "free" for the base service but after registration, when you want to deploy, they ask for your Credit Card details "for verification".
@psbaruah commented on GitHub (Sep 4, 2022):
render.com actually is very similar to heroku . they gave you around 700 hrs each month with even custom domain support . no credit card needed. Its perfectly usable .
@trumad commented on GitHub (Sep 6, 2022):
Thanks for those instructions @AkumaX1 . render.com does work, and it is definitely free without requiring a credit card. But it seems to take around 10 seconds to load pages, even when the "dyno", or whatever render.com calls it, is already up & running. It's super easy to set up, and definitely free, but unfortunately this won't be an adequate replacement for me.
@HashLiver commented on GitHub (Oct 9, 2022):
Yep, It's work, but performance suck, sometimes it takes 2-5 seconds to response for a search keyword.
@hxvy0 commented on GitHub (Oct 27, 2022):
I use replit, but boosted repl. I bought for 1.5 dolars. And its so fast
@fredster33 commented on GitHub (May 22, 2023):
Render works great! This is probably a documentation task (it should be added as an option in the README).