In this release I added support for multiple Docker hosts and arm64, implemented a reconnection mechanism for dropped connections and made some more improvements and refactorings.
Changes:
- Added: Support for multiple remote Docker hosts (#4)
- You can assign each host a label to help distinguish them in both notifications and logging.
- Added multi-arch support: images now include amd64 and arm64 (#18)
- Improved: Exception handling when connection drops
- If too many errors occur and a Docker host becomes unreachable, the processes associated with that host are now stopped more cleanly.
- Added: Reconnection mechanism
- If the connection to a Docker host is lost, LoggiFly will now attempt to reconnect every 60 seconds
- Updated README
- added a donation link :)