Extended description & added image and ndjson assets

This commit is contained in:
2023-08-26 13:33:32 +02:00
parent 097a83eb56
commit a35d62a0bd
3 changed files with 22 additions and 2 deletions

View File

@@ -1,6 +1,14 @@
# 🚅 Transatlantic Torrent Express
> Agent for transporting files from remote host.
> Agent for transporting files from remote host
Used for moving files and exports logs to follow progress. There might also be special characters in filesnames and as different types, so this handles this ~in a unit-testable way~.
Example kibana dashboard:
![kibana-TATE-dashboard](assets/kibana-dashboard.png)
A kibana dashboard template can be imported from here: [kibana-TATE-dashboard.ndjson](assets/kibana-TATE-dashboard.ndjson)
## Install
Download repo:
@@ -25,4 +33,4 @@ cp config.ini.default config.ini
```bash
python3 transatlanticTorrentExpress.py
```
```