Template registry for creating third party workspace repositories
Go to file
Chris Hunt 31fa36d160 Merge branch 'bug/no_category_breaks_display' into 'develop'
Fix no category breaking display

See merge request kasm-technologies/internal/workspaces_registry_template!1
2022-12-16 16:47:10 +00:00
.github/workflows Initial commit 2022-12-14 15:03:50 +00:00
apps Initial commit 2022-12-14 15:03:50 +00:00
processing Initial commit 2022-12-14 15:03:50 +00:00
site Fix no category breaking display 2022-12-16 12:05:14 +00:00
.gitignore Initial commit 2022-12-14 15:03:50 +00:00
README.md Initial commit 2022-12-14 15:03:50 +00:00

Kasm Apps

This is a repository of the apps supported by Kasm. The apps list is automatically generated and can be used when creating new workspaces or using the 1 click installer

Create your own app store

We have tried to make it as simple as possible for people to create their own app stores that work with Kasm, the easiest way to do that is to follow these steps:

  1. Fork this repository. You can also clone it, but forking it will make it easier for people to discover your app store.
  2. Enable workflows in the Actions tab.
  3. Remove the default apps in /apps/ and add your own.
  4. Once you have made your first commit, the workflow will run and build your own App Store landing page and generate the apps.json file. Even just making a change to the README will trigger the build, this step is required before you can set up github pages.
  5. Go to Settings / Pages and under Branch select gh-pages then hit Save.
  6. Wait a few minutes for the Action to run building your page (you can see the progress in the Actions tab) and then you should be presented with your URL.

Note: If you want to use a domain / subdomain, you will need to modify site/next.config.js and remove the line basePath: '/kasm-apps',.