Cybrkyd's Git Repositories

go-share - commit: 14b572a

commit 14b572ae63a3b03ee042d6def5e18fa6909f34a1220eb18f2bce2a6b46737a76
author cybrkyd <git@cybrkyd.com> 2026-05-23 10:13:52 +0100
committer cybrkyd <git@cybrkyd.com> 2026-05-23 10:13:52 +0100

Commit Message

README

📊 Diffstat

README.md 2
1 files changed, 2 insertions(+), 0 deletions(-)

Diff

diff --git a/README.md b/README.md
index 7301d01..7d685f8 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
A Go web app to upload multiple files simultaneously via a browser on a local network. This was made as a way to quickly transfer files from my phone to my PC.
+ The <a href="https://git.cybrkyd.com/flask-share/" target="&#95;blank" rel="noopener">original tool</a> was written in Python, using Flask as the WSGI. Go-Share is a direct translation into Go, with a progress bar thrown in for some added awesomeness.
+
## Port and Host
The application runs on port 5000 and accepts connections from all interfaces (`0.0.0.0`). Ensure port 5000 is also open on the firewall, if applicable.