Update rustdesk-server to version 1.1.15 (#4484)
This commit is contained in:
parent
34f300699d
commit
9ae585d4c6
@ -8,7 +8,7 @@ services:
|
||||
|
||||
hbbs:
|
||||
container_name: hbbs
|
||||
image: rustdesk/rustdesk-server:1.1.14@sha256:680f8ba5accafc264d15076f33a6fdb9cb6f4d963a0fc92e01023ca0e919cc83
|
||||
image: rustdesk/rustdesk-server:1.1.15@sha256:10818ec05b179039c6660f4d8e74b303f0db2858bbad2b18e24992ea22d54cd6
|
||||
ports:
|
||||
- 21115:21115
|
||||
- 21116:21116
|
||||
@ -24,7 +24,7 @@ services:
|
||||
|
||||
hbbr:
|
||||
container_name: hbbr
|
||||
image: rustdesk/rustdesk-server:1.1.14@sha256:680f8ba5accafc264d15076f33a6fdb9cb6f4d963a0fc92e01023ca0e919cc83
|
||||
image: rustdesk/rustdesk-server:1.1.15@sha256:10818ec05b179039c6660f4d8e74b303f0db2858bbad2b18e24992ea22d54cd6
|
||||
ports:
|
||||
- 21117:21117
|
||||
- 21119:21119
|
||||
|
||||
@ -3,7 +3,7 @@ id: rustdesk-server
|
||||
name: RustDesk Server
|
||||
tagline: A fast and reliable solution for remote access
|
||||
category: networking
|
||||
version: "1.1.14"
|
||||
version: "1.1.15"
|
||||
port: 21080
|
||||
description: >-
|
||||
RustDesk is an open-source, self-hosted, and secure remote desktop solution that allows users to access and control computers remotely. It provides functionality similar to other remote desktop tools like TeamViewer and AnyDesk but with the key advantage of being open-source, meaning users can inspect the code, contribute to its development, and even self-host the software on their own servers. This allows for greater control over the remote access environment and better privacy, as all communication can be routed through a server that the user owns or operates, rather than relying on a third-party provider.
|
||||
@ -29,5 +29,14 @@ gallery:
|
||||
defaultUsername: ""
|
||||
defaultPassword: ""
|
||||
dependencies: []
|
||||
releaseNotes: ""
|
||||
releaseNotes: >-
|
||||
This update includes several improvements and fixes:
|
||||
- Fixed loopback address handling
|
||||
- Increased default bandwidth for better performance
|
||||
- Added support for running without root privileges
|
||||
- Added option to log authentication attempts for use with security tools like fail2ban
|
||||
- Improved connection log querying
|
||||
|
||||
|
||||
Full release notes can be found at https://github.com/rustdesk/rustdesk-server/releases
|
||||
path: ""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user