GitHub项目推荐:IT-TOOLS,一个IT小工具集合网站

这是一个集合了各种IT小工具的在线网站,包括token生成、docker配置文件转义、编码转换等等,各种小工具。

效果图:

预览链接:

仓库:

自部署:

version: '3.9'
services:
    it-tools:
        image: 'corentinth/it-tools:latest'
        ports:
            - '8080:80'
        restart: unless-stopped
        container_name: it-tools