Omni Tools logo

Omni Tools

Self-hosted web app offering a variety of online tools to simplify everyday tasks

#tools #image #video #pdf #text #gif #Live Demo #Screenshots

Getting Started

  1. Create a folder and move to the folder
    mkdir omni-tools && cd omni-tools
    
  2. Create a docker-compose.yml file and add the following content:
    services:
      omni-tools:
        image: iib0011/omni-tools:latest
        container_name: omni-tools
        restart: unless-stopped
        ports:
          - "8080:80"
    
  3. Run the following command to start the container:
    docker compose up -d
    
  4. Open the browser and go to http://localhost:8080 to access the Omni Tools.