Files
citrix-workspace-kasm/README.md
2023-12-14 16:09:06 +03:00

50 lines
2.5 KiB
Markdown

**Kasm Workspaces is a docker container streaming platform for delivering browser-based access to desktops, applications, and web services.**
# **Get Started**
Try out our no-cost Community Edition: [Download.](https://kasmweb.com/downloads)
Our Kasm Workspaces team has open-sourced our library of images ([Info](https://www.kasmweb.com/docs/latest/guide/custom_images.html) & [Source Code](https://github.com/kasmtech/workspaces-images)).
The web-native rendering is powered by our open-source project: [KasmVNC](https://github.com/kasmtech/KasmVNC).
# **About This Image**
[![Build Status](https://drone.arnike.ru/api/badges/Arnike/citrix-workspace-kasm/status.svg)](https://drone.arnike.ru/Arnike/citrix-workspace-kasm)
This image contains a browser-accessible version of Citrix Workspace.
# **Screenshot**
![Imgur](https://i.imgur.com/0d43InQ.png)
# **Stand-alone Deployment**
This image was designed to run natively within Kasm Workspaces, but it can also be deployed stand-alone and accessed through a web browser.
```sh
docker run --rm -it --shm-size=512m -p 6901:6901 -e VNC_PW=password arnike/citrix-workspace-kasm:latest
```
The container is now accessible via a browser : https://IP_OF_SERVER:6901
- User : kasm_user
- Password: password
**Please note that some functionality, such as audio, uploads, downloads, and microphone pass-through, is only available when using Kasm Workspaces for orchestration.**
# **Tags**
- latest
- Images are built and tagged with the Kasm Workspaces release version.
# **Additional Info**
- Source Code
- [KasmVNC GitHub](https://github.com/kasmtech/KasmVNC): Open-Source VNC server: web-native, secure, high-performance.
- [Images GitHub](https://github.com/kasmtech/workspaces-images): Library of Workspaces Docker images.
- [Core Images GitHub](https://github.com/kasmtech/workspaces-core-images): Library of core OS baselines for custom images.
- Workspaces Documentation
- [Developer API](https://www.kasmweb.com/docs/latest/developers/developer_api.html): Integrate with your applications and workflows.
- [Workspaces](https://www.kasmweb.com/docs/latest/install.html): Instructions for installing and configuring Kasm Workspaces.
- [Custom Images](https://www.kasmweb.com/docs/latest/how_to/building_images.html): Info on configuring custom images and installing software.
- Reporting Issues
- [Issue Tracker GitHub](https://github.com/kasmtech/workspaces-issues/issues): Community issue reporting.