Droppy is a self-hosted file storage server with a web interface and capabilities to edit files and view media directly in the browser. It is particularly well-suited to be run on low-end hardware computer and NAS devices. Droppy is a fast and lightweight app. You can upload and share your files with the rest of the world. In this step by step guide I will show you how to install Droppy on your Synology NAS using Docker.
STEP 1
Install Docker via Synology “Package Center”.

STEP 2
Open the Docker Package. From the Docker Console, go to Registry and search Droppy. Look for silverwind/droppy and select it, then click Download or double click on it. You will be prompted to Choose Tag, select latest. Follow the instructions in the image below.

STEP 3
After you click “Select”, the download process of the Droppy docker container will start. You can click on Image on the Docker Console to see the download progress. The current container is about 135 MB. Follow the instructions in the image below.

STEP 4
After the download is completed from the Docker Console, go to Image, then select the silverwind/droppy:latest container. Click Launch. Check “Execute container using high privilege”, then click Advanced Settings. Follow the instructions in the image below.

STEP 5
Select Enable auto-restart. Follow the instructions in the image below.

STEP 6
Go to File Station and open the docker folder. Inside the docker folder, create a new folder and name it Droppy. Follow the instructions in the images below.
Note: Be careful enter only lowercase, not uppercase letters.


STEP 7
Now create two new folders inside the Droppy folder that you created at STEP 7: name one config and the other save. Follow the instructions in the image below.
Note: Be careful enter only lowercase, not uppercase letters.

STEP 8
Now go back to the Docker Package. Next tab – “Volume“. Select Add Folder. Choose the config folder inside the Droppy folder, then click Select. Follow the instructions in the image below.

STEP 9
After you click Select, type /config inside Mount path for the config folder. Follow the instructions in the image below. Your Volume will look like this:

STEP 10
Do the same operation again. Select Add Folder then add the save folder inside the Droppy folder then click Select. Follow the instructions in the image below.

STEP 11
After you click Select, type /files inside Mount path for the save folder. Follow the instructions in the image below. Your Volume will look like this:

STEP 12
Next tab – “Network“ move forward without doing anything (no action needed).
Next tab – “Port Settings“ on Local Port area type 8989 instead of Auto, then click “Apply“. Follow the instructions in the image below.

STEP 13
After clicking “Apply“on STEP 13, the screen below will open. Click “Next“. Follow the instructions in the image below.

STEP 14
After clicking “Next“, the screen below will open. Select “Run this container after the wizard is finished” then click “Apply“. Follow the instructions in the image below.

STEP 15
Now open your browser and type in http://Synology-ip-address:8989/ Follow the instructions in the image below. Choose username and password then click Sign in.

STEP 16
You can easily add files from your computer to your Droppy.



STEP 17
You can easily share your files.

STEP 18
You have different settings. For example you can select a new theme for your Droppy.

STEP 19 Run Container via HTTPS
Read the step by step guide on How to Allow Droppy to Work Over an HTTPS Connection.
Below you can find all Droppy Features.
⬇ Droppy Features ⬇
- Responsive, scalable HTML5 interface.
- Real-time updates of file system changes.
- Directory and Multi-File upload.
- Drag-and-Drop support.
- Clipboard support to create image/text files.
- Side-by-Side mode.
- Simple and fast Search.
- Shareable public download links.
- Zip download of directories.
- Powerful text editor with themes and broad language support.
- Image and video gallery with touch support.
- Audio player with seeking support.
- Fullscreen support for editor and gallery.
- Supports installing to the home-screen.
- Docker images available for x86-64, ARMv6, ARMv7 and ARMv8.