github dkorecko/Ticky v1.1.0

latest releases: v1.11.0, v1.11, v1.10.1...
3 months ago

Hi everyone!👋 I'm happy to announce the newest release v1.1.0, bringing one of the most requested features. Here's the overview of the changes:

  • 🎉 Ability to run the app without an SMTP server via the SMTP_ENABLED=false environment variable (check README for more details).
  • 👑 Dedicated admin account.
  • 🔐 Ability to change account credentials.
  • ⚙️ Admin panel, allowing to view all the users. You can now create new users, edit them and delete them. When you change the password for the user, they will need to choose a new one. This is since when there is no SMTP, the users cannot reset their passwords.
  • 📦 Bundled fonts and all other css/js files with the app, so no longer using CDNs.
  • 🚫🌐 Added environment variable FULLY_OFFLINE=true to disable the last remaining online part - avatar service. Avatars will default to a bundled default image. Reflected in the compose example.

Due to these changes, there's a breaking change (but not noticing won't cause any damage). If you have been using SMTP before, please add SMTP_ENABLED=true to your compose file to continue using it.

Let me know what you think and enjoy! ✨

If you find any bugs, please open an issue.

Full Changelog: v1.0.0...v1.1.0

Don't miss a new Ticky release

NewReleases is sending notifications on new releases.