Open Lumpiness opened 1 month ago
Good idea, I like it.
I'll be working on the next version next week, I'll think about it.
Add
baseUrl
from theNEXTCLOUD_URL
container environment variable.Add the
AA_VERSION
,APP_ID
,APP_VERSION
container environment variables to theu/admin/exapp_resource
resource.
This is planned for version 1.1.0
, in two weeks will make a PR for this.
But will need to think through a mechanism for updating the u/admin/exapp_resource resource when updating the application.
There is already such code present, just need to extend it to handle the new values that will be added.
I propose to make changes to the main.py.
Add
baseUrl
from theNEXTCLOUD_URL
container environment variable. Thenu/admin/exapp_resource
will correspond to the resource from Windmill Hub.Add the
AA_VERSION
,APP_ID
,APP_VERSION
container environment variables to theu/admin/exapp_resource
resource. Then the header declarations in the Windmill Hub integrations will look something like this:But will need to think through a mechanism for updating the u/admin/exapp_resource resource when updating the application.