Skip to content

v1.0-alpha.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@thecodrr thecodrr released this 29 Aug 07:26
· 6 commits to master since this release

Note: This is an alpha version and NOT ready for use in production.

Changes

  1. Fix issue where attachments weren't uploading from any of the clients
  2. Remove unnecessary environment variables from .env file
  3. Remove support for 3rd-party S3 providers
  4. .env now has defaults for a lot more variables
  5. Add Docker service to validate & make sure all required environment variables are defined
  6. Use wget for healthcheck instead of curl (thanks to @Inferno_geek from Discord)
  7. Fix port 80 is denied instead the container (#5)

Test drive

wget https://github.com/raw/streetwriters/notesnook-sync-server/v1.0-alpha.7/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:7264/health

All of the above must return Healthy.