Replies: 1 comment
-
Ah, I think I figured it out, at least the Docker images. The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see in the docs there is a way to configure plugins (like LDAP for example). However, I don't see any documentation on HOW to enable them. The official Docker image "drakkan/sftpgo:latest" doesn't have any plugin binaries in them, so what is the configuration supposed to do exactly if there is no binary. What's the
v2.5.6-plugins
Docker image for? Am I supposed to run a separate container for a plugin and if so, what's the configuration to connect them? This page https://github.com/drakkan/sftpgo/blob/main/docker/README.md mentions nothing about plugins.There are separate repos for mutiple plugins, but it is not clear how to integrate these into a running sftpgo container.
I've found this little script https://github.com/drakkan/sftpgo/blob/main/docker/scripts/download-plugins.sh but what am I supposed to do with that? Create a custom Docker image that calls this during build time to put all the available binaries in the correct location?
This is a really cool project and I'm excited about it, but I'm a little confused with some of the documentation right now. Thanks for this project and any replies would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions