IdanHajbeko / go-private-cloud

A simple cloud server that runs on a local network, written in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-private-cloud

A simple cloud server that runs on a local network, written in Go.

How to run

you just run the source code

go run main.go

or you can build the source code and run the executable

go build main.go

if you don't have go on your PC you can also download the executable from the releases

How to view the website

To access the website, all you need to do is to open your web browser and enter your private IP in the address bar.
to get your private IP just enter in the command line
Windows:

ipconfig

linux

ifconfig

then if you're on Windows copy the IP next to the IPv4 Address
And if you are on Linux I'm gonna assume you know what to copy

now you can access the site from any device in your local network

About

A simple cloud server that runs on a local network, written in Go.


Languages

Language:Go 72.9%Language:HTML 27.1%