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
13.91k stars 983 forks source link

Improving Self-Hosting and Removing 3rd Party dependencies. #4465

Open Podginator opened 3 weeks ago

vercel[bot] commented 3 weeks ago

@Podginator is attempting to deploy a commit to the omnivore Team on Vercel.

A member of the Team first needs to authorize it.

samanthavbarron commented 2 weeks ago

This is awesome, it looks like it's taking shape! I might try it out this weekend.

Are there contributions from the community that you can think of that would be helpful for you?

jsifalda commented 2 weeks ago

does it mean i would be able to deploy open-source omnivore to vercel? and be able to use this great app even after their shut-down? 🙏

RayBB commented 2 weeks ago

If this gets worked out I'll add a template for easy self-hosting with Coolify

alexkotusenko commented 2 weeks ago

Are you guys planning to add a docker container to self-host Omnivore?

TransonQ commented 2 weeks ago

Looking forward to a successful completion of this pr and thanks to the community for all their work.

thiswillbeyourgithub commented 2 weeks ago

Is there also a plan to also rebuild the android apk to allow specifying a server url?

Podginator commented 2 weeks ago

Is there also a plan to also rebuild the android apk to allow specifying a server url?

You should be able to do this today. If you log out there's a self-hosting option on the android App.

Also the iOS App.

I think there's a few bugs in both that need ironing out. In the android version you seemingly can't add links currently.

archmagepi commented 2 weeks ago

thanks to the community for all their work.

EnGassa commented 1 week ago

@Podginator thanks for leading this effort. I'm sure this is really important to a lot of people in the community. How can we help push this along faster?

Gnosnay commented 1 week ago

even i changed the URL, the login will still redirect to localhost. anyway thx for your contribution @Podginator

Podginator commented 1 week ago

even i changed the URL, the login will still redirect to localhost. anyway thx for your contribution @Podginator

Have you changed it both in the env file, and in the docker compose file? For the web it needs to be changed too.

Gnosnay commented 1 week ago

even i changed the URL, the login will still redirect to localhost. anyway thx for your contribution @Podginator

Have you changed it both in the env file, and in the docker compose file? For the web it needs to be changed too.

Yeah I did. I guess I need to change code also? I even rebuilt the images. Actually

maa-x commented 3 days ago

Also the iOS App.

I think there's a few bugs in both that need ironing out. In the android version you seemingly can't add links currently.

Hey, I made a PR which was merged into main (https://github.com/omnivore-app/omnivore/pull/4110) but didn't make it into the App Store. It solves an intermittent crash when using a self-hosted backend.