Skip to content

Instantly share code, notes, and snippets.

@chris-peterson
Created July 31, 2022 02:18
Show Gist options
  • Save chris-peterson/55a310047cc2e9c555ededea003b4916 to your computer and use it in GitHub Desktop.
Save chris-peterson/55a310047cc2e9c555ededea003b4916 to your computer and use it in GitHub Desktop.
server config
graph
    subgraph offsite
        bb[(backblaze.com)]
        db[(dropbox.com)]
    end
    subgraph home server
        hsnd{{shared network drive}}
        hsst(syncthing)
        hsem(emby)
        hsbb(backblaze app)
    end
    subgraph chris's phone
        cpst(syncthing)
    end
    subgraph elisabeths's phone
        epdb(dropbox app)
    end
    hsem -- plays from --> hsnd
    hsst -- syncs folders --> hsnd
    hsbb -- watches --> hsnd
    hsbb -- sends encrypted backups --> bb
    cpst -- shares photos --> hsst
    epdb -- push --> db
    db -- pull --> epdb
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment