mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
App Submission: Remmina (#291)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
This commit is contained in:
parent
8fc911704b
commit
d7db211420
0
remmina/data/config/.gitkeep
Normal file
0
remmina/data/config/.gitkeep
Normal file
16
remmina/docker-compose.yml
Normal file
16
remmina/docker-compose.yml
Normal 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
42
remmina/umbrel-app.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user