Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simbafs/gpm

Go Proxy Manager
https://github.com/simbafs/gpm

Last synced: about 2 months ago
JSON representation

Go Proxy Manager

Awesome Lists containing this project

README

        

# gpm
Go Proxy Manager

# Build
```
go build
```

# usage
```
Usage of gpm:
-address string
listening address (default "0.0.0.0:3000")
-file string
path to config file (default "gpm.toml")
-host value
from->to, ex: gh.localhost:3000--https://github.com
-static value
repo^branch^name, ex: github.com/simba-fs/gpm^main^blog
-storage string
directory to store files such as static files (default "./storage")
```

# TODO
- [ ] Check if the file exists when setting up a static host
- [ ] support ssh access to a private reoo