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.65k stars 640 forks source link

A half-baked docker-compose? #4069

Open MagicStarTrace opened 3 months ago

MagicStarTrace commented 3 months ago

I'm planning to deploy using centos, but so far it seems to be only half done?

docker-compose up -d can't find the configuration to save data (redis and psql)?

Also, I configured the .env related to Both .env and .env.localost are NEXT_PUBLIC_BASE_URL=http://192.168.100.130:3000 NEXT_PUBLIC_HIGHLIGHTS_BASE_URL=http://192.168.100.130:3000 NEXT_PUBLIC_LOCAL_BASE_URL=http://192.168.100.130:3000 NEXT_PUBLIC_SERVER_BASE_URL=http://192.168.100.130:4000 NEXT_PUBLIC_LOCAL_SERVER_BASE_URL=http://192.168.100.130:4000

But why is it still http://localhost:4000/api/auth?

maa-x commented 3 months ago

Self-hosting is pretty new and a work in progress. I detailed what worked for me on Discord.

I'm still trying to get content-fetch to work, however, but I can save articles via the iOS app and presumably browser extensions and Android app.

Once I'm done I'll make a few PRs and write it up properly but you're welcome to join me on this journey (please I need help I'm not a dev).