Artado-Project / ArtadoProxy

Artado Proxy is an API proxying search queries to various engines
GNU Affero General Public License v3.0
1 stars 2 forks source link

Deployment #1

Open ardatdev opened 2 weeks ago

ardatdev commented 2 weeks ago

Deployment buttons in README needs setup. Needs research on Netlify, Cloudflate Workers, Heroku and Replit.

We might need to use things like Netlify Edge Functions because apparently these platforms only support static sides?

One example is movieweb's proxy. Maybe these might help

https://github.com/ardatdev/simple-proxy/commit/3769b37e8a4653c9b517a555e3e1564a585f6118 https://github.com/ardatdev/simple-proxy/blob/master/package.json

Arnolxu commented 2 weeks ago

We can't use Netlify Functions because it seems like this doesn't allow us to count requests (tell me if you find some way to do it). I've set up Replit, and will learn about Workers now.

Arnolxu commented 2 weeks ago

I couldn't add Workers support and completely removed it for now (see 6e94cd7bff7c262446eeaaca80a642c60d34fac6 😭). Replit should be enough for now anyway.