File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed
Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ RUN apk --no-cache add ca-certificates
1212COPY --from=build /src/ww /bin
1313COPY --from=build /src/web /web
1414WORKDIR /
15- ENTRYPOINT ["/bin/ww" , "server" ]
15+ ENTRYPOINT ["/bin/ww" , "server" , "-https=" ]
Original file line number Diff line number Diff line change @@ -37,6 +37,15 @@ To package the browser extension for Firefox or Chrome:
3737
3838 $ make webwormhole-ext.zip
3939
40+ To run the server using docker:
41+ $ docker build -t webwormhole .
42+ $ docker run -p 8000:80 webwormhole
43+
44+ To use a custom signalling server.
45+ $ ww -signal http://localhost:8000 send test.txt
46+ east-pep-aloe
47+ $ ww -signal http://localhost:8000 receive east-pep-aloe
48+
4049WebWormhole is inspired by and uses a model very similar to that
4150of Magic Wormhole.
4251
Original file line number Diff line number Diff line change 2525< input type ="submit " id ="dial " class ="button " value ="LOADING... " disabled />
2626< span id ="autocomplete "> </ span >
2727</ div >
28- < div id ="footer ">
29- < ul >
30- < li > source: < a href ="https://github.com/saljam/webwormhole "> github.com/saljam/webwormhole</ a > </ li >
31- < li > feedback: < a href ="mailto:s@lj.am "> s@lj.am</ a > < a href ="https://twitter.com/_saljam "> @_saljam</ a > </ li >
32- < li > install: < a href ="https://addons.mozilla.org/firefox/addon/webwormhole/ "> firefox</ a > < a href ="https://chrome.google.com/webstore/detail/webwormhole/jhombkhjanncdalcbcahinpjoacaiidn "> chrome</ a > < a href ="https://pkg.go.dev/webwormhole.io/cmd/ww "> command line</ a > </ li >
33- </ ul >
34- </ div >
3528</ form >
3629</ body >
3730</ html >
You can’t perform that action at this time.
0 commit comments