v1.0-beta.0
Pre-release
Pre-release
Note: This is a beta version and NOT ready for use in production.
Changes
- Monograph frontend/backend is now also self hostable (i.e. you can publish & view monographs from your local instance)
Sodium.Core
has been replaced withGeralt
as it was unmaintained and didn't work on ARM devices. This is a non-breaking change.IDENTITY_SERVER_DOMAIN
has been renamed toAUTH_SERVER_PUBLIC_URL
and it now expects a full URL instead of just the host.NOTESNOOK_APP_HOST
has been renamed toNOTESNOOK_APP_PUBLIC_URL
S3_SERVICE_URL
has been renamed toATTACHMENTS_SERVER_PUBLIC_URL
- 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
.