[GH-ISSUE #189] New Deploy option i.e zeet.co #133

Closed
opened 2026-02-25 20:34:58 +03:00 by kerem · 3 comments
Owner

Originally created by @ghost on GitHub (Feb 7, 2021).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/189

@benbusby can you please make project deployable on an alternative platform i.e https://zeet.co
In their free plan 1 app deployment is free & also app doesn't sleeps as on heroku & replit.
Thanks

Originally created by @ghost on GitHub (Feb 7, 2021). Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/189 @benbusby can you please make project deployable on an alternative platform i.e https://zeet.co In their free plan 1 app deployment is free & also app doesn't sleeps as on heroku & replit. Thanks
kerem 2026-02-25 20:34:58 +03:00
Author
Owner

@benbusby commented on GitHub (Feb 8, 2021):

From a quick glance, you should already be able to deploy it. They support deploying the app from a public Docker image. The basic steps to get it working should be:

  1. Select deploy from Docker
  2. Choose the benbusby/whoogle-search image
  3. (Optional) Remove the predefined config volume (otherwise it won't be free)
  4. Deploy

I didn't go through it myself since they require a credit card for the "free" tier. If someone else wants to go through this and verify that it works, I'll update the documentation.

<!-- gh-comment-id:774797641 --> @benbusby commented on GitHub (Feb 8, 2021): From a quick glance, you should already be able to deploy it. They support deploying the app from a public Docker image. The basic steps to get it working should be: 1. Select deploy from Docker 2. Choose the `benbusby/whoogle-search` image 3. (Optional) Remove the predefined config volume (otherwise it won't be free) 4. Deploy I didn't go through it myself since they require a credit card for the "free" tier. If someone else wants to go through this and verify that it works, I'll update the documentation.
Author
Owner

@ghost commented on GitHub (Feb 22, 2021):

@benbusby I tested deploying Whoogle on zeet via docker image. All works good.

But found some minor issues in twitter redirection alternative. The mobile domain of twitter shows security error. Its due to mobile.twitter.com domain doesn't got redirected to nitter.net. it got reditected to mobile.nitter.net which is invalid. I think this issue is fixed in develop branch but haven't fixed on docker side.

Also sometimes when user searched an query & on results page when he trying to edit query sometimes the new query words didn't got typed in search bar. I tested this behavior on mobile, on desktop hasn't tested yet.

Also i need to know that changes you make here in develop branch are auto merged in Docker image ?
I mean is manual update required on zeet or it auto updates itself when changes detected in docker side.

<!-- gh-comment-id:782995407 --> @ghost commented on GitHub (Feb 22, 2021): @benbusby I tested deploying Whoogle on zeet via docker image. All works good. But found some minor issues in twitter redirection alternative. The mobile domain of twitter shows security error. Its due to mobile.twitter.com domain doesn't got redirected to nitter.net. it got reditected to mobile.nitter.net which is invalid. I think this issue is fixed in develop branch but haven't fixed on docker side. Also sometimes when user searched an query & on results page when he trying to edit query sometimes the new query words didn't got typed in search bar. I tested this behavior on mobile, on desktop hasn't tested yet. Also i need to know that changes you make here in develop branch are auto merged in Docker image ? I mean is manual update required on zeet or it auto updates itself when changes detected in docker side.
Author
Owner

@benbusby commented on GitHub (Mar 7, 2021):

Sorry for the delay. Changes on develop are auto merged to the Docker image, so the mobile. prefix should be getting removed there as well. As a reminder, the beta tag is the image to use for the develop branch. The latest tag uses the master branch.

<!-- gh-comment-id:792307604 --> @benbusby commented on GitHub (Mar 7, 2021): Sorry for the delay. Changes on develop are auto merged to the Docker image, so the `mobile.` prefix should be getting removed there as well. As a reminder, the `beta` tag is the image to use for the `develop` branch. The `latest` tag uses the `master` branch.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/whoogle-search#133
No description provided.