alnoda workspace

This commit is contained in:
bluxmit 2023-04-01 12:59:09 +00:00
parent 91d7eebf77
commit 4bab3e3a9c
12 changed files with 7 additions and 11 deletions

View file

@ -33,6 +33,6 @@ COPY --chown=abc:abc filebrowser.json /home/abc/apps/filebrowser/.filebrowser.js
# Build Alnoda workspace
COPY --chown=abc:abc workspace /tmp/workspace
RUN echo "------------------------------------------------------ build workspace" \
&& pipx install alnoda-wrk==0.3.15 \
&& pipx install alnoda-wrk==0.3.34 \
&& alnoda-wrk build /tmp/workspace \
&& rm -rf /tmp/workspace

View file

Before

Width:  |  Height:  |  Size: 177 KiB

After

Width:  |  Height:  |  Size: 177 KiB

View file

Before

Width:  |  Height:  |  Size: 124 KiB

After

Width:  |  Height:  |  Size: 124 KiB

View file

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 142 KiB

View file

Before

Width:  |  Height:  |  Size: 108 KiB

After

Width:  |  Height:  |  Size: 108 KiB

View file

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 57 KiB

View file

@ -1,13 +1,13 @@
---
# mandatory
name: Base devspace
doc_url: https://docs.alnoda.org/base-workspace/
name: Alnoda workspace
doc_url: https://docs.alnoda.org/
author: bluxmit
version: 1.0
date: 15-03-2023
repository: https://github.com/bluxmit/alnoda-workspaces/tree/main/workspaces/base-devspace
repository: https://github.com/bluxmit/alnoda-workspaces
description: |
This workspace has alnoda UI, alnoda-wrk, but does not include IDE. Select IDE from alnoda.org and install with a single command.
Contaierized extendable web-based developmennt environment
tags: workspace-ui, filebrowser, ungit, ngrok

View file

@ -31,7 +31,7 @@ RUN echo "------------------------------------------------------ common extensio
&& code-server --install-extension wesbos.theme-cobalt2 \
&& code-server --install-extension github.github-vscode-theme \
&& code-server --install-extension armandphilippot.coldark \
&& code-server --install-extension radiolevity.search-lights
&& code-server --install-extension radiolevity.search-lights \
&& code-server --install-extension vladeeg.vscode-theme-vlight \
&& code-server --install-extension akamud.vscode-theme-onelight \
&& code-server --install-extension akamud.vscode-theme-onedark \

View file

@ -2,7 +2,7 @@ FROM alnoda/extended-workspace:4.0
# Install Node and elasticdump as root
USER root
RUN echo "------------------------------------------------------ nodejs-18" \
RUN echo "------------------------------------------------------ nodejs-17" \
&& curl -fsSL https://deb.nodesource.com/setup_17.x | sudo -E bash - \
&& sudo apt-get install -y nodejs \
&& npm install -g npm@8.7.0 \

View file

@ -70,10 +70,6 @@ cheatsheet:
description: open terminal in Emacs window
- cmd: Esc-x package-list-packages
description: show list of available Emacs packages
- cmd: Esc-x package-list-packages
description: show list of available Emacs packages
- cmd: Esc-x neotree-show
description: show neotree file tree
- cmd: Esc-x dired-sidebar-toggle-sidebar
description: show dired file tree
- cmd: Esc Esc