Adding Kasm, containised apps and desktops using docker.

https://kasmweb.com/
https://github.com/linuxserver/docker-kasm/
This commit is contained in:
sysvar 2023-04-14 22:16:27 +01:00 committed by GitHub
parent c6d239ece9
commit 30556513e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,6 +98,7 @@ See [Contributing](.github/CONTRIBUTING.md).
- [Ticketing](#ticketing)
- [Time Tracking](#time-tracking)
- [URL Shorteners](#url-shorteners)
- [Virtualization](#virtualization)
- [VPN](#vpn)
- [Web Servers](#web-servers)
- [Wikis](#wikis)
@ -2053,6 +2054,19 @@ Before hosting one, please see [shortcomings](https://en.wikipedia.org/wiki/URL_
- [YOURLS](https://yourls.org/) - YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener. Features include password protection, URL customization, bookmarklets, statistics, API, plugins, jsonp. ([Source Code](https://github.com/YOURLS/YOURLS)) `MIT` `PHP`
### Virtualization
**[`^ back to top ^`](#awesome-selfhosted)**
[Virtualization](https://en.wikipedia.org/wiki/Virtualization) creating a virtual (rather than actual) version of something at the same abstraction level, including virtual computer hardware platforms, storage devices, and computer network resources.
- [Kasm](https://kasmweb.com/) - Streaming containerized apps and desktops to end-users. Examples include Ubuntu in your browser, or simply single apps such as Chrome, OpenOffice, Gimp, Filezilla etc. ([Demo](https://www.kasmweb.com/#demo), [Source Code](https://github.com/linuxserver/docker-kasm/)) `GPL-3.0`
**Please visit [awesome-sysadmin/Virtualization](https://github.com/awesome-foss/awesome-sysadmin#virtualization)**
### VPN
**[`^ back to top ^`](#awesome-selfhosted)**