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
- Create a folder and move to the folder
mkdir omni-tools && cd omni-tools
- 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"
- Run the following command to start the container:
docker compose up -d
- Open the browser and go to http://localhost:8080 to access the Omni Tools.