Category Archives: Web Tools

Tools Rundown: IT-Tools Docker Image!

IT-Tools docker container is a very large suite of one-off tools and utilities that you access via a web interface. It is very easy to get running in Docker via Portainer and it is also very easy to use. I see this as a utility tool for all types of people in the IT field from admins to programmers as it really covers the gamut of tools that it provides.

How to get it going in Docker on my *nix system (this works for Synology as well)

Using Compose here is the basic gist of getting it up and running in Portainer. In Portainer, add a new stack, name it what you will, and then in the editor, paste the following:

version: '3.9'
services:
    it-tools:
        image: 'corentinth/it-tools:latest'
        restart: always
        ports:
            - '5545:80'
        container_name: IT-Tools

Then click on the “Deploy Stack” button and let it do its work. You should get a message that the stack was deployed successfully once it is finished.

I honestly have no idea how to do this in Windows as that demon child of an implementation of Docker is just weird and hard to understand versus the *nix versions.

Accessing IT-Tools

Once the stack is up and running, open your browser and navigate to: http://<ipaddressofdockerhost>:5545

This should open up this page for you.

And that is all there is to it! Just click an option to open it and use it, it’s all web-based. There is literally something that everyone can use quite often in their trade I believe and it definitely worth the 10-15 minutes it takes to get it going. Just bookmark it in your browser and then you have a great go-to tool for those things that you need a converter or other utility for.

You can choose a light or dark mode, as you can see from the screenshot I have it in dark mode. You can favorite utilities and tools as well and it will pin them to the top of the page as well.

I do hope you take a few minutes and try it out. It’s just a well-thought-out app that just ticks all the marks and that is few and far between these days. You rarely come across something like this.

John

New projects: Web-Based Image Manipulators

What is it and where is it…

If you’re looking for straightforward tools to manipulate your images without the need for sophisticated software, you might want to look into a few scripts I developed. They are written in PHP and HTML5 with a lot of JS, and they are all widely used for server-side scripting. The functionality of these scripts allows users to perform basic image manipulations such as resizing and rotating images, cropping and format conversion.

Being compatible with the most common image formats like BMP, PNG, and JPG, it ensures that the largest audience can utilize its features without compatibility issues. The user interface is designed to be very easy to use, even for those who may not have extensive technical skills. This makes it suitable for anyone needing quick image adjustments without the need for detailed knowledge of image editing.

To make it accessible to everyone, I’ve hosted this script online where you can easily find it. To get started with adjusting your images, you just need to visit the following links: Resize, Crop, Convert. Here, you can upload your images and choose the desired operation – whether you want to change its size, alter its orientation, change format or whatever. These tools are learning tools and demonstrate the basics of PHP and HTML5 for simple but complex tasks. Now they may not operate the way you want but don’t abuse them or they won’t work at all. They are behind a cloudflare tunnel so there is a maximum file size limit so don’t try to convert a bunch or a large image.

Moreover, owing to their simplicity and ease of use, it’s an excellent solution for everyday image processing tasks. Whether you’re running a blog, managing a website, or even just looking to adjust some images for personal use, these PHP and HTML5 scripts aim to provide a no-fuss solution and demonstrate to you how simple things can be helpful and easy to make for one off projects. I will be uploading the code one day when I get it cleaned up and documented here: Github.com

John

Link in Bio Style Hosting Available

I’ve opened up a LinkStack server for the public that people can use instead of paying for an online service to host their Bio links for sites like Facebook or Instagram. You can sign up here for your account: https://bio.shrt.ninja

Don’t abuse it and you won’t be banned or have your account removed, just enjoy something free to use!

John