Cybrkyd's Git Repositories

go-share - commit: b765862

commit b765862b8ed353e88a0c172f6a27b0981b6c93aaf17050ff3bb8898fee64d253
author cybrkyd <git@cybrkyd.com> 2026-05-22 19:43:43 +0100
committer cybrkyd <git@cybrkyd.com> 2026-05-22 19:43:43 +0100

Commit Message

README

📊 Diffstat

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

Diff

commit b765862b8ed353e88a0c172f6a27b0981b6c93aaf17050ff3bb8898fee64d253
Author: cybrkyd <git@cybrkyd.com>
Date: Fri May 22 19:43:43 2026 +0100
README
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..7301d01
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+ # Go-Share
+
+ 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.
+
+ ## 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.
+
+ ## Licence
+
+ This project is made available under a GPL3 licence -- see COPYING for the full text.
+