anyproto / any-sync-dockercompose

docker-compose for testing any-sync
MIT License
368 stars 48 forks source link

Self Host Error #92

Closed Kerblif closed 2 months ago

Kerblif commented 2 months ago

Have you read a contributing guide?

Current Behavior

After installing the config and creating a new account, I get a Self Host Error

Expected Behavior

I will get an OK message and working sync

Steps To Reproduce

1) make start 2) install EXTERNAL_LISTEN_HOST 3) make restart

Environment

- OS: Ubuntu 22
- Version: latest

Anything else?

No response

Kerblif commented 2 months ago

The error is that forced generation of .env is being started, overwriting the changes. When I deleted the item with env generation, everything worked for me

fb929 commented 2 months ago

This is not an error; we're using auto-generation for the .env file. The necessary changes you need to make should be applied to the .env.override file. You can find more information about this here https://github.com/anyproto/any-sync-dockercompose/wiki/Configuration

Kerblif commented 2 months ago

Okay. Maybe it's worth adding information about this to the main ReadMe?