Hi @<1639074542859063296:profile|StunningSwallow12> , to answer your questions:
- Technically speaking the UI uses the API to do this, so you can generate it via the API. I would suggest opening dev tools (F12) and seeing what the web UI sends to the backend when you create the credentials through the UI.
- Yes. Simply point all
clearml.conf
files to point to the NAS instead of the files server
Or are you trying to change something in the docker compose?
My requirement is as follows:
- NAS is connected to the server.
- I am pushing data from a remote machine to the server.
- By default, the server stores the data in
/opt/clearml/data/fileserver
. - However, I want to store the data on the NAS.
Additionally, after making changes in the docker-compose file, I can adjust the storage path as desired. When I set the path to the NAS, it is resulting in errors.
Sorry for the very late reply. We have mounted an NFS-accessed NAS folder on the machine. Subsequently, we used that folder to store all the files of the file server, and now all the files are stored inside the NAS without explicitly specifying the NAS every time we upload the dataset to the server.