IT-Tools logo

IT-Tools

Useful tools for developer and people working in IT.

#tools #hash text #bcrypt #qr code #crontab #Live Demo #Screenshots

Getting Started

  1. Create a folder and move to it
    mkdir it-tools && cd it-tools
    
  2. Create a docker-compose.yml file and add the following content:
    docker-compose.yml
    services:
      it-tools:
        image: corentinth/it-tools:latest
        container_name: it-tools
        restart: unless-stopped
        ports:
          - "8080:80"
    
  3. Start the service using docker compose.
    docker compose up -d
    
  4. Open the browser and go to http://localhost:8080 to access the IT-Tools.