alnoda-workspaces/workspaces/base-workspace
2022-05-23 09:38:56 +00:00
..
Cronicle-0.8.61 initial commit - opensourcing project 2021-07-30 12:18:29 +00:00
img updated workspaces: base,ide,codeserver 2022-05-09 18:48:16 +00:00
mkdocs doc refac for new doc website 2022-05-23 09:36:06 +00:00
removeme_docs base wrk refac 2022-05-23 06:19:54 +00:00
cronicle-config.json initial commit - opensourcing project 2021-07-30 12:18:29 +00:00
Dockerfile base wrk refac 2022-05-23 06:19:54 +00:00
filebrowser.json initial commit - opensourcing project 2021-07-30 12:18:29 +00:00
mkdocs-requirements.txt 2.3: adding my app, start refactoring docs 2022-05-22 07:29:05 +00:00
README.md base wrk doc update 2022-05-23 09:38:56 +00:00
supervisord-workspace-base.conf 2.3: adding my app, start refactoring docs 2022-05-22 07:29:05 +00:00

Alnoda logo

Base-workspace

Containerized Linux environment for running jobs on schedule with browser-based scheduler, terminal and file manager. You can host on your favourite Rasberry Pi.

Start

docker run --name space-1 --user=root -d -p 8020-8040:8020-8040 alnoda/base-workspace

open localhost:8020 in browser.

Features

  • FileBrowser - manage files and folders inside the workspace, and exchange data between local environment and the workspace
  • Terminal - Full-fledged browser-based terminal with Z-shell.
  • Cronicle - task scheduler and runner, with a web based front-end UI. It handles both scheduled, repeating and on-demand jobs, targeting any number of worker servers, with real-time stats and live log viewer.
  • Static File Server - view any static html sites as easy as if you do it on your local machine. Serve static websites easily.
  • Ungit - rings user friendliness to git without sacrificing the versatility of it.
  • Midnight Commander - Feature rich visual file manager with internal text viewer and editor.
  • Process Monitor - Monitor running process and resource utilization.
  • Quicklaunch UI with getting started tutorial
  • Ubuntu 20.4 with the following CLI apps
    • Zsh, Oh my Zsh
    • Python 3, Pip
    • Node/nodeenv
    • curl, wget, telnet, jq
    • Git: git, git-flow, lazygit
    • File browsers: mc, xplr
    • Text editors: nano, vim, mcedit
    • System monitors: ncdu, htop, glances, vizex
    • Process Control: supervisord
    • Job scheduler: cron

Why this image

If you need to schedule scripts and jobs, monitor executions, upload and download files.

Docs

See our guides

Demo

Demo: Base workspace

Base Workspace