Jean.R

Results 34 comments of Jean.R

Definitely interested by it, that's the only issue in my architecture :-(

I do, however, I'm forced to have a second port open on the server, which is complicated on prod. Better have only the 443 to get through the firewall :-(

@hsnassaad you can use nginx as a reverse proxy, signalR is going through correctly

Hi @adriancs2, as i was stuck without it, i made a quick (& maybe dirty) fork supporting it, plus a nuget package. https://github.com/souchprod/MySqlBackup.Net https://www.nuget.org/packages/MySqlBackup.NET.MysqlConnector/2.3.4.2 It was mostly about changing the...

HI @adriancs2 , yep i'll search how to do this now, nice to have the changes included in the original repo and glad to see the other improvements

Hum apparently no i do add the IAccountDirectoryQuery after the AddFtpServer: ```csharp services.Configure(opt => { opt.RootPath = _configuration["Messages:Folder"]; opt.FlushAfterWrite = true; }); services.AddFtpServer(builder => builder.UseDotNetFileSystem()); services.AddSingleton(); services.Configure(opt => { opt.ServerAddress...

+1, i can't figure out how to persist the filters, thanks