omnivore-app / omnivore

Omnivore is a complete, open source read-it-later solution for people who like reading.
https://omnivore.app
GNU Affero General Public License v3.0
12.25k stars 617 forks source link

Improve support for users that want to deploy their own backened #25

Open jacksonh opened 2 years ago

jacksonh commented 2 years ago

Currently Omnivore relies on a few GCP services to run, but open source users will likely want to deploy the api, web, and content fetching (puppeteer-parse) service to another platform. We need to come up with a list of target platforms and supported deployment configurations that are realistic for users wanting to deploy a minimalistic configuration.

Some of the services we currently rely on:

Other services we are using:

NonyLee commented 1 month ago

@Mikilio gcs-s3-adapter is a library to replace GCS.

Hope it helps.