Closed tcompa closed 1 week ago
Relevant fields:
class UserSettingsUpdate(BaseModel, extra=Extra.forbid):
ssh_host: Optional[str] = None
ssh_username: Optional[str] = None
ssh_private_key_path: Optional[str] = None
ssh_tasks_dir: Optional[str] = None
ssh_jobs_dir: Optional[str] = None
slurm_user: Optional[str] = None
slurm_accounts: Optional[list[StrictStr]] = None
cache_dir: Optional[str] = None
We should include all ssh-related ones
There are quite a few user-settings attributes, starting from fractal-server 2.6.0.
We should opt for e.g. one of these options: