mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 20:25:51 +03:00
[GH-ISSUE #189] New Deploy option i.e zeet.co #133
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#133
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 @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
@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:
benbusby/whoogle-searchimageI 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.
@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.
@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, thebetatag is the image to use for thedevelopbranch. Thelatesttag uses themasterbranch.