Another release that ended up having a more new features than initially planned but thanks to contributors like @marvinvr and everyone making great suggestions for new/improved capabilities, it just happened :)
New in this release:
- Terminal support. You now have console access to any container, regardless if they are local, mTLS or Agent controlled (thanks @marvinvr!)
- Added Images, Networks and Volumes views for each host. You can see which container each belong to and delete those that are stale. A feature to add Networks will be added in a later release
- Log viewer now support ANSI code (#157)
- Improved host level statistics. You can now mount
/proc:/host/proc:roand/sys:/host/sys:roand DockMon will report host level statistics instead of Docker specific stats - Improved notification for webhooks with better structured format (#153)
- Compose/.env files are now stored on the destination system instead of just temporarily being stored in /tmp. This enables support for relative mounts (#158)
- YAML themes when editing compose files. You can select between multiple themes in Settings (#152)
- Configurable date display format (12h, 24h etc) in Settings (#159)
- Logviewer now won't automatically jump to the latest entry if Auto-refresh is on and you've scrolled away. This makes it easier to review logs while new logs are still coming in (#156)
- Emoji support in Ntfy header (#163)
Bug fixes: