Docker installation:
mkdir docker && cd docker
wget https://library.ahadiani.ca/install_docker_nproxyman.sh
chmod +x install_docker_nproxyman.sh
./install_docker_nproxyman.sh
Now after the Docker installation and the NPM also we should go into the Portainer web console and the stack section and make the needed stack as below:
version: "2.1"
services:
snapdrop:
image: lscr.io/linuxserver/snapdrop:latest
container_name: snapdrop
environment:
- PUID=1000
- PGID=1000
- TZ=America/Toronto
volumes:
- /root/docker/snapdrop/config:/config
ports:
- 8043:80
- 4043:443
restart: unless-stopped
When you deployed this created stack, you can go to the related web console of this product by using the server IP or your domain name which is handled by NPM "In this example you should arrange everything by using port 8043, after that, you can start working with this amazing tool as I described in the related learning video on Youtube.
You can download the Android application here and also use the web application on other OS like Linux, Windows, MAC also IOS.