@fbartels it's true! didn't see it
Perhaps it will be good to mention it in the API docs:
https://docs.cloudron.io/api.html#tag/Cloudron
Thanks very much for the help, anyway...
@fbartels it's true! didn't see it
Perhaps it will be good to mention it in the API docs:
https://docs.cloudron.io/api.html#tag/Cloudron
Thanks very much for the help, anyway...
To use the Cloudron API, currently you must give a token that is obtained vi a call to the login endpoint.
This means that, if you want to make a script that calls this API in an automatic way, you must store somewhere the actual password of a real Cloudron user in plain text.
I wish it were possible to create an application API Key from some place in the cloudron panel, and use it to authenticate calls, as it's done in many other similar APIs.