Initial commit – alle alten Commits entfernt

This commit is contained in:
2026-04-05 12:09:56 +02:00
commit 238ff88323
178 changed files with 104629 additions and 0 deletions

24
apps.json Normal file
View File

@@ -0,0 +1,24 @@
{
"type": [int: 1:user.json | 2:admin.json | 4:menu.json ,
"apps": array-App:[
{
"id": [int: if manually added, then incremental number, else by adminconsole: auto_increment],
"description": [string: Tooltip],
"name": [string: Appname]
"group": [string: Groupname],
"activedirectory_groups": string-array: [
[string: AD-Groupname]
],
"prototype": [boolean: true|false (App hidden?)],
"exec": [
{
"cmd": [string: html, filepath, full filename],
"args": [string: optional, if required]
}
],
"icon": [string: Image filename],
"lastmodified": [datetime-string: autofill],
"created": [datetime-string: autofill]
},
]
}