add ability to view apps under root and specify custom appid in metadata

This commit is contained in:
matu6968 2024-11-21 11:56:09 +01:00
parent 024bda0c41
commit 6e7cd93bff

View File

@ -3,7 +3,7 @@
This allows you to host custom (known as 3rd party) App Market repositories of WebDesk applications. This allows you to host custom (known as 3rd party) App Market repositories of WebDesk applications.
## Features ## Features
- Listing currently uploaded apps (/apps endpoint) - Listing currently uploaded apps (/apps endpoint and root of web server)
- Showing app source code (under /uploads/app_name/index.js) - Showing app source code (under /uploads/app_name/index.js)
- Uploading new apps (/apps endpoint with Bearer token) - Uploading new apps (/apps endpoint with Bearer token)
- Editing app info (/editapp endpoint with Bearer token) - Editing app info (/editapp endpoint with Bearer token)