Nicola Murino

Results 276 comments of Nicola Murino

@sagikazarmark what you say is correct. In summary: - if you use unmodified SFTPGo even in a proprietary closed source product you have nothing to worry about but it would...

> Licensing aside, I came here to look for an issue I was having and found this, so am now sponsoring. Not much, but it's something. I hope you get...

Hi, SFTPGo already supports Data At Rest Encryption, take a look [here](https://github.com/drakkan/sftpgo/blob/main/docs/dare.md). If you want to use a fuse-based crypt fs you can just mount your partition and add SFTPGo...

Please reopen providing more info if the above answer is not enough

> Hi, > > in first I'm glad for your project. Fantastic job +1. > > Now, i have two more feature requests to think about. > > 1. **Autocreate...

> Hello, > > I'm currently implementing a custom provider hook (the executable kind) to make a set of directories on creating users. Those users are all members of a...

> The program must write, on its standard output: a valid SFTPGo user serialized as JSON if the authentication succeeds. The user will be added/updated within the defined data provider...

> For clarification: > > > the user you return will update the data provider (even if actions does not fire) > > There is no external authentication involved. The...

a smart way to do this would be with the new [EventManager](https://github.com/drakkan/sftpgo/blob/main/docs/eventmanager.md) added in the main branch. So no external hook would be required anymore. It is something that I...

Hi, this may be supported in the future, but for now I have other priorities.. I don't plan to work on a WebDAV filesystem anytime soon, sorry