No description
Find a file
Alexander Kiryukhin ff13e5f423
Dockerfile
2022-05-02 14:13:03 +03:00
static initial 2022-03-24 23:25:02 +03:00
tpl initial 2022-03-24 23:25:02 +03:00
config.json Dockerfile 2022-05-02 14:09:37 +03:00
Dockerfile Dockerfile 2022-05-02 14:13:03 +03:00
go.mod initial 2022-03-24 23:25:02 +03:00
go.sum initial 2022-03-24 23:25:02 +03:00
LICENSE.md initial 2022-03-24 23:25:02 +03:00
main.go initial 2022-03-24 23:25:02 +03:00
package.go initial 2022-03-24 23:25:02 +03:00
Readme.md initial 2022-03-24 23:25:02 +03:00

pkg

Selfhosted golang packages proxy.

Live version: https://go.neonxp.dev/

Package page: https://go.neonxp.dev/pkg/ (browser will redirects to documentation, but go get go.neonxp.dev/pkg will install package)

Configuration

config.json file:

{
    "title": "WEBSITE TITLE",
    "host": "go.neonxp.dev",
    "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