mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 04:05:57 +03:00
[GH-ISSUE #62] [QUESTION] Can Whoogle be deployed with ______? #41
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#41
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 @benbusby on GitHub (May 18, 2020).
Original GitHub issue: https://github.com/benbusby/whoogle-search/issues/62
Probably. Here are some currently requested deployment options. Support for these is TBD.
If you have another request, or want to contribute a quick guide on how to deploy to one of these, please comment here.
@spikecodes commented on GitHub (Aug 10, 2020):
Just submitted a PR for deployment to Repl.it! #114
@naveenjohnsonv commented on GitHub (Oct 29, 2020):
Is repl.it working properly? Even after the pinging solutions provided it still closes after a day.
@guneydoganer commented on GitHub (Apr 14, 2021):
While outdated, this article does provide information on how to deploy to Yunohost:
https://yunohost.org/en/packaging_apps
@azeemOshaan commented on GitHub (Jul 13, 2021):
This is an excellent app, many thanks! I am looking for a way to deploy this repo on Netlify. Please add my request. Thanks
@Albonycal commented on GitHub (Oct 7, 2021):
can this be deployed using cloudflare pages?
@alefvanoon commented on GitHub (Oct 7, 2021):
Nope!
Definitely no.
@Albonycal commented on GitHub (Oct 7, 2021):
I thought so :D
On Thu, Oct 7, 2021 at 1:19 PM alefvanoon @.***> wrote:
@lenicyl commented on GitHub (Feb 18, 2022):
I tested deploying with Railway and it works for me.
Im not sure how good it is tho :)
@sainnhe commented on GitHub (Nov 12, 2022):
Here is a list of free PaaSs: https://free-for.dev/#/?id=paas
@Vinfall commented on GitHub (Aug 9, 2023):
Successfully deployed on a VPS but failed to deploy on Vercel. Not quite familiar with Flask and almost every guide about deploying Flask on Vercel has an
index.pyfile, which I don't know how to write for whoogle.Current Setup
Other(noFlaskoption)killall -q python3 > /dev/null 2>&1; pip install -r requirements.txt(from whoogle-search/misc/replit.py, running the app without whom would throw an errorOSError: [Errno 98] Address already in use)appkillall -q python3 > /dev/null 2>&1; pip install -r requirements.txt(same as build command, not sure which one is necessary)python3 -um app18fc14dvercel.json(I'm sure it's missing a lot of things, but don't know how to add them):build log:
Deployment only outputs some static assets, visiting the assigned domain shows Vercel's 404 error:
If anyone is interested in debugging this, be sure to purge data cache (and take care of your quota) before redeployment when you change those commands via browser, or Vercel would reuse cached data and not build at all.
@Vinfall commented on GitHub (Jan 14, 2024):
Sadly, no. I think you need to write a Flask wrapper between Whoogle & Verel to make it work, which I'm not capable of last time I checked it. I notice that there are commits since v0.8.4, so YMMV.
@carlosfhr commented on GitHub (Apr 10, 2024):
Can it be deployed with cloudflare workers?