1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-21 09:34:08 +03:00
Go to file
2024-12-20 17:10:11 +01:00
.github Create dependency-review.yml 2023-07-22 19:31:11 +02:00
actor@386e227a8a Refactor UserServiceManager methods for clarity and improved logging 2024-12-04 17:13:54 +01:00
client@81a1a0c57c Some minor type checking fixes and updated basic non supported platform script 2024-11-13 22:03:47 +01:00
guacamole-auth-uds@d85819b4af Updated guacamole plagin 2024-05-09 17:17:49 +02:00
server Update integrity hashes in admin index HTML and enhance permissions handling for server groups 2024-12-20 17:07:59 +01:00
tunnel-server@7a19994164 Fixed tunnel server stats 2024-12-06 03:54:27 +01:00
.gitignore Adding test for actor_v3 and some minor fixes 2024-09-26 02:28:58 +02:00
.gitmodules Updated client path 2023-07-25 20:20:34 +02:00
LICENSE Update copyright year in LICENSE file 2024-10-12 02:12:56 +02:00
README.md Update copyright year in LICENSE file 2024-10-12 02:12:56 +02:00
SECURITY.md added security file 2023-04-15 00:00:56 +02:00
VERSION Upgrading to next expected release verseion 2024-12-09 18:44:02 +01:00

UDS Logo

The main repository has been transfered to https://github.com/VirtualCable/openuds. Please, update your references.

OpenUDS

OpenUDS (Universal Desktop Services) is a multiplatform connection broker for:

  • VDI: Windows and Linux virtual desktops administration and deployment
  • App virtualization
  • Desktop services consolidation
  • ...

This is an Open Source project, initiated by Spanish Company Virtual Cable and released Open Source with the help of several Spanish Universities.

Please feel free to contribute to this project.

Notes

  • Master version is always under heavy development and it is not recommended for use, it will probably have unfixed bugs. Please use the latest stable branch. (v3.6 right now)
  • From 4.0 onwards (current master), OpenUDS has been splitted in several repositories and contains submodules. Remember to use "git clone --resursive ..." to fetch it ;-).
  • 3.6 version is tested on Python 3.9, 3.10 and 3.11. It will probably work on 3.8 too.
  • 4.0 Version will need Python 3.11 or higher. It uses new features only available on 3.10 or later, and is tested against 3.11. It will probably work on 3.10 too.
  • We use "NamedTuples" in the code, and seems to be some kind of error on 3.11.1, so please do not use that python version: (Ref: https://github.com/python/cpython/issues/100098).