You're welcome!
We use Datto RMM where have a bunch of devices and assets etc, is there any integration for that atm?
Being open-source, our general philosophy will be to expand the API as required and only develop direct integrations where it is absolutely required. Currently this is just authentication for AAD/Entra and Stripe for payments. I know we have some people using the API for Tactical RMM, but it's very much write and host your own middleware. Example scripts here. If you want something turn-key, there are plenty of other (usually paid) products on the market.
Is there a time schedule for the password thing? As we need to have that before we could use that function because of our obligation.
There is not, but the major blocker around this has been mostly overcome now. Please feel free to add a like/comment on the post - the Forum is our main way of gauging community interest in a feature.
The files are they saved in a configurable folder?
Uploaded file will just be in the uploads
folder, but it is then further split into sub-folders. You'd need something that queries the database to get a useful file name, but that's relatively straight-forward.
Docs can just be exported using the API or directly from the database with a select statement - document_content is the field.
In regards to the zip folder backup/restore is that something that could be triggered through the API? (To start backup etc) Or is it something i could just make a script to run some commands on the machine it self?
Not currently, but this would be nice to add in the future, both for the API and CLI scripts.