From fd493173c7768264f7351698034530c9703ec83f Mon Sep 17 00:00:00 2001 From: louan Date: Thu, 4 Dec 2025 21:27:53 +0000 Subject: [PATCH] json Inital commit for json file containing couples of tools open vs proprietary --- outils.json | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 outils.json diff --git a/outils.json b/outils.json new file mode 100644 index 0000000..7cdecf4 --- /dev/null +++ b/outils.json @@ -0,0 +1,44 @@ +{ + "outils_list" : [ + { + "open_source_name":"VSCodium", + "icon_op_link":"https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/vscodium-icon.png", + "description_op":"", + "against_name":"Visual Studio Code", + "icon_against_link":"https://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/Visual_Studio_Code_1.35_icon.svg/2048px-Visual_Studio_Code_1.35_icon.svg.png", + "description_against":"" + }, + { + "open_source_name":"Gogs", + "icon_op_link":"https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/gogs.png", + "description_op":"Gogs is a lightweight, self-hosted Git service written in Go. It’s incredibly fast and easy to deploy (one binary, no dependencies), with a clean UI that mirrors GitHub. You get user management, issue tracking, SSH support, webhooks, and even a built-in wiki.", + "against_name":"GitHub", + "icon_against_link":"https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png", + "description_against":"" + }, + { + "open_source_name":"Ollama", + "icon_op_link":"https://ollama.com/public/ollama.png", + "description_op":"Ollama lets you run and manage large language models on your local machine using a single command. It supports models like LLaMA 3, Mistral, Gemma, and more. You can even fine-tune and serve them with APIs.", + "against_name":"ChatGPT", + "icon_against_link":"https://cdn-icons-png.flaticon.com/512/11865/11865338.png", + "description_against":"" + }, + { + "open_source_name":"OpenCut", + "icon_op_link":"https://github.com/OpenCut-app/OpenCut/blob/main/apps/web/public/logo.png?raw=true", + "description_op":"OpenCut is a promising open-source alternative to CapCut. It’s designed for creators who need powerful editing tools without uploading files to the cloud.", + "against_name":"CapCut", + "icon_against_link":"https://static.vecteezy.com/system/resources/previews/055/030/388/non_2x/capcut-circle-icon-logo-symbol-free-png.png", + "description_against":"" + }, + { + "open_source_name":"", + "icon_op_link":"", + "description_op":"", + "against_name":"", + "icon_against_link":"", + "description_against":"" + } + ] +} \ No newline at end of file