Skip to content

techahold/gohttpserverinstall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

gohttpserverinstall

Easy install Script for gohttpserver on linux, should work on any debian or centos based system supporting systemd. https://github.com/codeskyblue/gohttpserver

Creates a directory under /opt/gohttp/public for files to sit in

You can use Hetzner to test/host this with a $20 credit using this referal code https://hetzner.cloud/?ref=p6iUr7jEXmoB

How to Install the server

Please setup your firewall on your server prior to running the script.

Make sure you have got access via ssh or otherwise setup prior setting up the firewall, command for UFW is.

ufw allow proto tcp from YOURIP to any port 22

If you have UFW installed use the following commands:

ufw allow 8000/tcp
sudo ufw enable

Run the following commands:

wget https://raw.githubusercontent.com/dinger1986/gohttpserverinstall/main/install.sh
chmod +x install.sh
./install.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages