Git Product home page Git Product logo

dockerwebterminalflask's Introduction

DockerWebTerminal

DockerWebTerminal is a web-based terminal application built using Python's Flask-Sockets and Vue.js. This application provides a terminal interface accessible via a web browser, ideal for managing servers or running command-line tasks remotely.

DockerWebTerminal

Installation

Auto Setup

To quickly set up DockerWebTerminal with automatic configuration, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/shreerambhakthhu/dockerwebterminalflask.git
  2. Navigate to the Script Directory:

    cd dockerwebterminalflask/script
  3. Run the Installation Script:

    bash installscript

    This script will install the necessary dependencies, including Nginx, and configure Flask-Vue-Term.

  4. Access the Application:

    Once the installation is complete, navigate to your domain name or IP address in your web browser to access DockerWebTerminal.

Manual Installation

If you prefer to set up DockerWebTerminal manually, follow these instructions:

  1. Install Python Dependencies:

    pip3 install -r requirements.txt
  2. Run the Application:

    python3 main.py

    The application will start and be accessible at http://localhost:5000 in your browser.

  3. Customize Port and Host (Optional):

    To run the server on a different port or host address, use the following command:

    python3 main.py --host 0.0.0.0 --port 8000

    This will start the server on port 8000 and make it accessible from any IP address.

Usage

After installation, open your web browser and navigate to the specified address. You will be presented with a web-based terminal interface where you can execute commands just like you would in a traditional terminal.

Contributing

Feel free to contribute to the project by submitting issues or pull requests. We welcome improvements and feedback.

License

This project is licensed under the MIT License.

For more details or support, please refer to the GitHub Issues page.

dockerwebterminalflask's People

Contributors

vasukushwah avatar soorajmaurya avatar shreerambhakthhu avatar dependabot[bot] avatar

Stargazers

 avatar rohan avatar  avatar kajal avatar  avatar mohit avatar Lakshmi Pavananjali avatar  avatar Harshita sachdeva avatar  avatar AyYad Ahmad avatar VPN-V2Ray avatar  avatar  avatar SIX avatar  avatar

Watchers

 avatar

dockerwebterminalflask's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.