hostyoself
hostyoself copied to clipboard
Host yo' self from your browser, your phone, your toaster.
Hi Zack, I use the hostyoself cli tool from time to time. I find it very useful. The site seems unreachable or stalled at the moment. Thanks --sgt p,s a...
When there's a `#` in filename, it seems that it's not escaped in URL thus parsed as hash, causes `not found` error. Should be escaped as `%23`
Hello, When I using the relay option: ``` $ hostyoself relay [info] 2019/10/13 11:44:41 listening on :8010 [info] 2019/10/13 11:44:41 127.0.0.1:60028 GET /ws 2.406ms [info] 2019/10/13 11:44:49 [::1]:60031 GET /...
This is very cool. I have an aws ubuntu server and I'd like the students to drop their files on www.mydomainname.com. How would I set that up?
go build -v main.go:14:2: cannot find package "github.com/schollz/hostyoself/pkg/client" in any of: /usr/lib/go-1.10/src/github.com/schollz/hostyoself/pkg/client (from $GOROOT) /home/marsiho/go/src/github.com/schollz/hostyoself/pkg/client (from $GOPATH) main.go:15:2: cannot find package "github.com/schollz/hostyoself/pkg/server" in any of: /usr/lib/go-1.10/src/github.com/schollz/hostyoself/pkg/server (from $GOROOT) /home/marsiho/go/src/github.com/schollz/hostyoself/pkg/server (from...
Hi again, Mark. What is the `inputKey` field for? > (You can spawn multiple hosts with this key). Ok, where do I put the input key? What does 'multiple hosts'...
Cloned the repo. Tried running go generate -v -x in a cmd window on Win 10 in the hostyoself directory. Got this response: > ... > go: finding github.com/jteeuwen/go-bindata/go-bindata latest...
Hello @schollz Good morning, I am creating my design portfolio and I would like to contribute to the project by providing a logo without commitment. Let me know if you...
As mentioned in #10, this is some work I did which makes the container be a little more generic, so that I can run hostyoself in relay mode in a...