mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update remmina to 1.4.35 (#1586)
This commit is contained in:
parent
95e6315b95
commit
96b8d1a9ff
@ -7,10 +7,10 @@ services:
|
|||||||
APP_PORT: 3000
|
APP_PORT: 3000
|
||||||
|
|
||||||
server:
|
server:
|
||||||
image: linuxserver/remmina:1.4.2@sha256:dc9972f1707e86ffec0544e296071a64feb6919e245d3b04068ce6549acfc0d9
|
image: linuxserver/remmina:1.4.35@sha256:ca2b6788bad28d864086649fc276ce696cac9cdf69e6976b85497b341ed07d8d
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/config:/config
|
- ${APP_DATA_DIR}/data/config:/config
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||||||
id: remmina
|
id: remmina
|
||||||
category: networking
|
category: networking
|
||||||
name: Remmina
|
name: Remmina
|
||||||
version: "1.4.2"
|
version: "1.4.35"
|
||||||
tagline: Remote access screen and file sharing
|
tagline: Remote access screen and file sharing
|
||||||
description: >-
|
description: >-
|
||||||
Use other desktops remotely, from a tiny screen or large monitors.
|
Use other desktops remotely, from a tiny screen or large monitors.
|
||||||
@ -40,4 +40,12 @@ defaultUsername: ""
|
|||||||
defaultPassword: ""
|
defaultPassword: ""
|
||||||
submitter: Pranshu Agrawal
|
submitter: Pranshu Agrawal
|
||||||
submission: https://github.com/getumbrel/umbrel-apps/pull/291
|
submission: https://github.com/getumbrel/umbrel-apps/pull/291
|
||||||
releaseNotes: ""
|
releaseNotes: >-
|
||||||
|
This release includes several improvements and bug fixes:
|
||||||
|
- Fixed build issues for OpenSSL 1.1
|
||||||
|
- Added support for running SSH commands when connecting via SSH tunnel
|
||||||
|
- Resolved compilation issues with GCC-14
|
||||||
|
- Fixed a crash related to the 'disable password storing' feature
|
||||||
|
- Updated handling of load balancing information
|
||||||
|
|
||||||
|
For full release notes, visit https://gitlab.com/Remmina/Remmina/-/releases
|
Loading…
Reference in New Issue
Block a user