No description
  • Dockerfile 32.7%
  • Shell 26.7%
  • HTML 21.7%
  • JavaScript 18.9%
Find a file
2026-03-12 23:35:54 +00:00
.gitignore bump 2026-03-12 08:37:01 +00:00
CHANGELOG.md 1.1.7 2026-03-12 23:33:18 +00:00
cloudron-logo.png Initial commit 2026-01-29 10:06:18 +00:00
CloudronManifest.json 1.1.7 2026-03-12 23:33:18 +00:00
CloudronVersions.json 1.1.7 2026-03-12 23:33:18 +00:00
Dockerfile Initial commit 2026-01-29 10:06:18 +00:00
index.html bump 2026-03-12 08:37:01 +00:00
LICENSE community app 2026-03-10 11:18:38 +00:00
logo.png community app 2026-03-10 11:18:38 +00:00
POSTINSTALL.md Initial commit 2026-01-29 10:06:18 +00:00
README.md README 2026-03-12 23:35:54 +00:00
server.js Initial commit 2026-01-29 10:06:18 +00:00
start.sh Initial commit 2026-01-29 10:06:18 +00:00

Cloudron Shell App

A minimal Cloudron application that provides a "shell" for exploration and testing

Features

  • Minimal footprint (based on cloudron/base).
  • Includes common shell tools: nano, vim, curl, wget, ping, dig, netstat and my preferred editor ne.
  • Serves a simple HTML page on the main URL.
  • Safe for testing runtime operations in /app/data.

Installation

This is built as a Community App.

You can install it from your Cloudron App Store using 'Add Custom App'

Get the CloudronVersions.json URL from Community Apps

Usage

  • Web Interface: Visit the app URL to see the welcome page.
  • Terminal: Use the Cloudron Web Terminal (or cloudron exec) to access the shell.
    • Explore the filesystem structure (/app/code, /app/data).
    • Test network connectivity.
    • Run test commands.

Development

  • Code: Located in /app/code (Read-Only).
  • Data: Located in /app/data (Read-Write).
  • Logs: View logs via cloudron logs.

License

MIT