Notesnook Self Host Web Client
| Name | Desc | Default |
|---|---|---|
| API_HOST | sync server url | https://api.notesnook.com |
| AUTH_HOST | identity server url | https://auth.streetwriters.co |
| SSE_HOST | sse server url | https://events.streetwriters.co |
| MONOGRAPH_HOST | monograph server url | https://monogr.ph |
notesnook-web-client:
image: dyw770/notesnook-web:latest
ports:
- 8080:80
environment:
API_HOST: https://ns-sync.xxx.com
AUTH_HOST: https://ns-auth.xxx.com
SSE_HOST: https://ns-sse.xxx.com
MONOGRAPH_HOST: https://ns-ph.xxx.com
add the above configuration to docker-compose.yml of notesnook-sync-server
Content type
Image
Digest
sha256:08653e6f4…
Size
101.6 MB
Last updated
over 1 year ago
docker pull dyw770/notesnook-web