Skip to content

A basic system that you can install the client on a file server that will send File structure data to web server that then can be viewed via a browser without exposing your home server to the web directly

Notifications You must be signed in to change notification settings

BrandonBentley/WhatYouGot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What You Need To Build This

All you need is the official GO compiler

How You Ask?

To build all you need to do is:

  • Have the above compiler installed and configured env properly
  • If you are are Windows you can run build.bat to build ( Hey it works ¯\(ツ)/¯ )
  • Build commands are simply:
go build -o Client.exe client.go
go build -o Server.exe server.go

Things To Know

  • Client takes 0-n file path arguments both relative and absolute (Defaults to current directory if none is given to it)
  • Client does its thing, sends a POST to the server, and then promptly dies. (this is by design... at least that's what I'm saying at this point)
  • Server Serves on localhost:8080
  • Server must be in the parent folder of "site" and "json" folder to work

Anything Else?

No I think I'm done here for today.

Until next commit I bid you ado, yes I do.

About

A basic system that you can install the client on a file server that will send File structure data to web server that then can be viewed via a browser without exposing your home server to the web directly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published