inital commit

This commit is contained in:
Yannick
2025-03-21 15:59:00 +01:00
parent e14e8af5d9
commit 33bcb018f8
6 changed files with 907 additions and 7 deletions

82
projects.json Normal file
View File

@@ -0,0 +1,82 @@
[
{
"path": "/usr/local/bin/app1",
"version": 1.0
},
{
"path": "/opt/software/tool2",
"version": 2.5
},
{
"path": "/home/user/games/game1",
"version": 3.2
},
{
"path": "/var/lib/serviceX",
"version": 4.8
},
{
"path": "/usr/bin/editor",
"version": 5.6
},
{
"path": "/usr/sbin/daemonY",
"version": 6.3
},
{
"path": "/home/user/tools/cli",
"version": 7.1
},
{
"path": "/etc/configurator",
"version": 8.9
},
{
"path": "/home/admin/scripts/utility",
"version": 9.4
},
{
"path": "/usr/local/share/app2",
"version": 10.2
},
{
"path": "/usr/local/bin/app1",
"version": 1.0
},
{
"path": "/opt/software/tool2",
"version": 2.5
},
{
"path": "/home/user/games/game1",
"version": 3.2
},
{
"path": "/var/lib/serviceX",
"version": 4.8
},
{
"path": "/usr/bin/editor",
"version": 5.6
},
{
"path": "/usr/sbin/daemonY",
"version": 6.3
},
{
"path": "/home/user/tools/cli",
"version": 7.1
},
{
"path": "/etc/configurator",
"version": 8.9
},
{
"path": "/home/admin/scripts/utility",
"version": 9.4
},
{
"path": "/usr/local/share/app2",
"version": 10.2
}
]