Add installation method for sftpgo-plugin-auth

This commit is contained in:
enggnr 2024-04-27 11:11:57 +05:30
parent 72e62bc25b
commit 9b541a0e2a

View file

@ -11719,6 +11719,8 @@ softwarePackages:
sudo mv -f $(which sftpgo-plugin-auth) /usr/local/bin/sftpgo-plugin-auth
_short: "sftpgo-plugin-auth is a plugin for SFTPGo that allows custom authentication methods to be used with the SFTP server. "
go: github.com/sftpgo/sftpgo-plugin-auth@latest
script:darwin: curl -sSf https://github.com/sftpgo/sftpgo-plugin-auth/releases/download/v1.0.4/sftpgo-plugin-auth-darwin-amd64 -o /usr/local/bin/sftpgo-plugin-auth
script:linux: curl -sSf https://github.com/sftpgo/sftpgo-plugin-auth/releases/download/v1.0.4/sftpgo-plugin-auth-linux-amd64 -o /usr/local/bin/sftpgo-plugin-auth
share:
_bin: share
_desc: Quickly share files from your command line