Sign inSign up

dyw770/notesnook-web

By dyw770

•Updated over 1 year ago

Notesnook self host web client

Image
1

3.9K

dyw770/notesnook-web repository overview

⁠Overview

Notesnook Self Host Web Client

⁠Env

NameDescDefault
API_HOSTsync server urlhttps://api.notesnook.com⁠
AUTH_HOSTidentity server urlhttps://auth.streetwriters.co⁠
SSE_HOSTsse server urlhttps://events.streetwriters.co⁠
MONOGRAPH_HOSTmonograph server urlhttps://monogr.ph⁠

⁠Example

  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

Tag summary

Content type

Image

Digest

sha256:08653e6f4…

Size

101.6 MB

Last updated

over 1 year ago

docker pull dyw770/notesnook-web