├── .gitlab-ci.yml ├── LICENSE.md ├── README.md ├── ci-scripts ├── app-layer.sh ├── build.sh ├── gitlab-ci.template ├── manifest.sh ├── quay_readme.sh ├── readme.sh ├── template-gitlab.py ├── template-vars.yaml ├── test.sh └── weekly-manifest.sh ├── dockerfile-kasm-almalinux-8-desktop ├── dockerfile-kasm-almalinux-9-desktop ├── dockerfile-kasm-alpine-319-desktop ├── dockerfile-kasm-alpine-320-desktop ├── dockerfile-kasm-alpine-321-desktop ├── dockerfile-kasm-atom ├── dockerfile-kasm-audacity ├── dockerfile-kasm-blender ├── dockerfile-kasm-brave ├── dockerfile-kasm-chrome ├── dockerfile-kasm-chromium ├── dockerfile-kasm-cyberbro ├── dockerfile-kasm-debian-bookworm-desktop ├── dockerfile-kasm-debian-bullseye-desktop ├── dockerfile-kasm-debian-trixie-desktop ├── dockerfile-kasm-deluge ├── dockerfile-kasm-desktop ├── dockerfile-kasm-desktop-deluxe ├── dockerfile-kasm-discord ├── dockerfile-kasm-doom ├── dockerfile-kasm-edge ├── dockerfile-kasm-fedora-39-desktop ├── dockerfile-kasm-fedora-40-desktop ├── dockerfile-kasm-fedora-41-desktop ├── dockerfile-kasm-filezilla ├── dockerfile-kasm-firefox ├── dockerfile-kasm-forensic-osint ├── dockerfile-kasm-gimp ├── dockerfile-kasm-hunchly ├── dockerfile-kasm-inkscape ├── dockerfile-kasm-insomnia ├── dockerfile-kasm-java-dev ├── dockerfile-kasm-kali-rolling-desktop ├── dockerfile-kasm-libre-office ├── dockerfile-kasm-maltego ├── dockerfile-kasm-minetest ├── dockerfile-kasm-nessus ├── dockerfile-kasm-obsidian ├── dockerfile-kasm-only-office ├── dockerfile-kasm-opensuse-15-desktop ├── dockerfile-kasm-oracle-8-desktop ├── dockerfile-kasm-oracle-9-desktop ├── dockerfile-kasm-parrotos-6-desktop ├── dockerfile-kasm-pinta ├── dockerfile-kasm-postman ├── dockerfile-kasm-qbittorrent ├── dockerfile-kasm-realvnc-vncviewer ├── dockerfile-kasm-redroid ├── dockerfile-kasm-remmina ├── dockerfile-kasm-retroarch ├── dockerfile-kasm-rhel-9-desktop ├── dockerfile-kasm-rockylinux-8-desktop ├── dockerfile-kasm-rockylinux-9-desktop ├── dockerfile-kasm-signal ├── dockerfile-kasm-slack ├── dockerfile-kasm-spiderfoot ├── dockerfile-kasm-steam ├── dockerfile-kasm-sublime-text ├── dockerfile-kasm-super-tux-kart ├── dockerfile-kasm-teams ├── dockerfile-kasm-telegram ├── dockerfile-kasm-terminal ├── dockerfile-kasm-thunderbird ├── dockerfile-kasm-tor-browser ├── dockerfile-kasm-tracelabs ├── dockerfile-kasm-ubuntu-jammy-desktop ├── dockerfile-kasm-ubuntu-jammy-desktop-vpn ├── dockerfile-kasm-ubuntu-jammy-dind ├── dockerfile-kasm-ubuntu-jammy-dind-rootless ├── dockerfile-kasm-ubuntu-noble-desktop ├── dockerfile-kasm-ubuntu-noble-dind ├── dockerfile-kasm-ubuntu-noble-dind-rootless ├── dockerfile-kasm-unityhub ├── dockerfile-kasm-vivaldi ├── dockerfile-kasm-vlc ├── dockerfile-kasm-vmware-horizon ├── dockerfile-kasm-vs-code ├── dockerfile-kasm-wine ├── dockerfile-kasm-zoom ├── dockerfile-kasm-zsnes ├── dockerfile-kasmos-desktop ├── docs ├── almalinux-8-desktop │ ├── README.md │ ├── demo.txt │ └── description.txt ├── almalinux-9-desktop │ ├── README.md │ ├── demo.txt │ └── description.txt ├── alpine-319-desktop │ ├── README.md │ ├── demo.txt │ └── description.txt ├── alpine-320-desktop │ ├── README.md │ ├── demo.txt │ └── description.txt ├── alpine-321-desktop │ ├── README.md │ ├── demo.txt │ └── description.txt ├── atom │ ├── README.md │ ├── demo.txt │ └── description.txt ├── audacity │ ├── README.md │ ├── demo.txt │ └── description.txt ├── blender │ ├── README.md │ ├── demo.txt │ └── description.txt ├── brave │ ├── README.md │ ├── demo.txt │ └── description.txt ├── chrome │ ├── README.md │ ├── demo.txt │ └── description.txt ├── chromium │ ├── README.md │ ├── demo.txt │ └── description.txt ├── cyberbro │ ├── README.md │ ├── demo.txt │ └── description.txt ├── debian-bookworm-desktop │ ├── README.md │ ├── demo.txt │ └── description.txt ├── debian-bullseye-desktop │ ├── README.md │ ├── demo.txt │ └── description.txt ├── debian-trixie-desktop │ ├── README.md │ ├── demo.txt │ └── description.txt ├── deluge │ ├── README.md │ ├── demo.txt │ └── description.txt ├── desktop-deluxe │ ├── README.md │ ├── demo.txt │ └── description.txt ├── desktop │ ├── README.md │ ├── demo.txt │ └── description.txt ├── discord │ ├── README.md │ ├── demo.txt │ └── description.txt ├── doom │ ├── README.md │ ├── demo.txt │ └── description.txt ├── edge │ ├── README.md │ ├── demo.txt │ └── description.txt ├── fedora-39-desktop │ ├── README.md │ ├── demo.txt │ └── description.txt ├── fedora-40-desktop │ ├── README.md │ ├── demo.txt │ └── description.txt ├── fedora-41-desktop │ ├── README.md │ ├── demo.txt │ └── description.txt ├── filezilla │ ├── README.md │ ├── demo.txt │ └── description.txt ├── firefox │ ├── README.md │ ├── demo.txt │ └── description.txt ├── forensic-osint │ ├── README.md │ ├── demo.txt │ └── description.txt ├── gimp │ ├── README.md │ ├── demo.txt │ └── description.txt ├── hunchly │ ├── README.md │ ├── demo.txt │ └── description.txt ├── inkscape │ ├── README.md │ ├── demo.txt │ └── description.txt ├── insomnia │ ├── README.md │ ├── demo.txt │ └── description.txt ├── java-dev │ ├── README.md │ ├── demo.txt │ └── description.txt ├── kali-rolling-desktop │ ├── README.md │ ├── demo.txt │ └── description.txt ├── kasmos-desktop │ ├── README.md │ ├── demo.txt │ └── description.txt ├── libre-office │ ├── README.md │ ├── demo.txt │ └── description.txt ├── maltego │ ├── README.md │ ├── demo.txt │ └── description.txt ├── minetest │ ├── README.md │ ├── demo.txt │ └── description.txt ├── nessus │ ├── README.md │ ├── demo.txt │ └── description.txt ├── obsidian │ ├── README.md │ ├── demo.txt │ └── description.txt ├── only-office │ ├── README.md │ ├── demo.txt │ └── description.txt ├── opensuse-15-desktop │ ├── README.md │ ├── demo.txt │ └── description.txt ├── oracle-8-desktop │ ├── README.md │ ├── demo.txt │ └── description.txt ├── oracle-9-desktop │ ├── README.md │ ├── demo.txt │ └── description.txt ├── parrotos-6-desktop │ ├── README.md │ ├── demo.txt │ └── description.txt ├── pinta │ ├── README.md │ ├── demo.txt │ └── description.txt ├── postman │ ├── README.md │ ├── demo.txt │ └── description.txt ├── qbittorrent │ ├── README.md │ ├── demo.txt │ └── description.txt ├── redroid │ ├── README.md │ ├── demo.txt │ └── description.txt ├── remmina │ ├── README.md │ ├── demo.txt │ └── description.txt ├── retroarch │ ├── README.md │ ├── demo.txt │ └── description.txt ├── rhel-9-desktop │ ├── README.md │ ├── demo.txt │ └── description.txt ├── rockylinux-8-desktop │ ├── README.md │ ├── demo.txt │ └── description.txt ├── rockylinux-9-desktop │ ├── README.md │ ├── demo.txt │ └── description.txt ├── signal │ ├── README.md │ ├── demo.txt │ └── description.txt ├── slack │ ├── README.md │ ├── demo.txt │ └── description.txt ├── spiderfoot │ ├── README.md │ ├── demo.txt │ └── description.txt ├── steam │ ├── README.md │ ├── demo.txt │ └── description.txt ├── sublime-text │ ├── README.md │ ├── demo.txt │ └── description.txt ├── super-tux-kart │ ├── README.md │ ├── demo.txt │ └── description.txt ├── teams │ ├── README.md │ ├── demo.txt │ └── description.txt ├── telegram │ ├── README.md │ ├── demo.txt │ └── description.txt ├── terminal │ ├── README.md │ ├── demo.txt │ └── description.txt ├── thunderbird │ ├── README.md │ ├── demo.txt │ └── description.txt ├── tor-browser │ ├── README.md │ ├── demo.txt │ └── description.txt ├── tracelabs │ ├── README.md │ ├── demo.txt │ └── description.txt ├── ubuntu-jammy-desktop-vpn │ ├── README.md │ ├── demo.txt │ └── description.txt ├── ubuntu-jammy-desktop │ ├── README.md │ ├── demo.txt │ └── description.txt ├── ubuntu-jammy-dind-rootless │ ├── README.md │ ├── demo.txt │ └── description.txt ├── ubuntu-jammy-dind │ ├── README.md │ ├── demo.txt │ └── description.txt ├── ubuntu-noble-desktop │ ├── README.md │ ├── demo.txt │ └── description.txt ├── ubuntu-noble-dind-rootless │ ├── README.md │ ├── demo.txt │ └── description.txt ├── ubuntu-noble-dind │ ├── README.md │ ├── demo.txt │ └── description.txt ├── unityhub │ ├── README.md │ ├── demo.txt │ └── description.txt ├── vivaldi │ ├── README.md │ ├── demo.txt │ └── description.txt ├── vlc │ ├── README.md │ ├── demo.txt │ └── description.txt ├── vmware-horizon │ ├── README.md │ ├── demo.txt │ └── description.txt ├── vs-code │ ├── README.md │ ├── demo.txt │ └── description.txt ├── zoom │ ├── README.md │ ├── demo.txt │ └── description.txt └── zsnes │ ├── README.md │ ├── demo.txt │ └── description.txt └── src ├── alpine └── install │ ├── ansible │ └── install_ansible.sh │ ├── audacity │ ├── audacity.cfg │ ├── custom_startup.sh │ └── install_audacity.sh │ ├── blender │ ├── custom_startup.sh │ └── install_blender.sh │ ├── chromium │ ├── custom_startup.sh │ └── install_chromium.sh │ ├── filezilla │ ├── custom_startup.sh │ ├── filezilla.xml │ └── install_filezilla.sh │ ├── firefox │ ├── custom_startup.sh │ ├── firefox.desktop │ └── install_firefox.sh │ ├── geany │ └── install_geany.sh │ ├── gimp │ ├── custom_startup.sh │ └── install_gimp.sh │ ├── inkscape │ ├── custom_startup.sh │ └── install_inkscape.sh │ ├── libre_office │ ├── custom_startup.sh │ └── install_libre_office.sh │ ├── misc │ └── install_tools.sh │ ├── obs │ └── install_obs.sh │ ├── pinta │ ├── custom_startup.sh │ └── install_pinta.sh │ ├── remmina │ ├── custom_startup.sh │ ├── install_remmina.sh │ └── remmina.pref │ ├── terraform │ └── install_terraform.sh │ ├── thunderbird │ ├── custom_startup.sh │ └── install_thunderbird.sh │ └── tools │ └── install_tools_deluxe.sh ├── common ├── chrome-managed-policies │ └── urlblocklist.json ├── install │ └── configure_firefox.sh └── resources │ └── images │ └── bg_remnux.png ├── kasmos ├── install │ ├── browser │ │ └── install_browser.sh │ └── office │ │ └── install_office_app.sh └── resources │ └── onlyoffice │ ├── docs-editor.desktop │ ├── present-editor.desktop │ └── sheets-editor.desktop ├── opensuse └── install │ ├── ansible │ └── install_ansible.sh │ ├── gimp │ └── install_gimp.sh │ ├── libre_office │ └── install_libre_office.sh │ ├── misc │ └── install_tools.sh │ ├── slack │ └── install_slack.sh │ ├── sublime_text │ └── install_sublime_text.sh │ ├── teams │ └── install_teams.sh │ ├── telegram │ └── install_telegram.sh │ ├── terraform │ └── install_terraform.sh │ ├── tools │ └── install_tools_deluxe.sh │ ├── vs_code │ └── install_vs_code.sh │ └── zoom │ └── install_zoom.sh ├── oracle └── install │ ├── ansible │ └── install_ansible.sh │ ├── gimp │ └── install_gimp.sh │ ├── libre_office │ └── install_libre_office.sh │ ├── misc │ └── install_tools.sh │ ├── obs │ └── install_obs.sh │ ├── only_office │ └── install_only_office.sh │ ├── slack │ └── install_slack.sh │ ├── sublime_text │ └── install_sublime_text.sh │ ├── teams │ └── install_teams.sh │ ├── telegram │ └── install_telegram.sh │ ├── terraform │ └── install_terraform.sh │ ├── tools │ └── install_tools_deluxe.sh │ ├── vs_code │ └── install_vs_code.sh │ └── zoom │ └── install_zoom.sh └── ubuntu └── install ├── android_studio └── install_android_studio.sh ├── ansible └── install_ansible.sh ├── atom ├── custom_startup.sh └── install_atom.sh ├── audacity ├── audacity.cfg ├── custom_startup.sh └── install_audacity.sh ├── blender ├── custom_startup.sh └── install_blender.sh ├── brave ├── custom_startup.sh └── install_brave.sh ├── certificates ├── ca.crt └── install_ca_cert.sh ├── chrome ├── custom_startup.sh └── install_chrome.sh ├── chromium ├── custom_startup.sh └── install_chromium.sh ├── cleanup └── cleanup.sh ├── close_browser_breakout_via_file_manager ├── replace_thunar_with_empty_script.sh └── script_that_just_exits ├── cyberbro ├── custom_startup.sh └── install_cyberbro.sh ├── deluge ├── custom_startup.sh └── install_deluge.sh ├── dind ├── custom_startup.sh ├── dockerd.conf └── install_dind.sh ├── dind_rootless ├── custom_startup.sh ├── install_dind_rootless.sh └── modprobe ├── discord ├── custom_startup.sh └── install_discord.sh ├── doom ├── custom_startup.sh └── install_doom.sh ├── eclipse ├── eclipse.desktop └── install_eclipse.sh ├── edge ├── custom_startup.sh └── install_edge.sh ├── filezilla ├── custom_startup.sh ├── filezilla.xml └── install_filezilla.sh ├── firefox ├── custom_startup.sh ├── firefox.desktop └── install_firefox.sh ├── forensic_osint ├── bg_forensic_osint.png ├── custom_startup.sh ├── install_forensic_osint.sh ├── install_forensic_osint_background.sh └── install_forensic_osint_custom_startup.sh ├── gamepad_utils └── install_gamepad_utils.sh ├── gimp ├── custom_startup.sh └── install_gimp.sh ├── gtk └── install_restricted_file_chooser.sh ├── horizon ├── custom_startup.sh └── install_horizons.sh ├── hunchly ├── install_hunchly.sh └── license.key ├── inkscape ├── custom_startup.sh └── install_inkscape.sh ├── insomnia ├── custom_startup.sh └── install_insomnia.sh ├── kali └── install_kali.sh ├── keeper └── install_keeper.sh ├── langpacks └── install_langpacks.sh ├── libre_office ├── custom_startup.sh └── install_libre_office.sh ├── lsyncd └── install_lsyncd.sh ├── maltego ├── custom_startup.sh └── install_maltego.sh ├── minetest ├── custom_startup.sh └── install_minetest.sh ├── misc ├── install_tools.sh └── single_app_security.sh ├── mobile └── configure_mobile.sh ├── nessus ├── custom_startup.sh └── install_nessus.sh ├── nextcloud └── install_nextcloud.sh ├── obs └── install_obs.sh ├── obsidian ├── custom_startup.sh └── install_obsidian.sh ├── only_office ├── custom_startup.sh └── install_only_office.sh ├── owncloud ├── install_owncloud.sh └── owncloud.cfg ├── parrot └── install_parrot.sh ├── pinta ├── custom_startup.sh └── install_pinta.sh ├── postman ├── custom_startup.sh └── install_postman.sh ├── qbittorrent ├── custom_startup.sh ├── install_qbittorrent.sh └── qBittorrent.conf ├── realvnc_vncviewer ├── custom_startup.sh └── install_realvnc_vncviewer.sh ├── redroid ├── custom_startup.sh └── install_redroid.sh ├── remmina ├── custom_startup.sh ├── install_remmina.sh └── remmina.pref ├── remnux └── install_remnux.sh ├── retroarch ├── custom_startup.sh ├── install_retroarch.sh └── retroarch.cfg ├── signal ├── custom_startup.sh └── install_signal.sh ├── slack ├── custom_startup.sh └── install_slack.sh ├── smb └── install_smb.sh ├── spiderfoot ├── custom_startup.sh └── install_spiderfoot.sh ├── steam ├── custom_startup.sh └── install_steam.sh ├── sublime_text ├── custom_startup.sh └── install_sublime_text.sh ├── super_tux_kart ├── custom_startup.sh └── install_super_tux_kart.sh ├── teams ├── custom_startup.sh └── install_teams.sh ├── telegram ├── custom_startup.sh └── install_telegram.sh ├── terminal └── custom_startup.sh ├── terraform └── install_terraform.sh ├── thunderbird ├── custom_startup.sh └── install_thunderbird.sh ├── tools └── install_tools_deluxe.sh ├── torbrowser ├── custom_startup.sh └── install_torbrowser.sh ├── tracelabs └── install_tracelabs.sh ├── unityhub └── install_unityhub.sh ├── vivaldi ├── custom_startup.sh └── install_vivaldi.sh ├── vlc ├── custom_startup.sh └── install_vlc.sh ├── vpn ├── install_vpn.sh └── start_vpn.sh ├── vs_code ├── custom_startup.sh └── install_vs_code.sh ├── wine └── install_wine.sh ├── zoho_email └── install_zoho_email.sh ├── zoom ├── custom_startup.sh └── install_zoom.sh └── zsnes ├── custom_startup.sh ├── install_zsnes.sh └── zinput.cfg /.gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/.gitlab-ci.yml -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/README.md -------------------------------------------------------------------------------- /ci-scripts/app-layer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/ci-scripts/app-layer.sh -------------------------------------------------------------------------------- /ci-scripts/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/ci-scripts/build.sh -------------------------------------------------------------------------------- /ci-scripts/gitlab-ci.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/ci-scripts/gitlab-ci.template -------------------------------------------------------------------------------- /ci-scripts/manifest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/ci-scripts/manifest.sh -------------------------------------------------------------------------------- /ci-scripts/quay_readme.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/ci-scripts/quay_readme.sh -------------------------------------------------------------------------------- /ci-scripts/readme.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/ci-scripts/readme.sh -------------------------------------------------------------------------------- /ci-scripts/template-gitlab.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/ci-scripts/template-gitlab.py -------------------------------------------------------------------------------- /ci-scripts/template-vars.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/ci-scripts/template-vars.yaml -------------------------------------------------------------------------------- /ci-scripts/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/ci-scripts/test.sh -------------------------------------------------------------------------------- /ci-scripts/weekly-manifest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/ci-scripts/weekly-manifest.sh -------------------------------------------------------------------------------- /dockerfile-kasm-almalinux-8-desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-almalinux-8-desktop -------------------------------------------------------------------------------- /dockerfile-kasm-almalinux-9-desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-almalinux-9-desktop -------------------------------------------------------------------------------- /dockerfile-kasm-alpine-319-desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-alpine-319-desktop -------------------------------------------------------------------------------- /dockerfile-kasm-alpine-320-desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-alpine-320-desktop -------------------------------------------------------------------------------- /dockerfile-kasm-alpine-321-desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-alpine-321-desktop -------------------------------------------------------------------------------- /dockerfile-kasm-atom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-atom -------------------------------------------------------------------------------- /dockerfile-kasm-audacity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-audacity -------------------------------------------------------------------------------- /dockerfile-kasm-blender: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-blender -------------------------------------------------------------------------------- /dockerfile-kasm-brave: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-brave -------------------------------------------------------------------------------- /dockerfile-kasm-chrome: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-chrome -------------------------------------------------------------------------------- /dockerfile-kasm-chromium: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-chromium -------------------------------------------------------------------------------- /dockerfile-kasm-cyberbro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-cyberbro -------------------------------------------------------------------------------- /dockerfile-kasm-debian-bookworm-desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-debian-bookworm-desktop -------------------------------------------------------------------------------- /dockerfile-kasm-debian-bullseye-desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-debian-bullseye-desktop -------------------------------------------------------------------------------- /dockerfile-kasm-debian-trixie-desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-debian-trixie-desktop -------------------------------------------------------------------------------- /dockerfile-kasm-deluge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-deluge -------------------------------------------------------------------------------- /dockerfile-kasm-desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-desktop -------------------------------------------------------------------------------- /dockerfile-kasm-desktop-deluxe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-desktop-deluxe -------------------------------------------------------------------------------- /dockerfile-kasm-discord: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-discord -------------------------------------------------------------------------------- /dockerfile-kasm-doom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-doom -------------------------------------------------------------------------------- /dockerfile-kasm-edge: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-edge -------------------------------------------------------------------------------- /dockerfile-kasm-fedora-39-desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-fedora-39-desktop -------------------------------------------------------------------------------- /dockerfile-kasm-fedora-40-desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-fedora-40-desktop -------------------------------------------------------------------------------- /dockerfile-kasm-fedora-41-desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-fedora-41-desktop -------------------------------------------------------------------------------- /dockerfile-kasm-filezilla: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-filezilla -------------------------------------------------------------------------------- /dockerfile-kasm-firefox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-firefox -------------------------------------------------------------------------------- /dockerfile-kasm-forensic-osint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-forensic-osint -------------------------------------------------------------------------------- /dockerfile-kasm-gimp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-gimp -------------------------------------------------------------------------------- /dockerfile-kasm-hunchly: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-hunchly -------------------------------------------------------------------------------- /dockerfile-kasm-inkscape: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-inkscape -------------------------------------------------------------------------------- /dockerfile-kasm-insomnia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-insomnia -------------------------------------------------------------------------------- /dockerfile-kasm-java-dev: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-java-dev -------------------------------------------------------------------------------- /dockerfile-kasm-kali-rolling-desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-kali-rolling-desktop -------------------------------------------------------------------------------- /dockerfile-kasm-libre-office: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-libre-office -------------------------------------------------------------------------------- /dockerfile-kasm-maltego: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-maltego -------------------------------------------------------------------------------- /dockerfile-kasm-minetest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-minetest -------------------------------------------------------------------------------- /dockerfile-kasm-nessus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-nessus -------------------------------------------------------------------------------- /dockerfile-kasm-obsidian: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-obsidian -------------------------------------------------------------------------------- /dockerfile-kasm-only-office: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-only-office -------------------------------------------------------------------------------- /dockerfile-kasm-opensuse-15-desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-opensuse-15-desktop -------------------------------------------------------------------------------- /dockerfile-kasm-oracle-8-desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-oracle-8-desktop -------------------------------------------------------------------------------- /dockerfile-kasm-oracle-9-desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-oracle-9-desktop -------------------------------------------------------------------------------- /dockerfile-kasm-parrotos-6-desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-parrotos-6-desktop -------------------------------------------------------------------------------- /dockerfile-kasm-pinta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-pinta -------------------------------------------------------------------------------- /dockerfile-kasm-postman: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-postman -------------------------------------------------------------------------------- /dockerfile-kasm-qbittorrent: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-qbittorrent -------------------------------------------------------------------------------- /dockerfile-kasm-realvnc-vncviewer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-realvnc-vncviewer -------------------------------------------------------------------------------- /dockerfile-kasm-redroid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-redroid -------------------------------------------------------------------------------- /dockerfile-kasm-remmina: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-remmina -------------------------------------------------------------------------------- /dockerfile-kasm-retroarch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-retroarch -------------------------------------------------------------------------------- /dockerfile-kasm-rhel-9-desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-rhel-9-desktop -------------------------------------------------------------------------------- /dockerfile-kasm-rockylinux-8-desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-rockylinux-8-desktop -------------------------------------------------------------------------------- /dockerfile-kasm-rockylinux-9-desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-rockylinux-9-desktop -------------------------------------------------------------------------------- /dockerfile-kasm-signal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-signal -------------------------------------------------------------------------------- /dockerfile-kasm-slack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-slack -------------------------------------------------------------------------------- /dockerfile-kasm-spiderfoot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-spiderfoot -------------------------------------------------------------------------------- /dockerfile-kasm-steam: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-steam -------------------------------------------------------------------------------- /dockerfile-kasm-sublime-text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-sublime-text -------------------------------------------------------------------------------- /dockerfile-kasm-super-tux-kart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-super-tux-kart -------------------------------------------------------------------------------- /dockerfile-kasm-teams: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-teams -------------------------------------------------------------------------------- /dockerfile-kasm-telegram: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-telegram -------------------------------------------------------------------------------- /dockerfile-kasm-terminal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-terminal -------------------------------------------------------------------------------- /dockerfile-kasm-thunderbird: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-thunderbird -------------------------------------------------------------------------------- /dockerfile-kasm-tor-browser: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-tor-browser -------------------------------------------------------------------------------- /dockerfile-kasm-tracelabs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-tracelabs -------------------------------------------------------------------------------- /dockerfile-kasm-ubuntu-jammy-desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-ubuntu-jammy-desktop -------------------------------------------------------------------------------- /dockerfile-kasm-ubuntu-jammy-desktop-vpn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-ubuntu-jammy-desktop-vpn -------------------------------------------------------------------------------- /dockerfile-kasm-ubuntu-jammy-dind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-ubuntu-jammy-dind -------------------------------------------------------------------------------- /dockerfile-kasm-ubuntu-jammy-dind-rootless: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-ubuntu-jammy-dind-rootless -------------------------------------------------------------------------------- /dockerfile-kasm-ubuntu-noble-desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-ubuntu-noble-desktop -------------------------------------------------------------------------------- /dockerfile-kasm-ubuntu-noble-dind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-ubuntu-noble-dind -------------------------------------------------------------------------------- /dockerfile-kasm-ubuntu-noble-dind-rootless: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-ubuntu-noble-dind-rootless -------------------------------------------------------------------------------- /dockerfile-kasm-unityhub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-unityhub -------------------------------------------------------------------------------- /dockerfile-kasm-vivaldi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-vivaldi -------------------------------------------------------------------------------- /dockerfile-kasm-vlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-vlc -------------------------------------------------------------------------------- /dockerfile-kasm-vmware-horizon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-vmware-horizon -------------------------------------------------------------------------------- /dockerfile-kasm-vs-code: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-vs-code -------------------------------------------------------------------------------- /dockerfile-kasm-wine: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-wine -------------------------------------------------------------------------------- /dockerfile-kasm-zoom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-zoom -------------------------------------------------------------------------------- /dockerfile-kasm-zsnes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasm-zsnes -------------------------------------------------------------------------------- /dockerfile-kasmos-desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/dockerfile-kasmos-desktop -------------------------------------------------------------------------------- /docs/almalinux-8-desktop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/almalinux-8-desktop/README.md -------------------------------------------------------------------------------- /docs/almalinux-8-desktop/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/almalinux-8-desktop/demo.txt -------------------------------------------------------------------------------- /docs/almalinux-8-desktop/description.txt: -------------------------------------------------------------------------------- 1 | AlmaLinux 8 desktop for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/almalinux-9-desktop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/almalinux-9-desktop/README.md -------------------------------------------------------------------------------- /docs/almalinux-9-desktop/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/almalinux-9-desktop/demo.txt -------------------------------------------------------------------------------- /docs/almalinux-9-desktop/description.txt: -------------------------------------------------------------------------------- 1 | AlmaLinux 9 desktop for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/alpine-319-desktop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/alpine-319-desktop/README.md -------------------------------------------------------------------------------- /docs/alpine-319-desktop/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/alpine-319-desktop/demo.txt -------------------------------------------------------------------------------- /docs/alpine-319-desktop/description.txt: -------------------------------------------------------------------------------- 1 | Alpine 3.19 desktop for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/alpine-320-desktop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/alpine-320-desktop/README.md -------------------------------------------------------------------------------- /docs/alpine-320-desktop/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/alpine-320-desktop/demo.txt -------------------------------------------------------------------------------- /docs/alpine-320-desktop/description.txt: -------------------------------------------------------------------------------- 1 | Alpine 3.20 desktop for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/alpine-321-desktop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/alpine-321-desktop/README.md -------------------------------------------------------------------------------- /docs/alpine-321-desktop/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/alpine-321-desktop/demo.txt -------------------------------------------------------------------------------- /docs/alpine-321-desktop/description.txt: -------------------------------------------------------------------------------- 1 | Alpine 3.21 desktop for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/atom/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/atom/README.md -------------------------------------------------------------------------------- /docs/atom/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/atom/demo.txt -------------------------------------------------------------------------------- /docs/atom/description.txt: -------------------------------------------------------------------------------- 1 | Atom Editor for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/audacity/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/audacity/README.md -------------------------------------------------------------------------------- /docs/audacity/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/audacity/demo.txt -------------------------------------------------------------------------------- /docs/audacity/description.txt: -------------------------------------------------------------------------------- 1 | Audacity for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/blender/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/blender/README.md -------------------------------------------------------------------------------- /docs/blender/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/blender/demo.txt -------------------------------------------------------------------------------- /docs/blender/description.txt: -------------------------------------------------------------------------------- 1 | Blender for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/brave/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/brave/README.md -------------------------------------------------------------------------------- /docs/brave/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/brave/demo.txt -------------------------------------------------------------------------------- /docs/brave/description.txt: -------------------------------------------------------------------------------- 1 | Brave browser for Kasm Workspaces -------------------------------------------------------------------------------- /docs/chrome/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/chrome/README.md -------------------------------------------------------------------------------- /docs/chrome/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/chrome/demo.txt -------------------------------------------------------------------------------- /docs/chrome/description.txt: -------------------------------------------------------------------------------- 1 | Google Chrome for Kasm Workspaces -------------------------------------------------------------------------------- /docs/chromium/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/chromium/README.md -------------------------------------------------------------------------------- /docs/chromium/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/chromium/demo.txt -------------------------------------------------------------------------------- /docs/chromium/description.txt: -------------------------------------------------------------------------------- 1 | Chromium for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/cyberbro/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/cyberbro/README.md -------------------------------------------------------------------------------- /docs/cyberbro/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/cyberbro/demo.txt -------------------------------------------------------------------------------- /docs/cyberbro/description.txt: -------------------------------------------------------------------------------- 1 | Cyberbro for Kasm Workspaces -------------------------------------------------------------------------------- /docs/debian-bookworm-desktop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/debian-bookworm-desktop/README.md -------------------------------------------------------------------------------- /docs/debian-bookworm-desktop/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/debian-bookworm-desktop/demo.txt -------------------------------------------------------------------------------- /docs/debian-bookworm-desktop/description.txt: -------------------------------------------------------------------------------- 1 | Debian Bookworm desktop for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/debian-bullseye-desktop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/debian-bullseye-desktop/README.md -------------------------------------------------------------------------------- /docs/debian-bullseye-desktop/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/debian-bullseye-desktop/demo.txt -------------------------------------------------------------------------------- /docs/debian-bullseye-desktop/description.txt: -------------------------------------------------------------------------------- 1 | Debian Bullseye desktop for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/debian-trixie-desktop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/debian-trixie-desktop/README.md -------------------------------------------------------------------------------- /docs/debian-trixie-desktop/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/debian-trixie-desktop/demo.txt -------------------------------------------------------------------------------- /docs/debian-trixie-desktop/description.txt: -------------------------------------------------------------------------------- 1 | Debian Trixie desktop for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/deluge/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/deluge/README.md -------------------------------------------------------------------------------- /docs/deluge/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/deluge/demo.txt -------------------------------------------------------------------------------- /docs/deluge/description.txt: -------------------------------------------------------------------------------- 1 | Deluge for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/desktop-deluxe/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/desktop-deluxe/README.md -------------------------------------------------------------------------------- /docs/desktop-deluxe/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/desktop-deluxe/demo.txt -------------------------------------------------------------------------------- /docs/desktop-deluxe/description.txt: -------------------------------------------------------------------------------- 1 | Ubuntu productivity desktop for Kasm Workspaces -------------------------------------------------------------------------------- /docs/desktop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/desktop/README.md -------------------------------------------------------------------------------- /docs/desktop/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/desktop/demo.txt -------------------------------------------------------------------------------- /docs/desktop/description.txt: -------------------------------------------------------------------------------- 1 | Ubuntu desktop for Kasm Workspaces -------------------------------------------------------------------------------- /docs/discord/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/discord/README.md -------------------------------------------------------------------------------- /docs/discord/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/discord/demo.txt -------------------------------------------------------------------------------- /docs/discord/description.txt: -------------------------------------------------------------------------------- 1 | Discord for Kasm Workspaces -------------------------------------------------------------------------------- /docs/doom/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/doom/README.md -------------------------------------------------------------------------------- /docs/doom/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/doom/demo.txt -------------------------------------------------------------------------------- /docs/doom/description.txt: -------------------------------------------------------------------------------- 1 | Doom for Kasm Workspaces -------------------------------------------------------------------------------- /docs/edge/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/edge/README.md -------------------------------------------------------------------------------- /docs/edge/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/edge/demo.txt -------------------------------------------------------------------------------- /docs/edge/description.txt: -------------------------------------------------------------------------------- 1 | Microsoft Edge Insider Preview for Kasm Workspaces -------------------------------------------------------------------------------- /docs/fedora-39-desktop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/fedora-39-desktop/README.md -------------------------------------------------------------------------------- /docs/fedora-39-desktop/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/fedora-39-desktop/demo.txt -------------------------------------------------------------------------------- /docs/fedora-39-desktop/description.txt: -------------------------------------------------------------------------------- 1 | Fedora 39 desktop for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/fedora-40-desktop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/fedora-40-desktop/README.md -------------------------------------------------------------------------------- /docs/fedora-40-desktop/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/fedora-40-desktop/demo.txt -------------------------------------------------------------------------------- /docs/fedora-40-desktop/description.txt: -------------------------------------------------------------------------------- 1 | Fedora 40 desktop for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/fedora-41-desktop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/fedora-41-desktop/README.md -------------------------------------------------------------------------------- /docs/fedora-41-desktop/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/fedora-41-desktop/demo.txt -------------------------------------------------------------------------------- /docs/fedora-41-desktop/description.txt: -------------------------------------------------------------------------------- 1 | Fedora 41 desktop for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/filezilla/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/filezilla/README.md -------------------------------------------------------------------------------- /docs/filezilla/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/filezilla/demo.txt -------------------------------------------------------------------------------- /docs/filezilla/description.txt: -------------------------------------------------------------------------------- 1 | FileZilla for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/firefox/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/firefox/README.md -------------------------------------------------------------------------------- /docs/firefox/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/firefox/demo.txt -------------------------------------------------------------------------------- /docs/firefox/description.txt: -------------------------------------------------------------------------------- 1 | Mozilla Firefox for Kasm Workspaces -------------------------------------------------------------------------------- /docs/forensic-osint/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/forensic-osint/README.md -------------------------------------------------------------------------------- /docs/forensic-osint/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/forensic-osint/demo.txt -------------------------------------------------------------------------------- /docs/forensic-osint/description.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/forensic-osint/description.txt -------------------------------------------------------------------------------- /docs/gimp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/gimp/README.md -------------------------------------------------------------------------------- /docs/gimp/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/gimp/demo.txt -------------------------------------------------------------------------------- /docs/gimp/description.txt: -------------------------------------------------------------------------------- 1 | GIMP for Kasm Workspaces -------------------------------------------------------------------------------- /docs/hunchly/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/hunchly/README.md -------------------------------------------------------------------------------- /docs/hunchly/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/hunchly/demo.txt -------------------------------------------------------------------------------- /docs/hunchly/description.txt: -------------------------------------------------------------------------------- 1 | Ubuntu desktop with Google Chrome and Hunchly Web Capture Tool -------------------------------------------------------------------------------- /docs/inkscape/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/inkscape/README.md -------------------------------------------------------------------------------- /docs/inkscape/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/inkscape/demo.txt -------------------------------------------------------------------------------- /docs/inkscape/description.txt: -------------------------------------------------------------------------------- 1 | Inkscape for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/insomnia/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/insomnia/README.md -------------------------------------------------------------------------------- /docs/insomnia/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/insomnia/demo.txt -------------------------------------------------------------------------------- /docs/insomnia/description.txt: -------------------------------------------------------------------------------- 1 | Insomnia for Kasm Workspaces -------------------------------------------------------------------------------- /docs/java-dev/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/java-dev/README.md -------------------------------------------------------------------------------- /docs/java-dev/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/java-dev/demo.txt -------------------------------------------------------------------------------- /docs/java-dev/description.txt: -------------------------------------------------------------------------------- 1 | Ubuntu Java development desktop for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/kali-rolling-desktop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/kali-rolling-desktop/README.md -------------------------------------------------------------------------------- /docs/kali-rolling-desktop/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/kali-rolling-desktop/demo.txt -------------------------------------------------------------------------------- /docs/kali-rolling-desktop/description.txt: -------------------------------------------------------------------------------- 1 | Kali Rolling desktop for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/kasmos-desktop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/kasmos-desktop/README.md -------------------------------------------------------------------------------- /docs/kasmos-desktop/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/kasmos-desktop/demo.txt -------------------------------------------------------------------------------- /docs/kasmos-desktop/description.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/kasmos-desktop/description.txt -------------------------------------------------------------------------------- /docs/libre-office/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/libre-office/README.md -------------------------------------------------------------------------------- /docs/libre-office/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/libre-office/demo.txt -------------------------------------------------------------------------------- /docs/libre-office/description.txt: -------------------------------------------------------------------------------- 1 | LibreOffice for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/maltego/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/maltego/README.md -------------------------------------------------------------------------------- /docs/maltego/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/maltego/demo.txt -------------------------------------------------------------------------------- /docs/maltego/description.txt: -------------------------------------------------------------------------------- 1 | Maltego for Kasm Workspaces -------------------------------------------------------------------------------- /docs/minetest/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/minetest/README.md -------------------------------------------------------------------------------- /docs/minetest/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/minetest/demo.txt -------------------------------------------------------------------------------- /docs/minetest/description.txt: -------------------------------------------------------------------------------- 1 | Minetest for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/nessus/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/nessus/README.md -------------------------------------------------------------------------------- /docs/nessus/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/nessus/demo.txt -------------------------------------------------------------------------------- /docs/nessus/description.txt: -------------------------------------------------------------------------------- 1 | Nessus Vulnerability Scanner for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/obsidian/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/obsidian/README.md -------------------------------------------------------------------------------- /docs/obsidian/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/obsidian/demo.txt -------------------------------------------------------------------------------- /docs/obsidian/description.txt: -------------------------------------------------------------------------------- 1 | Obsidian for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/only-office/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/only-office/README.md -------------------------------------------------------------------------------- /docs/only-office/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/only-office/demo.txt -------------------------------------------------------------------------------- /docs/only-office/description.txt: -------------------------------------------------------------------------------- 1 | OnlyOffice for Kasm Workspaces -------------------------------------------------------------------------------- /docs/opensuse-15-desktop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/opensuse-15-desktop/README.md -------------------------------------------------------------------------------- /docs/opensuse-15-desktop/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/opensuse-15-desktop/demo.txt -------------------------------------------------------------------------------- /docs/opensuse-15-desktop/description.txt: -------------------------------------------------------------------------------- 1 | openSUSE Leap 15 desktop for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/oracle-8-desktop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/oracle-8-desktop/README.md -------------------------------------------------------------------------------- /docs/oracle-8-desktop/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/oracle-8-desktop/demo.txt -------------------------------------------------------------------------------- /docs/oracle-8-desktop/description.txt: -------------------------------------------------------------------------------- 1 | Oracle Linux 8 desktop for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/oracle-9-desktop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/oracle-9-desktop/README.md -------------------------------------------------------------------------------- /docs/oracle-9-desktop/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/oracle-9-desktop/demo.txt -------------------------------------------------------------------------------- /docs/oracle-9-desktop/description.txt: -------------------------------------------------------------------------------- 1 | Oracle 9 desktop for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/parrotos-6-desktop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/parrotos-6-desktop/README.md -------------------------------------------------------------------------------- /docs/parrotos-6-desktop/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/parrotos-6-desktop/demo.txt -------------------------------------------------------------------------------- /docs/parrotos-6-desktop/description.txt: -------------------------------------------------------------------------------- 1 | Parrot OS 6 desktop for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/pinta/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/pinta/README.md -------------------------------------------------------------------------------- /docs/pinta/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/pinta/demo.txt -------------------------------------------------------------------------------- /docs/pinta/description.txt: -------------------------------------------------------------------------------- 1 | Pinta for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/postman/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/postman/README.md -------------------------------------------------------------------------------- /docs/postman/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/postman/demo.txt -------------------------------------------------------------------------------- /docs/postman/description.txt: -------------------------------------------------------------------------------- 1 | Postman for Kasm Workspaces -------------------------------------------------------------------------------- /docs/qbittorrent/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/qbittorrent/README.md -------------------------------------------------------------------------------- /docs/qbittorrent/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/qbittorrent/demo.txt -------------------------------------------------------------------------------- /docs/qbittorrent/description.txt: -------------------------------------------------------------------------------- 1 | qBittorrent for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/redroid/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/redroid/README.md -------------------------------------------------------------------------------- /docs/redroid/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/redroid/demo.txt -------------------------------------------------------------------------------- /docs/redroid/description.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/redroid/description.txt -------------------------------------------------------------------------------- /docs/remmina/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/remmina/README.md -------------------------------------------------------------------------------- /docs/remmina/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/remmina/demo.txt -------------------------------------------------------------------------------- /docs/remmina/description.txt: -------------------------------------------------------------------------------- 1 | Remmina for Kasm Workspaces -------------------------------------------------------------------------------- /docs/retroarch/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/retroarch/README.md -------------------------------------------------------------------------------- /docs/retroarch/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/retroarch/demo.txt -------------------------------------------------------------------------------- /docs/retroarch/description.txt: -------------------------------------------------------------------------------- 1 | RetroArch for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/rhel-9-desktop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/rhel-9-desktop/README.md -------------------------------------------------------------------------------- /docs/rhel-9-desktop/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/rhel-9-desktop/demo.txt -------------------------------------------------------------------------------- /docs/rhel-9-desktop/description.txt: -------------------------------------------------------------------------------- 1 | Red Hat Linux 9 desktop for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/rockylinux-8-desktop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/rockylinux-8-desktop/README.md -------------------------------------------------------------------------------- /docs/rockylinux-8-desktop/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/rockylinux-8-desktop/demo.txt -------------------------------------------------------------------------------- /docs/rockylinux-8-desktop/description.txt: -------------------------------------------------------------------------------- 1 | Rocky Linux 8 desktop for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/rockylinux-9-desktop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/rockylinux-9-desktop/README.md -------------------------------------------------------------------------------- /docs/rockylinux-9-desktop/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/rockylinux-9-desktop/demo.txt -------------------------------------------------------------------------------- /docs/rockylinux-9-desktop/description.txt: -------------------------------------------------------------------------------- 1 | Rocky Linux 9 desktop for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/signal/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/signal/README.md -------------------------------------------------------------------------------- /docs/signal/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/signal/demo.txt -------------------------------------------------------------------------------- /docs/signal/description.txt: -------------------------------------------------------------------------------- 1 | Signal for Kasm Workspaces -------------------------------------------------------------------------------- /docs/slack/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/slack/README.md -------------------------------------------------------------------------------- /docs/slack/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/slack/demo.txt -------------------------------------------------------------------------------- /docs/slack/description.txt: -------------------------------------------------------------------------------- 1 | Slack for Kasm Workspaces -------------------------------------------------------------------------------- /docs/spiderfoot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/spiderfoot/README.md -------------------------------------------------------------------------------- /docs/spiderfoot/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/spiderfoot/demo.txt -------------------------------------------------------------------------------- /docs/spiderfoot/description.txt: -------------------------------------------------------------------------------- 1 | Spiderfoot for Kasm Workspaces -------------------------------------------------------------------------------- /docs/steam/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/steam/README.md -------------------------------------------------------------------------------- /docs/steam/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/steam/demo.txt -------------------------------------------------------------------------------- /docs/steam/description.txt: -------------------------------------------------------------------------------- 1 | Steam for Kasm Workspaces -------------------------------------------------------------------------------- /docs/sublime-text/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/sublime-text/README.md -------------------------------------------------------------------------------- /docs/sublime-text/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/sublime-text/demo.txt -------------------------------------------------------------------------------- /docs/sublime-text/description.txt: -------------------------------------------------------------------------------- 1 | Sublime Text for Kasm Workspaces -------------------------------------------------------------------------------- /docs/super-tux-kart/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/super-tux-kart/README.md -------------------------------------------------------------------------------- /docs/super-tux-kart/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/super-tux-kart/demo.txt -------------------------------------------------------------------------------- /docs/super-tux-kart/description.txt: -------------------------------------------------------------------------------- 1 | SuperTuxKart for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/teams/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/teams/README.md -------------------------------------------------------------------------------- /docs/teams/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/teams/demo.txt -------------------------------------------------------------------------------- /docs/teams/description.txt: -------------------------------------------------------------------------------- 1 | Microsoft Teams for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/telegram/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/telegram/README.md -------------------------------------------------------------------------------- /docs/telegram/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/telegram/demo.txt -------------------------------------------------------------------------------- /docs/telegram/description.txt: -------------------------------------------------------------------------------- 1 | Telegram Desktop for Kasm Workspaces -------------------------------------------------------------------------------- /docs/terminal/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/terminal/README.md -------------------------------------------------------------------------------- /docs/terminal/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/terminal/demo.txt -------------------------------------------------------------------------------- /docs/terminal/description.txt: -------------------------------------------------------------------------------- 1 | xfce4-terminal for Kasm Workspaces -------------------------------------------------------------------------------- /docs/thunderbird/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/thunderbird/README.md -------------------------------------------------------------------------------- /docs/thunderbird/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/thunderbird/demo.txt -------------------------------------------------------------------------------- /docs/thunderbird/description.txt: -------------------------------------------------------------------------------- 1 | Thunderbird for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/tor-browser/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/tor-browser/README.md -------------------------------------------------------------------------------- /docs/tor-browser/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/tor-browser/demo.txt -------------------------------------------------------------------------------- /docs/tor-browser/description.txt: -------------------------------------------------------------------------------- 1 | Tor Browser for Kasm Workspaces -------------------------------------------------------------------------------- /docs/tracelabs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/tracelabs/README.md -------------------------------------------------------------------------------- /docs/tracelabs/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/tracelabs/demo.txt -------------------------------------------------------------------------------- /docs/tracelabs/description.txt: -------------------------------------------------------------------------------- 1 | Trace Labs OSINT Image for Kasm Workspaces -------------------------------------------------------------------------------- /docs/ubuntu-jammy-desktop-vpn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/ubuntu-jammy-desktop-vpn/README.md -------------------------------------------------------------------------------- /docs/ubuntu-jammy-desktop-vpn/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/ubuntu-jammy-desktop-vpn/demo.txt -------------------------------------------------------------------------------- /docs/ubuntu-jammy-desktop-vpn/description.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/ubuntu-jammy-desktop-vpn/description.txt -------------------------------------------------------------------------------- /docs/ubuntu-jammy-desktop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/ubuntu-jammy-desktop/README.md -------------------------------------------------------------------------------- /docs/ubuntu-jammy-desktop/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/ubuntu-jammy-desktop/demo.txt -------------------------------------------------------------------------------- /docs/ubuntu-jammy-desktop/description.txt: -------------------------------------------------------------------------------- 1 | Ubuntu productivity desktop for Kasm Workspaces -------------------------------------------------------------------------------- /docs/ubuntu-jammy-dind-rootless/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/ubuntu-jammy-dind-rootless/README.md -------------------------------------------------------------------------------- /docs/ubuntu-jammy-dind-rootless/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/ubuntu-jammy-dind-rootless/demo.txt -------------------------------------------------------------------------------- /docs/ubuntu-jammy-dind-rootless/description.txt: -------------------------------------------------------------------------------- 1 | Rootless Docker for Kasm Workspaces -------------------------------------------------------------------------------- /docs/ubuntu-jammy-dind/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/ubuntu-jammy-dind/README.md -------------------------------------------------------------------------------- /docs/ubuntu-jammy-dind/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/ubuntu-jammy-dind/demo.txt -------------------------------------------------------------------------------- /docs/ubuntu-jammy-dind/description.txt: -------------------------------------------------------------------------------- 1 | Docker for Kasm Workspaces -------------------------------------------------------------------------------- /docs/ubuntu-noble-desktop/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/ubuntu-noble-desktop/README.md -------------------------------------------------------------------------------- /docs/ubuntu-noble-desktop/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/ubuntu-noble-desktop/demo.txt -------------------------------------------------------------------------------- /docs/ubuntu-noble-desktop/description.txt: -------------------------------------------------------------------------------- 1 | Ubuntu productivity desktop for Kasm Workspaces -------------------------------------------------------------------------------- /docs/ubuntu-noble-dind-rootless/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/ubuntu-noble-dind-rootless/README.md -------------------------------------------------------------------------------- /docs/ubuntu-noble-dind-rootless/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/ubuntu-noble-dind-rootless/demo.txt -------------------------------------------------------------------------------- /docs/ubuntu-noble-dind-rootless/description.txt: -------------------------------------------------------------------------------- 1 | Rootless Docker for Kasm Workspaces -------------------------------------------------------------------------------- /docs/ubuntu-noble-dind/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/ubuntu-noble-dind/README.md -------------------------------------------------------------------------------- /docs/ubuntu-noble-dind/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/ubuntu-noble-dind/demo.txt -------------------------------------------------------------------------------- /docs/ubuntu-noble-dind/description.txt: -------------------------------------------------------------------------------- 1 | Docker for Kasm Workspaces -------------------------------------------------------------------------------- /docs/unityhub/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/unityhub/README.md -------------------------------------------------------------------------------- /docs/unityhub/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/unityhub/demo.txt -------------------------------------------------------------------------------- /docs/unityhub/description.txt: -------------------------------------------------------------------------------- 1 | Unity Hub for Kasm Workspaces -------------------------------------------------------------------------------- /docs/vivaldi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/vivaldi/README.md -------------------------------------------------------------------------------- /docs/vivaldi/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/vivaldi/demo.txt -------------------------------------------------------------------------------- /docs/vivaldi/description.txt: -------------------------------------------------------------------------------- 1 | Vivaldi for Kasm Workspaces 2 | -------------------------------------------------------------------------------- /docs/vlc/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/vlc/README.md -------------------------------------------------------------------------------- /docs/vlc/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/vlc/demo.txt -------------------------------------------------------------------------------- /docs/vlc/description.txt: -------------------------------------------------------------------------------- 1 | VLC for Kasm Workspaces -------------------------------------------------------------------------------- /docs/vmware-horizon/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/vmware-horizon/README.md -------------------------------------------------------------------------------- /docs/vmware-horizon/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/vmware-horizon/demo.txt -------------------------------------------------------------------------------- /docs/vmware-horizon/description.txt: -------------------------------------------------------------------------------- 1 | VMWare Horizon Client for Kasm Workspaces -------------------------------------------------------------------------------- /docs/vs-code/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/vs-code/README.md -------------------------------------------------------------------------------- /docs/vs-code/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/vs-code/demo.txt -------------------------------------------------------------------------------- /docs/vs-code/description.txt: -------------------------------------------------------------------------------- 1 | Visual Studio Code for Kasm Workspaces -------------------------------------------------------------------------------- /docs/zoom/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/zoom/README.md -------------------------------------------------------------------------------- /docs/zoom/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/zoom/demo.txt -------------------------------------------------------------------------------- /docs/zoom/description.txt: -------------------------------------------------------------------------------- 1 | Zoom Client for Kasm Workspaces -------------------------------------------------------------------------------- /docs/zsnes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/zsnes/README.md -------------------------------------------------------------------------------- /docs/zsnes/demo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/docs/zsnes/demo.txt -------------------------------------------------------------------------------- /docs/zsnes/description.txt: -------------------------------------------------------------------------------- 1 | zsnes emulator for Kasm Workspaces -------------------------------------------------------------------------------- /src/alpine/install/ansible/install_ansible.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/alpine/install/ansible/install_ansible.sh -------------------------------------------------------------------------------- /src/alpine/install/audacity/audacity.cfg: -------------------------------------------------------------------------------- 1 | [GUI] 2 | ShowSplashScreen=0 3 | -------------------------------------------------------------------------------- /src/alpine/install/audacity/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/alpine/install/audacity/custom_startup.sh -------------------------------------------------------------------------------- /src/alpine/install/audacity/install_audacity.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/alpine/install/audacity/install_audacity.sh -------------------------------------------------------------------------------- /src/alpine/install/blender/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/alpine/install/blender/custom_startup.sh -------------------------------------------------------------------------------- /src/alpine/install/blender/install_blender.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/alpine/install/blender/install_blender.sh -------------------------------------------------------------------------------- /src/alpine/install/chromium/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/alpine/install/chromium/custom_startup.sh -------------------------------------------------------------------------------- /src/alpine/install/chromium/install_chromium.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/alpine/install/chromium/install_chromium.sh -------------------------------------------------------------------------------- /src/alpine/install/filezilla/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/alpine/install/filezilla/custom_startup.sh -------------------------------------------------------------------------------- /src/alpine/install/filezilla/filezilla.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/alpine/install/filezilla/filezilla.xml -------------------------------------------------------------------------------- /src/alpine/install/filezilla/install_filezilla.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/alpine/install/filezilla/install_filezilla.sh -------------------------------------------------------------------------------- /src/alpine/install/firefox/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/alpine/install/firefox/custom_startup.sh -------------------------------------------------------------------------------- /src/alpine/install/firefox/firefox.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/alpine/install/firefox/firefox.desktop -------------------------------------------------------------------------------- /src/alpine/install/firefox/install_firefox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/alpine/install/firefox/install_firefox.sh -------------------------------------------------------------------------------- /src/alpine/install/geany/install_geany.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/alpine/install/geany/install_geany.sh -------------------------------------------------------------------------------- /src/alpine/install/gimp/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/alpine/install/gimp/custom_startup.sh -------------------------------------------------------------------------------- /src/alpine/install/gimp/install_gimp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/alpine/install/gimp/install_gimp.sh -------------------------------------------------------------------------------- /src/alpine/install/inkscape/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/alpine/install/inkscape/custom_startup.sh -------------------------------------------------------------------------------- /src/alpine/install/inkscape/install_inkscape.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/alpine/install/inkscape/install_inkscape.sh -------------------------------------------------------------------------------- /src/alpine/install/libre_office/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/alpine/install/libre_office/custom_startup.sh -------------------------------------------------------------------------------- /src/alpine/install/libre_office/install_libre_office.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/alpine/install/libre_office/install_libre_office.sh -------------------------------------------------------------------------------- /src/alpine/install/misc/install_tools.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/alpine/install/misc/install_tools.sh -------------------------------------------------------------------------------- /src/alpine/install/obs/install_obs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/alpine/install/obs/install_obs.sh -------------------------------------------------------------------------------- /src/alpine/install/pinta/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/alpine/install/pinta/custom_startup.sh -------------------------------------------------------------------------------- /src/alpine/install/pinta/install_pinta.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/alpine/install/pinta/install_pinta.sh -------------------------------------------------------------------------------- /src/alpine/install/remmina/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/alpine/install/remmina/custom_startup.sh -------------------------------------------------------------------------------- /src/alpine/install/remmina/install_remmina.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/alpine/install/remmina/install_remmina.sh -------------------------------------------------------------------------------- /src/alpine/install/remmina/remmina.pref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/alpine/install/remmina/remmina.pref -------------------------------------------------------------------------------- /src/alpine/install/terraform/install_terraform.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/alpine/install/terraform/install_terraform.sh -------------------------------------------------------------------------------- /src/alpine/install/thunderbird/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/alpine/install/thunderbird/custom_startup.sh -------------------------------------------------------------------------------- /src/alpine/install/thunderbird/install_thunderbird.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/alpine/install/thunderbird/install_thunderbird.sh -------------------------------------------------------------------------------- /src/alpine/install/tools/install_tools_deluxe.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/alpine/install/tools/install_tools_deluxe.sh -------------------------------------------------------------------------------- /src/common/chrome-managed-policies/urlblocklist.json: -------------------------------------------------------------------------------- 1 | { 2 | "URLBlocklist": ["file://*"] 3 | } -------------------------------------------------------------------------------- /src/common/install/configure_firefox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/common/install/configure_firefox.sh -------------------------------------------------------------------------------- /src/common/resources/images/bg_remnux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/common/resources/images/bg_remnux.png -------------------------------------------------------------------------------- /src/kasmos/install/browser/install_browser.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/kasmos/install/browser/install_browser.sh -------------------------------------------------------------------------------- /src/kasmos/install/office/install_office_app.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/kasmos/install/office/install_office_app.sh -------------------------------------------------------------------------------- /src/kasmos/resources/onlyoffice/docs-editor.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/kasmos/resources/onlyoffice/docs-editor.desktop -------------------------------------------------------------------------------- /src/kasmos/resources/onlyoffice/present-editor.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/kasmos/resources/onlyoffice/present-editor.desktop -------------------------------------------------------------------------------- /src/kasmos/resources/onlyoffice/sheets-editor.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/kasmos/resources/onlyoffice/sheets-editor.desktop -------------------------------------------------------------------------------- /src/opensuse/install/ansible/install_ansible.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/opensuse/install/ansible/install_ansible.sh -------------------------------------------------------------------------------- /src/opensuse/install/gimp/install_gimp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/opensuse/install/gimp/install_gimp.sh -------------------------------------------------------------------------------- /src/opensuse/install/libre_office/install_libre_office.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/opensuse/install/libre_office/install_libre_office.sh -------------------------------------------------------------------------------- /src/opensuse/install/misc/install_tools.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/opensuse/install/misc/install_tools.sh -------------------------------------------------------------------------------- /src/opensuse/install/slack/install_slack.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/opensuse/install/slack/install_slack.sh -------------------------------------------------------------------------------- /src/opensuse/install/sublime_text/install_sublime_text.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/opensuse/install/sublime_text/install_sublime_text.sh -------------------------------------------------------------------------------- /src/opensuse/install/teams/install_teams.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/opensuse/install/teams/install_teams.sh -------------------------------------------------------------------------------- /src/opensuse/install/telegram/install_telegram.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/opensuse/install/telegram/install_telegram.sh -------------------------------------------------------------------------------- /src/opensuse/install/terraform/install_terraform.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/opensuse/install/terraform/install_terraform.sh -------------------------------------------------------------------------------- /src/opensuse/install/tools/install_tools_deluxe.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/opensuse/install/tools/install_tools_deluxe.sh -------------------------------------------------------------------------------- /src/opensuse/install/vs_code/install_vs_code.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/opensuse/install/vs_code/install_vs_code.sh -------------------------------------------------------------------------------- /src/opensuse/install/zoom/install_zoom.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/opensuse/install/zoom/install_zoom.sh -------------------------------------------------------------------------------- /src/oracle/install/ansible/install_ansible.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/oracle/install/ansible/install_ansible.sh -------------------------------------------------------------------------------- /src/oracle/install/gimp/install_gimp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/oracle/install/gimp/install_gimp.sh -------------------------------------------------------------------------------- /src/oracle/install/libre_office/install_libre_office.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/oracle/install/libre_office/install_libre_office.sh -------------------------------------------------------------------------------- /src/oracle/install/misc/install_tools.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/oracle/install/misc/install_tools.sh -------------------------------------------------------------------------------- /src/oracle/install/obs/install_obs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/oracle/install/obs/install_obs.sh -------------------------------------------------------------------------------- /src/oracle/install/only_office/install_only_office.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/oracle/install/only_office/install_only_office.sh -------------------------------------------------------------------------------- /src/oracle/install/slack/install_slack.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/oracle/install/slack/install_slack.sh -------------------------------------------------------------------------------- /src/oracle/install/sublime_text/install_sublime_text.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/oracle/install/sublime_text/install_sublime_text.sh -------------------------------------------------------------------------------- /src/oracle/install/teams/install_teams.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/oracle/install/teams/install_teams.sh -------------------------------------------------------------------------------- /src/oracle/install/telegram/install_telegram.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/oracle/install/telegram/install_telegram.sh -------------------------------------------------------------------------------- /src/oracle/install/terraform/install_terraform.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/oracle/install/terraform/install_terraform.sh -------------------------------------------------------------------------------- /src/oracle/install/tools/install_tools_deluxe.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/oracle/install/tools/install_tools_deluxe.sh -------------------------------------------------------------------------------- /src/oracle/install/vs_code/install_vs_code.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/oracle/install/vs_code/install_vs_code.sh -------------------------------------------------------------------------------- /src/oracle/install/zoom/install_zoom.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/oracle/install/zoom/install_zoom.sh -------------------------------------------------------------------------------- /src/ubuntu/install/android_studio/install_android_studio.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/android_studio/install_android_studio.sh -------------------------------------------------------------------------------- /src/ubuntu/install/ansible/install_ansible.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/ansible/install_ansible.sh -------------------------------------------------------------------------------- /src/ubuntu/install/atom/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/atom/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/atom/install_atom.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/atom/install_atom.sh -------------------------------------------------------------------------------- /src/ubuntu/install/audacity/audacity.cfg: -------------------------------------------------------------------------------- 1 | [GUI] 2 | ShowSplashScreen=0 3 | -------------------------------------------------------------------------------- /src/ubuntu/install/audacity/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/audacity/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/audacity/install_audacity.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/audacity/install_audacity.sh -------------------------------------------------------------------------------- /src/ubuntu/install/blender/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/blender/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/blender/install_blender.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/blender/install_blender.sh -------------------------------------------------------------------------------- /src/ubuntu/install/brave/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/brave/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/brave/install_brave.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/brave/install_brave.sh -------------------------------------------------------------------------------- /src/ubuntu/install/certificates/ca.crt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/certificates/ca.crt -------------------------------------------------------------------------------- /src/ubuntu/install/certificates/install_ca_cert.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/certificates/install_ca_cert.sh -------------------------------------------------------------------------------- /src/ubuntu/install/chrome/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/chrome/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/chrome/install_chrome.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/chrome/install_chrome.sh -------------------------------------------------------------------------------- /src/ubuntu/install/chromium/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/chromium/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/chromium/install_chromium.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/chromium/install_chromium.sh -------------------------------------------------------------------------------- /src/ubuntu/install/cleanup/cleanup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/cleanup/cleanup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/close_browser_breakout_via_file_manager/replace_thunar_with_empty_script.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/close_browser_breakout_via_file_manager/replace_thunar_with_empty_script.sh -------------------------------------------------------------------------------- /src/ubuntu/install/close_browser_breakout_via_file_manager/script_that_just_exits: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | -------------------------------------------------------------------------------- /src/ubuntu/install/cyberbro/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/cyberbro/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/cyberbro/install_cyberbro.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/cyberbro/install_cyberbro.sh -------------------------------------------------------------------------------- /src/ubuntu/install/deluge/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/deluge/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/deluge/install_deluge.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/deluge/install_deluge.sh -------------------------------------------------------------------------------- /src/ubuntu/install/dind/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/dind/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/dind/dockerd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/dind/dockerd.conf -------------------------------------------------------------------------------- /src/ubuntu/install/dind/install_dind.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/dind/install_dind.sh -------------------------------------------------------------------------------- /src/ubuntu/install/dind_rootless/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/dind_rootless/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/dind_rootless/install_dind_rootless.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/dind_rootless/install_dind_rootless.sh -------------------------------------------------------------------------------- /src/ubuntu/install/dind_rootless/modprobe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/dind_rootless/modprobe -------------------------------------------------------------------------------- /src/ubuntu/install/discord/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/discord/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/discord/install_discord.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/discord/install_discord.sh -------------------------------------------------------------------------------- /src/ubuntu/install/doom/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/doom/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/doom/install_doom.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/doom/install_doom.sh -------------------------------------------------------------------------------- /src/ubuntu/install/eclipse/eclipse.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/eclipse/eclipse.desktop -------------------------------------------------------------------------------- /src/ubuntu/install/eclipse/install_eclipse.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/eclipse/install_eclipse.sh -------------------------------------------------------------------------------- /src/ubuntu/install/edge/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/edge/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/edge/install_edge.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/edge/install_edge.sh -------------------------------------------------------------------------------- /src/ubuntu/install/filezilla/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/filezilla/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/filezilla/filezilla.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/filezilla/filezilla.xml -------------------------------------------------------------------------------- /src/ubuntu/install/filezilla/install_filezilla.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/filezilla/install_filezilla.sh -------------------------------------------------------------------------------- /src/ubuntu/install/firefox/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/firefox/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/firefox/firefox.desktop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/firefox/firefox.desktop -------------------------------------------------------------------------------- /src/ubuntu/install/firefox/install_firefox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/firefox/install_firefox.sh -------------------------------------------------------------------------------- /src/ubuntu/install/forensic_osint/bg_forensic_osint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/forensic_osint/bg_forensic_osint.png -------------------------------------------------------------------------------- /src/ubuntu/install/forensic_osint/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/forensic_osint/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/forensic_osint/install_forensic_osint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/forensic_osint/install_forensic_osint.sh -------------------------------------------------------------------------------- /src/ubuntu/install/forensic_osint/install_forensic_osint_background.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/forensic_osint/install_forensic_osint_background.sh -------------------------------------------------------------------------------- /src/ubuntu/install/forensic_osint/install_forensic_osint_custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/forensic_osint/install_forensic_osint_custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/gamepad_utils/install_gamepad_utils.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/gamepad_utils/install_gamepad_utils.sh -------------------------------------------------------------------------------- /src/ubuntu/install/gimp/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/gimp/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/gimp/install_gimp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/gimp/install_gimp.sh -------------------------------------------------------------------------------- /src/ubuntu/install/gtk/install_restricted_file_chooser.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/gtk/install_restricted_file_chooser.sh -------------------------------------------------------------------------------- /src/ubuntu/install/horizon/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/horizon/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/horizon/install_horizons.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/horizon/install_horizons.sh -------------------------------------------------------------------------------- /src/ubuntu/install/hunchly/install_hunchly.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/hunchly/install_hunchly.sh -------------------------------------------------------------------------------- /src/ubuntu/install/hunchly/license.key: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/ubuntu/install/inkscape/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/inkscape/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/inkscape/install_inkscape.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/inkscape/install_inkscape.sh -------------------------------------------------------------------------------- /src/ubuntu/install/insomnia/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/insomnia/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/insomnia/install_insomnia.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/insomnia/install_insomnia.sh -------------------------------------------------------------------------------- /src/ubuntu/install/kali/install_kali.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/kali/install_kali.sh -------------------------------------------------------------------------------- /src/ubuntu/install/keeper/install_keeper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/keeper/install_keeper.sh -------------------------------------------------------------------------------- /src/ubuntu/install/langpacks/install_langpacks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/langpacks/install_langpacks.sh -------------------------------------------------------------------------------- /src/ubuntu/install/libre_office/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/libre_office/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/libre_office/install_libre_office.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/libre_office/install_libre_office.sh -------------------------------------------------------------------------------- /src/ubuntu/install/lsyncd/install_lsyncd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/lsyncd/install_lsyncd.sh -------------------------------------------------------------------------------- /src/ubuntu/install/maltego/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/maltego/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/maltego/install_maltego.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/maltego/install_maltego.sh -------------------------------------------------------------------------------- /src/ubuntu/install/minetest/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/minetest/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/minetest/install_minetest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/minetest/install_minetest.sh -------------------------------------------------------------------------------- /src/ubuntu/install/misc/install_tools.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/misc/install_tools.sh -------------------------------------------------------------------------------- /src/ubuntu/install/misc/single_app_security.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/misc/single_app_security.sh -------------------------------------------------------------------------------- /src/ubuntu/install/mobile/configure_mobile.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/mobile/configure_mobile.sh -------------------------------------------------------------------------------- /src/ubuntu/install/nessus/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/nessus/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/nessus/install_nessus.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/nessus/install_nessus.sh -------------------------------------------------------------------------------- /src/ubuntu/install/nextcloud/install_nextcloud.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/nextcloud/install_nextcloud.sh -------------------------------------------------------------------------------- /src/ubuntu/install/obs/install_obs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/obs/install_obs.sh -------------------------------------------------------------------------------- /src/ubuntu/install/obsidian/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/obsidian/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/obsidian/install_obsidian.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/obsidian/install_obsidian.sh -------------------------------------------------------------------------------- /src/ubuntu/install/only_office/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/only_office/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/only_office/install_only_office.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/only_office/install_only_office.sh -------------------------------------------------------------------------------- /src/ubuntu/install/owncloud/install_owncloud.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/owncloud/install_owncloud.sh -------------------------------------------------------------------------------- /src/ubuntu/install/owncloud/owncloud.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/owncloud/owncloud.cfg -------------------------------------------------------------------------------- /src/ubuntu/install/parrot/install_parrot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/parrot/install_parrot.sh -------------------------------------------------------------------------------- /src/ubuntu/install/pinta/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/pinta/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/pinta/install_pinta.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/pinta/install_pinta.sh -------------------------------------------------------------------------------- /src/ubuntu/install/postman/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/postman/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/postman/install_postman.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/postman/install_postman.sh -------------------------------------------------------------------------------- /src/ubuntu/install/qbittorrent/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/qbittorrent/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/qbittorrent/install_qbittorrent.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/qbittorrent/install_qbittorrent.sh -------------------------------------------------------------------------------- /src/ubuntu/install/qbittorrent/qBittorrent.conf: -------------------------------------------------------------------------------- 1 | [LegalNotice] 2 | Accepted=true 3 | -------------------------------------------------------------------------------- /src/ubuntu/install/realvnc_vncviewer/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/realvnc_vncviewer/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/realvnc_vncviewer/install_realvnc_vncviewer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/realvnc_vncviewer/install_realvnc_vncviewer.sh -------------------------------------------------------------------------------- /src/ubuntu/install/redroid/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/redroid/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/redroid/install_redroid.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/redroid/install_redroid.sh -------------------------------------------------------------------------------- /src/ubuntu/install/remmina/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/remmina/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/remmina/install_remmina.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/remmina/install_remmina.sh -------------------------------------------------------------------------------- /src/ubuntu/install/remmina/remmina.pref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/remmina/remmina.pref -------------------------------------------------------------------------------- /src/ubuntu/install/remnux/install_remnux.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/remnux/install_remnux.sh -------------------------------------------------------------------------------- /src/ubuntu/install/retroarch/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/retroarch/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/retroarch/install_retroarch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/retroarch/install_retroarch.sh -------------------------------------------------------------------------------- /src/ubuntu/install/retroarch/retroarch.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/retroarch/retroarch.cfg -------------------------------------------------------------------------------- /src/ubuntu/install/signal/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/signal/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/signal/install_signal.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/signal/install_signal.sh -------------------------------------------------------------------------------- /src/ubuntu/install/slack/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/slack/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/slack/install_slack.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/slack/install_slack.sh -------------------------------------------------------------------------------- /src/ubuntu/install/smb/install_smb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/smb/install_smb.sh -------------------------------------------------------------------------------- /src/ubuntu/install/spiderfoot/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/spiderfoot/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/spiderfoot/install_spiderfoot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/spiderfoot/install_spiderfoot.sh -------------------------------------------------------------------------------- /src/ubuntu/install/steam/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/steam/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/steam/install_steam.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/steam/install_steam.sh -------------------------------------------------------------------------------- /src/ubuntu/install/sublime_text/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/sublime_text/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/sublime_text/install_sublime_text.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/sublime_text/install_sublime_text.sh -------------------------------------------------------------------------------- /src/ubuntu/install/super_tux_kart/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/super_tux_kart/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/super_tux_kart/install_super_tux_kart.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/super_tux_kart/install_super_tux_kart.sh -------------------------------------------------------------------------------- /src/ubuntu/install/teams/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/teams/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/teams/install_teams.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/teams/install_teams.sh -------------------------------------------------------------------------------- /src/ubuntu/install/telegram/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/telegram/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/telegram/install_telegram.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/telegram/install_telegram.sh -------------------------------------------------------------------------------- /src/ubuntu/install/terminal/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/terminal/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/terraform/install_terraform.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/terraform/install_terraform.sh -------------------------------------------------------------------------------- /src/ubuntu/install/thunderbird/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/thunderbird/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/thunderbird/install_thunderbird.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/thunderbird/install_thunderbird.sh -------------------------------------------------------------------------------- /src/ubuntu/install/tools/install_tools_deluxe.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/tools/install_tools_deluxe.sh -------------------------------------------------------------------------------- /src/ubuntu/install/torbrowser/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/torbrowser/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/torbrowser/install_torbrowser.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/torbrowser/install_torbrowser.sh -------------------------------------------------------------------------------- /src/ubuntu/install/tracelabs/install_tracelabs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/tracelabs/install_tracelabs.sh -------------------------------------------------------------------------------- /src/ubuntu/install/unityhub/install_unityhub.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/unityhub/install_unityhub.sh -------------------------------------------------------------------------------- /src/ubuntu/install/vivaldi/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/vivaldi/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/vivaldi/install_vivaldi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/vivaldi/install_vivaldi.sh -------------------------------------------------------------------------------- /src/ubuntu/install/vlc/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/vlc/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/vlc/install_vlc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/vlc/install_vlc.sh -------------------------------------------------------------------------------- /src/ubuntu/install/vpn/install_vpn.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/vpn/install_vpn.sh -------------------------------------------------------------------------------- /src/ubuntu/install/vpn/start_vpn.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/vpn/start_vpn.sh -------------------------------------------------------------------------------- /src/ubuntu/install/vs_code/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/vs_code/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/vs_code/install_vs_code.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/vs_code/install_vs_code.sh -------------------------------------------------------------------------------- /src/ubuntu/install/wine/install_wine.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/wine/install_wine.sh -------------------------------------------------------------------------------- /src/ubuntu/install/zoho_email/install_zoho_email.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/zoho_email/install_zoho_email.sh -------------------------------------------------------------------------------- /src/ubuntu/install/zoom/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/zoom/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/zoom/install_zoom.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/zoom/install_zoom.sh -------------------------------------------------------------------------------- /src/ubuntu/install/zsnes/custom_startup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/zsnes/custom_startup.sh -------------------------------------------------------------------------------- /src/ubuntu/install/zsnes/install_zsnes.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/zsnes/install_zsnes.sh -------------------------------------------------------------------------------- /src/ubuntu/install/zsnes/zinput.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kasmtech/workspaces-images/HEAD/src/ubuntu/install/zsnes/zinput.cfg --------------------------------------------------------------------------------