alnoda-workspaces/workspaces/fancy-nodejs-workspace/workspace/workspace.yaml
2022-09-17 08:23:45 +00:00

49 lines
1.1 KiB
YAML

---
# mandatory
name: Node.js workspace
doc_url: https://docs.alnoda.org/workspaces/nodejs-workspace/
author: bluxmit
version: 4.0
description: |
# Node.js workspace
Browser-based portable and containerized development environment for Javascript and Node.js projects
tags: javascript, nodejs, npm, yarn, nvm
# UI icons
logo: nodejs-circle-white.svg
favicon: nodejs-circle.svg
# Homepage UI appearance
styles:
font: Open Sans # chose any from https://fonts.google.com/
colors:
light:
primary: "#3E863D"
accent: "#C53635"
title: "#233056"
text: "#233056"
dark:
primary: "#3E863D"
accent: "#3E863D"
background: "#233056"
title: "#FFFFFF"
text: "#FFFFFF"
common_colors:
nav: "#eab676"
# Add Static file server tab to the Home page
pages:
home:
- name: Static file server
port: 8028
path: /
title: Static File Server
description: "Serve any static websites like a breeze"
image: static-file-server.png
# start Static file server
start:
- name: Static file server
folder: $STATIC_FILESERVER_DIR
cmd: . env/bin/activate; serve -p 8028 /home/static-server