Apologies for using a bug tracker just to signal new releases. I would submit a patch if only I would know. sftpgo is now at 2.5.1 https://github.com/drakkan/sftpgo/releases/tag/v2.5.1 It is an important release, also because, unskilled "sysadmin", like myself, can request TLS certificates from the Server Manager -> Configurations -> ACME section of the WebAdmin UI. Thank you for considering this!
On it
Done
Please test it and make a bug report in case something doesn't work as intended, I'll take a look.
Thank you VERY much, I started testing on a machine here at University and will report back. Thank you, very much appreciated!
Upon start with, sftpgo serve It seems a few new templates are missing: ERR error loading required template: open /usr/local/share/sftpgo/templates/email/password-expiration.html: no such file or directory ERR error loading required template: open /usr/local/share/sftpgo/templates/webadmin/iplists.html: no such file or directory and possibly more.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=fae20865e6f4f93d1016a525eb989183cb4ee8a0 commit fae20865e6f4f93d1016a525eb989183cb4ee8a0 Author: Serhii (Sergey) Kozlov <skozlov@FreeBSD.org> AuthorDate: 2023-05-30 20:33:22 +0000 Commit: Serhii (Sergey) Kozlov <skozlov@FreeBSD.org> CommitDate: 2023-05-30 20:33:22 +0000 ftp/sftpgo: Fix plist PR: 271612 Reported by: Sam <bsd@bontempi.net> ftp/sftpgo/Makefile | 1 + ftp/sftpgo/pkg-plist | 10 ++++++++++ 2 files changed, 11 insertions(+)
(In reply to Sam from comment #5) Forgot to update the pkg-plist, now fixed. Thanks!