Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- INSTANCE_NAME=My-SelfHost-Notesnook
- NOTESNOOK_API_SECRET=*REDACTED*
- DISABLE_SIGNUPS=false
- SMTP_USERNAME=*REDACTED*
- SMTP_PASSWORD=*REDACTED*
- SMTP_HOST=*REDACTED*
- SMTP_PORT=587 # I tested the SSL port 465, but it didn't work, but the STARTTLS port 587 worked for me
- NOTESNOOK_CORS_ORIGINS="*" # This allows all origins
- NOTESNOOK_APP_PUBLIC_URL=https://app.notesnook.com # use this exact hostname if you are using the official notesnook apps
- MONOGRAPH_PUBLIC_URL=https://notesnook-monograph.example.com # reverse proxy setup > ServerIP:6264
- AUTH_SERVER_PUBLIC_URL=https://notesnook-auth.example.com # reverse proxy setup > ServerIP:8264
- ATTACHMENTS_SERVER_PUBLIC_URL=https://notesnook-s3.example.com # reverse proxy setup > ServerIP:9000
- MINIO_ROOT_USER=minioadmin
- MINIO_ROOT_PASSWORD=minioadmin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement