https://github.com/treehouses/webssh
https://github.com/treehouses/webssh
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/treehouses/webssh
- Owner: treehouses
- License: agpl-3.0
- Created: 2020-07-11T04:35:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T07:34:25.000Z (almost 4 years ago)
- Last Synced: 2025-04-17T14:38:08.468Z (about 1 month ago)
- Language: Shell
- Size: 26.4 KB
- Stars: 4
- Watchers: 9
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webssh


## Introduction
Web based ssh container based from treehouses alpine image. About webssh more can be view [here](https://pypi.org/project/webssh/).
## Installations:
```bash
git clone https://github.com/treehouses/webssh.git
cd webssh
docker build -t webssh .
```
## Usage:
- After build the docker image can run as a daemon service with default port 8888``docker run -p 8888:8888 -d webssh``
- Open a browser and navigate to the ``serverip:8888``