blob: c0e94c2780a1e7dcf3acf35b39e4039e04cc6afb (
plain) (
tree)
|
|
# pkg
Selfhosted golang packages proxy.
Live version: https://go.neonxp.ru/
Package page: https://go.neonxp.ru/pkg/ (browser will redirects to documentation, but `go get go.neonxp.ru/pkg` will install package)
## Configuration
`config.json` file:
```json
{
"title": "WEBSITE TITLE",
"host": "go.neonxp.ru",
"packages": {
"pkg": {
"pkg": "pkg",
"vcs": "git",
"repo": "https://github.com/neonxp/pkg",
"desc": "Package description"
},
"jsonrpc2": {
"pkg": "jsonrpc2",
"vcs": "git",
"repo": "https://github.com/neonxp/jsonrpc2",
"desc": "Имплементация сервера JSON-RPC 2.0 с генериками."
},
"test": {
"pkg": "test",
"vcs": "git",
"repo": "https://github.com/example/test",
"desc": "Test description."
},
...
}
}
```
## Author
Alexander Kiryukhin <i@neonxp.dev>
## License
![GPL v3](https://www.gnu.org/graphics/gplv3-with-text-136x68.png)
|