GithubHelp home page GithubHelp logo

romaxa55 / hashtopolis-docker-agent Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 29 KB

Hashtopolis Docker Agent - это агент Hashtopolis, запущенный в контейнере Docker, который позволяет легко добавлять и удалять агентов из вашей системы Hashtopolis. Этот агент можно использовать для распределенного выполнения задач на нескольких компьютерах.

License: Other

Dockerfile 55.26% Shell 44.74%

hashtopolis-docker-agent's Introduction

Hashtopolis Docker Agent

Hashtopolis Docker Agent is a Hashtopolis agent running in a Docker container that allows you to easily add and remove agents from your Hashtopolis system. This agent can be used for distributed task execution on multiple computers.

Building the Image

To build the Docker image, run the following command:

docker build -t romaxa55/hashtopolis .
docker build -t romaxa55/hashtopolis:latest --build-arg BASE_IMAGE=dizcza/docker-hashcat .
docker build -t romaxa55/hashtopolis:pocl --build-arg BASE_IMAGE=dizcza/docker-hashcat:pocl .
docker build -t romaxa55/hashtopolis:cuda --build-arg BASE_IMAGE=dizcza/docker-hashcat:cuda .

Running the Container

To run the Docker container, use the following command:

docker run --rm -d \
-e SERVER_URL="http://www.example:8080" \
-e TOKEN="token" \
romaxa55/hashtopolis

Agent Configuration

To configure the Hashtopolis agent, you need to set the following environment variables:

  • SERVER_URL: the URL of your Hashtopolis server.
  • TOKEN: the access token for your Hashtopolis server.
export TOKEN="sdad"
export SERVER_URL="http://www.example:8080"

These environment variables can be set using the -e flag when running the Docker container.

Building the Hashtopolis Agent

The Hashtopolis agent is downloaded and built automatically when the Docker container is started. The agent can be found in the /app directory inside the container.

Customization

You can customize the Docker image by modifying the Dockerfile. For example, you can install additional dependencies or add new configuration files.

Contributing

If you find a bug or have a feature request, please open an issue on the GitHub repository. Pull requests are welcome.

License

This project is licensed under the MIT License - see the LICENSE file for details.

hashtopolis-docker-agent's People

Contributors

romaxa55 avatar

Watchers

 avatar

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.