apps.json aktualisiert

This commit is contained in:
2026-03-21 12:37:20 +01:00
parent 4daea8f29e
commit e503056402

View File

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