Skip to content

v1.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@thecodrr thecodrr released this 12 Oct 07:09
· 6 commits to master since this release

Note: This is a beta version and NOT ready for use in production.

Changes

  1. Monograph frontend/backend is now also self hostable (i.e. you can publish & view monographs from your local instance)
  2. Sodium.Core has been replaced with Geralt as it was unmaintained and didn't work on ARM devices. This is a non-breaking change.
  3. IDENTITY_SERVER_DOMAIN has been renamed to AUTH_SERVER_PUBLIC_URL and it now expects a full URL instead of just the host.
  4. NOTESNOOK_APP_HOST has been renamed to NOTESNOOK_APP_PUBLIC_URL
  5. S3_SERVICE_URL has been renamed to ATTACHMENTS_SERVER_PUBLIC_URL
  6. New variable MONOGRAPH_PUBLIC_URL has been added

Test drive

wget https://raw.githubusercontent.com/streetwriters/notesnook-sync-server/v1.0-beta.0/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:6264/api/health
curl http://localhost:7264/health

All of the above must return Healthy.