Omni Tools
7384Self-hosted web app offering a variety of online tools to simplify everyday tasks
#tools #image #video #pdf #text #gif #Live Demo #Screenshots
2025-04-11
2025-04-11
Getting Started
- Create a folder and move to the folder
mkdir omni-tools && cd omni-tools - Create a
docker-compose.ymlfile 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.