App Submission: Remmina (#291)

Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
This commit is contained in:
Pranshu Agrawal 2022-12-23 20:15:35 +05:30 committed by GitHub
parent 8fc911704b
commit d7db211420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 58 additions and 0 deletions

View File

View File

@ -0,0 +1,16 @@
version: "3.7"
services:
app_proxy:
environment:
APP_HOST: remmina_server_1
APP_PORT: 3000
server:
image: linuxserver/remmina:1.4.2@sha256:dc9972f1707e86ffec0544e296071a64feb6919e245d3b04068ce6549acfc0d9
volumes:
- ${APP_DATA_DIR}/data/config:/config
restart: on-failure
environment:
- PUID=1000
- PGID=1000

42
remmina/umbrel-app.yml Normal file
View File

@ -0,0 +1,42 @@
manifestVersion: 1
id: remmina
category: Networking
name: Remmina
version: "1.4.2"
tagline: Remote access screen and file sharing
description: >-
Use other desktops remotely, from a tiny screen or large monitors.
- RDP, VNC, SPICE, X2Go, SSH, WWW (HTTP protocol) and EXEC network protocols are supported.
- Written in GTK, with a port to Qt underway.
- Released as "remmina" (the main program) and "remmina-plugins".
- Remmina is copylefted libre software.
What is libre software?
The ability to use, see, modify, and share with all.
Requiring sharing on equal terms is what (additionally) makes it copyleft, meaning none of these software freedoms can be taken away.
developer: Remmina
website: https://remmina.org
dependencies: []
repo: https://gitlab.com/Remmina/Remmina
support: https://www.remmina.org/support/
port: 8764
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
path: ""
defaultUsername: ""
defaultPassword: ""
submitter: Pranshu Agrawal
submission: https://github.com/getumbrel/umbrel-apps/pull/291