Note: This is an alpha version and NOT ready for use in production.
Changes
- Email is automatically confirmed for accounts created on a self hosted instance
- 2FA by email is automatically enabled for accounts created on a self hosted instance
Test drive
wget https://raw.githubusercontent.com/streetwriters/notesnook-sync-server/v1.0-alpha.5/docker-compose.yml
docker compose up
Make sure everything is up and running:
curl http://localhost:5264/health
curl http://localhost:8264/health
curl http://localhost:7264/health
All of the above must return Healthy
.