Skip to content

borborborja/kasm-bor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



Kasm Workspaces Registry

This repository is a custom registry for Kasm Workspaces. A front end website is automatically generated and hosted on GitHub Pages.

Visit the Registry Site

image

Contents

  1. Workspaces Included
  2. Installation
  3. Building Images
  4. Development

 

Workspaces Included

1. Antigravity

A custom workspace containing the Antigravity application.

  • Base Image: Ubuntu Jammy 1.16.0
  • Features: Pre-installed Antigravity package.

2. Winbox 4

Native Linux version of MikroTik Winbox 4 (Beta).

  • Base Image: Ubuntu Jammy 1.16.0
  • Features: Native Winbox 4 client.

 

Installation

Add Registry to Kasm

  1. Go to your Kasm Workspaces Admin panel.
  2. Navigate to Workspaces -> Registry.
  3. Click Add Registry.
  4. URL: https://borborborja.github.io/kasm-bor/

Install Workspaces

  1. Once the registry is added, you will see the new workspaces listed.
  2. Click Install on the desired workspace.

 

Building Images

To use these workspaces, you must build the Docker images and push them to a registry accessible by your Kasm instance.

Antigravity

cd workspaces/Antigravity
docker build -t your-docker-user/antigravity:latest .
docker push your-docker-user/antigravity:latest

Winbox 4

cd workspaces/Winbox4
docker build -t your-docker-user/winbox4:latest .
docker push your-docker-user/winbox4:latest

Note Update the workspace.json files in this repository if you use different image names.

 

Development

To rebuild the registry list and site locally:

./build_all_branches.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published