github dullage/flatnotes v3.0.0

latest releases: v5.3.0, v5.2.3, v5.2.2...
16 months ago

🚨 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.

Don't miss a new flatnotes release

NewReleases is sending notifications on new releases.