Allan Boll

Results 16 comments of Allan Boll

actually, I just realized that it works fine on an Ubuntu 20.04, so I guess it's just time to upgrade my old Debian 8.1 server.

Just realized, it's probably because Dropbear on OpenWRT doesn't come with an SFTP server by default: https://openwrt.org/docs/guide-user/services/nas/sftp.server . Solution idea: fall back to SCP?

Thanks for the feedback! Yea I really would love to have full proper drag-and-drop support. I actually tried for quite a while about a year ago, but hit roadblocks with...

Hi @jerrylususu . Thanks for the suggestion. You are right that the OS requires the path when the drag-and-drop event starts, but that is actually part of the problem. It...

Nice find with the async drag-and-drop API. But yea, it's a shame it's Windows only. Hadn't thought of the file watcher idea. Interesting that they do that in WinSCP. Though...

@steelman noticed a few problems while trying to get this to work. It may not make sense to specify the client whether to use dns-01 or http-01. It's the acme...

I had changed the docker-compose.yml file to use an alternative host port, and also ran into this problem. When I changed it back to the default port 80, I was...

I think that's a great suggestion, Mirko. Much simpler. I'll either update this PR or if Airween is sending one I'll close this one. Thanks!

Good suggestions for simplifications. Maybe let's keep them in a separate PR, so it's easier to understand the reason for the changes? We do not have a macro expansion step...

Oddly, regexp-assemble.pl added an extra `\` in front of one of the `+` in 942260. This seems significant, and doesn't seem intentional (it's not there in the regexp-942260.data file). @franbuehler...