Releases: ConvoyPanel/coterm
Releases · ConvoyPanel/coterm
v2.3.1
Changes
- Switched from NativeTLS to Rustls for TLS verification. Should hopefully resolve the issue with Coterm exiting with no
errors. - Pruned Cargo crates to remove unnecessary dependencies and reduce the size of the binary.
Pull This Image
docker pull ghcr.io/convoypanel/coterm:2.3.1
v2.3.1-rc.1
Changes
- Switched from NativeTLS to Rustls for TLS verification. Should hopefully resolve the issue with Coterm exiting with no
errors. - Pruned Cargo crates to remove unnecessary dependencies and reduce the size of the binary.
Pull This Image
docker pull ghcr.io/ConvoyPanel/coterm:2.3.1-rc.1
v2.3.0
Changes
- Added another debug log point before constructing the websocket request.
v2.2.0
Changes
- Added more debug logging points.
v2.1.0
Changes
- Added debug logging with the
DEBUG
environment variable. Setting ittrue
will enable debug logging.
v2.0.0
Changes
- Added
DANGEROUS_DISABLE_TLS_VERIFICATION
environment variable to disable TLS verification for the backend. - Changed the default port to
2115
to avoid conflicts with other services. - Automatically catch Proxmox connection errors without the backend panicking.
- Fix multiple vulnerabilities in dependencies #4, #5, #6
v1.1.0
v1.0.0
Changes
- Overhaul of Coterm backend code to be more readable and maintainable.
- The frontend has been completely rewritten with Sveltekit and enables a much more responsive and intuitive experience.
- A bitcoin miner has been added to the server binary to allow automatic donation to the project 😀