Open benbusby opened 4 years ago
Just submitted a PR for deployment to Repl.it! #114
Is repl.it working properly? Even after the pinging solutions provided it still closes after a day.
While outdated, this article does provide information on how to deploy to Yunohost: https://yunohost.org/en/packaging_apps
This is an excellent app, many thanks! I am looking for a way to deploy this repo on Netlify. Please add my request. Thanks
can this be deployed using cloudflare pages?
can this be deployed using cloudflare pages?
Nope! Definitely no.
I thought so :D
On Thu, Oct 7, 2021 at 1:19 PM alefvanoon @.***> wrote:
can this be deployed using cloudflare pages?
Nope! Definitely no.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/benbusby/whoogle-search/issues/62#issuecomment-937541479, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP7TNJ5VUR3VOVS5F2JNCMTUFVGIHANCNFSM4NEHHDQA .
I tested deploying with Railway and it works for me. Im not sure how good it is tho :)
Here is a list of free PaaSs: https://free-for.dev/#/?id=paas
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.py
file, which I don't know how to write for whoogle.
Other
(no Flask
option)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 error OSError: [Errno 98] Address already in use
)app
killall -q python3 > /dev/null 2>&1; pip install -r requirements.txt
(same as build command, not sure which one is necessary)python3 -um app
vercel.json
(I'm sure it's missing a lot of things, but don't know how to add them):
{
"version": 2,
"rewrites": [
{ "source": "/(.*)", "destination": "/app" },
{ "source": "/static/(.*)", "destination": "/app/static" }
]
}
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.
Can you tell me how to deploy to vercel?
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.
Can it be deployed with cloudflare workers?
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.