Skip to content

v3.0.0-rc.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@dullage dullage released this 03 May 19:40
· 346 commits to master since this release

To use this pre-release please use the docker image tag dullage/flatnotes:v3.0.0-rc.6.

🚨 Breaking Changes

  • The port flatnotes uses inside the Docker container has been changed to 8080 (previously 80). If you using Docker to deploy flatnotes you will need to update your docker/docker-compose commands accordingly. This change was made to smooth the onboarding process for environments where privileged ports cannot be used by non-privileged users (see #28).
  • To accompany the above change, support for the PORT environment variable has been removed.
  • The note directory inside the Docker container has moved from /app/data to simply /data. If you using Docker to deploy flatnotes you will need to update your docker/docker-compose commands accordingly.

🗒️ Notable changes

  • flatnotes now has a dark theme! 🌚
  • New PUID and GUID environment variables are now supported for Docker deployments. These allow you to specify the user and group that flatnotes will run as inside the Docker container. This is useful to avoid permission issues when mounting a directory from the host.
  • To support the above change, upon container start, the ownership of all files and directories in the data directory will be recursively changed to the specified user and group.