No description
- Dockerfile 32.7%
- Shell 26.7%
- HTML 21.7%
- JavaScript 18.9%
| .gitignore | ||
| CHANGELOG.md | ||
| cloudron-logo.png | ||
| CloudronManifest.json | ||
| CloudronVersions.json | ||
| Dockerfile | ||
| index.html | ||
| LICENSE | ||
| logo.png | ||
| POSTINSTALL.md | ||
| README.md | ||
| server.js | ||
| start.sh | ||
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,netstatand my preferred editorne. - 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.
- Explore the filesystem structure (
Development
- Code: Located in
/app/code(Read-Only). - Data: Located in
/app/data(Read-Write). - Logs: View logs via
cloudron logs.
License
MIT