https://github.com/pocc/vps
My VPS Sites hosted on Digital Ocean
https://github.com/pocc/vps
Last synced: 3 months ago
JSON representation
My VPS Sites hosted on Digital Ocean
- Host: GitHub
- URL: https://github.com/pocc/vps
- Owner: pocc
- Created: 2020-02-15T02:04:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-20T00:20:43.000Z (over 6 years ago)
- Last Synced: 2025-03-18T20:51:02.252Z (over 1 year ago)
- Language: HTML
- Size: 568 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup for VPS Websites
setup.sh will install packages and setup the environment.
## Running
Go needs to be able to open a port, which requires elevated permissions. To run, use
```bash
sudo /usr/local/go/bin/go run .
```
## Running from docker
```docker
docker build -t vps.docker .
docker run -it -p 443:443 -p 80:80 vps.docker
```