This is a tools to help you manage your ssh servers and your operations on those servers. It can be used as:
- SSH tool
- DevOps tool
- CI/CD tool
This app is developed based on React, Ant Design and PyWebview
- Server.
- Task.
- Pipeline.
- Python 3
- Node
yarn install
yarn run initThis will create a virtual environment, install pip and Node dependencies.
On Linux systems installation system makes educated guesses. If you run KDE, QT dependencies are installed, otherwise GTK is chosen. apt is used for installing GTK dependencies. In case you are running a non apt-based system, you will have to install GTK dependencies manually. See installation for details.
To launch the application.
yarn run startTo build an executable. The output binary will be produced in the dist directory.
yarn run buildTo start a development server.
yarn run devTo clean the developement environment, this will delete gui, dist, build directories.
yarn run cleandocker run --rm --name oyhost -p 19790:19790 -itd oysape/webhost
Then open http://localhost:19790 with your favorite browser.
Unrecommended for desktop usage. Use desktop version instead. That will give you more convenience to access your local files.