Welcome to Gotty-Remake, a project by Foxytouxxx that takes the classic Gotty tool to the next level! 🚀
Gotty-Remake transforms your command-line tools into interactive web applications. Here's a quick breakdown of how it works:
-
Docker Setup:
- Pulls the Ubuntu 20.04 base image.
- Installs necessary dependencies and tools, including curl.
- Downloads and extracts the Gotty binary from the specified release using the provided tag version.
-
Script Execution:
- Copies the
run_gotty.sh
script into the Docker image. - Grants executable permissions to the script.
- Copies the
-
Expose Port:
- Exposes port 8080 to make the web interface accessible.
-
Command Execution:
- Sets the default command to run the
/run_gotty.sh
script when the container starts.
- Sets the default command to run the
To get started with Gotty-Remake, follow these simple steps:
-
Clone the Repository:
git clone https://github.com/Foxytouxxx/Gotty-Remake.git
-
Build the Docker Image:
cd Gotty-Remake docker build -t gotty-remake .
-
Run the Container:
docker run -p 8080:8080 gotty-remake
-
Access the Web Interface: Open your browser and go to http://localhost:8080 to interact with your command-line tools in a fun and interactive way!
We welcome contributions, bug reports, and suggestions to make Gotty-Remake even more awesome. Join the fun, and let's turn command-line tools into a web party!
- Fork the repository.
- Make your changes.
- Submit a pull request.
- Share your ideas in the Issues section.
Let's code, have fun, and make the command line cool again! 🤖🎉