Releases: TG-Monitor/bundle-monolith
Releases · TG-Monitor/bundle-monolith
0.0.4
TG-Monitor CLI Application
Version: 0.0.4
TG-Monitor application with CLI user interface.
Notes
- The CLI runs in the same process as the monitor, thus, quitting the CLI terminates the monitor.
- Logged-in Telegram session is saved persistently in
/var/tmp/tg-monitor/telethon
on local machine. A logged-in session is reused across runs of the application, so there is no need to log in at each run.
Component Architecture
Distribution
- main-0.0.4.zip: standalone executable distribution archive of the application containing all code dependencies.
- Created with Gradle
distZip
task of the Distribution Plugin.
- Created with Gradle
Component Versions
- tgmc-main 0.0.4
- tgmc-cli 0.0.4
- tgm-monitor 0.0.3
- tgm-backend 0.0.3
- tgm-telegram 0.0.3
- tgm-notification 0.0.4
- tgm-matching 0.0.3
- tgm-servicelocator-instances 0.0.3
- tgm-entities 0.0.1
- tgm-servicelocator 0.0.1
Platform Dependencies
- Java ≥ 8u91
- Python 3
- Telethon 1.04
Docker
- Dockerfile for creating a Docker image of the application
- docker-run.sh: command for running the Docker image
- Docker Hub:
weibeld/tg-monitor:0.0.4-cli
Documentation
- Documentation about architecture and other aspects in doc/