Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How do i install Docker SftpGo plugin?

Featured Replies

Hi,

 

I already install and config to run success SFTPGO Docket:

 

https://github.com/drakkan/sftpgo

 

I already search around but i don't see any guide. I am new with docker. I check around file system but i don't see where to install this plugin for SFTPGo Docker:

 

https://github.com/sftpgo/sftpgo-plugin-geoipfilter#readme

 

Could someone give me some advice? I appreciate so much!

Edited by meomapvn

The docker image does not come with plugins - if you connect to the Docker image and check the configuration you'll get : 

$ grep plug /etc/sftpgo/sftpgo.json
  "plugins": []
$ 

=> No plug-in configured

 

If you search for "*plug*" files in the container with find command nothing gets listed.

=> No plug-in binary in the container

Solution is to use another Repository containing the plugin :  Edit the SFTPGo container

 

image.png.6dda98c419fa15628fc5eeb6e05d730d.png

 

and in Repository field replace drakkan/sftpgo   by drakkan/sftpgo:edge-plugins

Save and once the image is built , restart your SFTPGo image and you'll get an image with Geofilter plugin.

 

 

$ find /usr/local/bin -name "*plug*"
/usr/local/bin/sftpgo-plugin-eventsearch
/usr/local/bin/sftpgo-plugin-eventstore
/usr/local/bin/sftpgo-plugin-geoipfilter
/usr/local/bin/sftpgo-plugin-kms
/usr/local/bin/sftpgo-plugin-metadata
/usr/local/bin/sftpgo-plugin-pubsub

 

They are however not enabled :

 grep plug   /etc/sftpgo/sftpgo.json
  "plugins": []

 

You'll have to find a way to have sftpgo.json changes persistant once you configure it to enable the plugin.
 

 

Official page for configuring the plugin is  : https://github.com/sftpgo/sftpgo-plugin-geoipfilter#readme

 

I found a post mentioning how on activate plugins for Ubuntu 22.04 on https://www.howtoforge.com/how-to-install-sftpgo-on-ubuntu-22-04/

 

image.png

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.