Skip to content

grinnery/gsdock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized GoodSync server

GoodSync Connect provides server discovery through central registry, NAT/firewall traversal to provide file access and synchronization, making it very easy to populate/update/backup docker volumes after deployment.

Usage:

  1. Register GoodSync Connect account

  2. Start the container with:

    docker run 
        -p 33333:33333 \
        -e GS_USER=<user> \
        -e GS_PWD=<password> \
        -e GS_ID=<deploy_name> \
        -v $(pwd)/data:/data \
        grin/gsdock
    

    where <user> and <password> are from the step 1, optional <deploy_name> will identify the container in GoodSync Connect gstp://<deploy_name>.<user>.goodsync, and everything mounted in /data will be accessible through it.

  3. Open GoodSync or GsExlorer on Mac/Win/mobile, enter credentials for GoodSync Connect - all containers/servers running under this account should be visible and allow file transfer and sync. On Linux, GoodSync is good with some Wine.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages