git clone git@github.com:vrtmrz/self-hosted-livesync-server.gitdocker network create caddycaddy.handle_path_1: /e=_/* on docker-compose.ymle=_ to something your favorite secret word.authentication_redirect = /e=_/_utils/session.html on conf/local.inie=_ too, as same as you changed on 3.1..| name | value | example |
|---|---|---|
| COUCHDB_SERVER | Your server's domain | db.example.net |
| COUCHDB_USER | The account name you want to access | testuser |
| COUCHDB_PW | The password | testpassword |
docker-compose -f docker-compose.yml updocker-compose -f docker-compose.yml -f docker-compose.arm.yml uphttps://COUCHDB_SERVER/e=_/_utils, and try to authenticate.| name | value | example |
|---|---|---|
| URI | https://COUCHDB_SERVER/e=_ | https://db.example.net/e=_ |
| Username | COUCHDB_USER | testuser |
| Password | COUCHDB_PW | testpassword |
| Database name | As you like | test |
docker-compose -f docker-compose.yml start to enable your server.
Note: or docker-compose -f docker-compose.yml -f docker-compose.arm.yml start.MIT