From 0e92f21acbe399a526b0409b57e945f266e6a777 Mon Sep 17 00:00:00 2001 From: bluxmit Date: Sat, 1 Apr 2023 13:07:03 +0000 Subject: [PATCH] alnoda-workspace readme --- workspaces/alnoda-workspace/README.md | 16 +++++++++------- .../alnoda-workspace/workspace/workspace.yaml | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/workspaces/alnoda-workspace/README.md b/workspaces/alnoda-workspace/README.md index ed11f50..53a08e8 100644 --- a/workspaces/alnoda-workspace/README.md +++ b/workspaces/alnoda-workspace/README.md @@ -1,20 +1,22 @@ -# Base-devspace +# Alnoda workspace -Basis for other workspaces. This workspace does not have code editor or IDE up & running. - -This workspace prepares basis for Alnoda workspaces. -It has [__alnoda-wrk__](https://pypi.org/project/alnoda-wrk/) installed, and workspace initialised. +Hyperflexible isolated containerized development environment that is actually easy to use ## Start ``` -docker run --name space-1 --user=root -d -p 8020-8040:8020-8040 alnoda/base-devspace +docker run --name space-1 -d -p 8020-8040:8020-8040 alnoda/alnoda-workspace ``` open [localhost:8020](http://localhost:8020) in browser. ## Features - +- workspace UI: + - homepage + - app quicklaunch dashboard + - admin interface (configure workspace UI fonts, colors, name, version etc) + - project links, bookmarks, description +- **alnoda-wrk** - CLI tool to install applications from [alnoda.org](https://alnoda.org/registry/) - [**Terminal**](https://github.com/tsl0922/ttyd) - secure browser-based terminal. - [**FileBrowser**](https://github.com/filebrowser/filebrowser) - manage files and folders inside the workspace, and exchange data between local environment and the workspace - [**Ungit**](https://github.com/FredrikNoren/ungit) - rings user friendliness to git without sacrificing the versatility of it. diff --git a/workspaces/alnoda-workspace/workspace/workspace.yaml b/workspaces/alnoda-workspace/workspace/workspace.yaml index 34b2e8b..57484fa 100644 --- a/workspaces/alnoda-workspace/workspace/workspace.yaml +++ b/workspaces/alnoda-workspace/workspace/workspace.yaml @@ -7,7 +7,7 @@ version: 1.0 date: 15-03-2023 repository: https://github.com/bluxmit/alnoda-workspaces description: | - Contaierized extendable web-based developmennt environment + Hyperflexible isolated containerized development environment that is actually easy to use tags: workspace-ui, filebrowser, ungit, ngrok