Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simbafs/gpm
Go Proxy Manager
https://github.com/simbafs/gpm
Last synced: 4 months ago
JSON representation
Go Proxy Manager
- Host: GitHub
- URL: https://github.com/simbafs/gpm
- Owner: simbafs
- License: mit
- Created: 2021-07-27T02:27:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-05T02:30:48.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T13:31:59.292Z (7 months ago)
- Language: Go
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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