Skip to content

Instantly share code, notes, and snippets.

@dragonfire1119
Last active April 17, 2024 01:19
Show Gist options
  • Save dragonfire1119/d6085d2d90601ad6af8cce1745f79baa to your computer and use it in GitHub Desktop.
Save dragonfire1119/d6085d2d90601ad6af8cce1745f79baa to your computer and use it in GitHub Desktop.
Install kasm on Cosmos Cloud

Step 1

Remove the host ports

Step 2

Create a url for 443 and 3000

Step 3

Go to the url for 3000 port and install kasm

Step 4

Install Chrome or which ever one and press install button

Step 5

Change the zone port

---
version: "2.1"
services:
kasm:
image: lscr.io/linuxserver/kasm:latest
container_name: kasm
privileged: true
environment:
- KASM_PORT=443
- DOCKER_HUB_USERNAME=USER #optional
- DOCKER_HUB_PASSWORD=PASS #optional
- DOCKER_MTU=1500 #optional
volumes:
- /kasm/data:/opt
- /kasm/profiles:/profiles #optional
- /dev/input:/dev/input #optional
- /run/udev/data:/run/udev/data #optional
ports:
- 3000:3000
- 10443:443
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment