Go packages import redirector done right.
Go to file
Stanislav Nikitin 6ce7747dd5
Working with packages and allowed IPs.
giredorectl now able to interact with giredored about:

* Setting package data. There is no such thing as "create" or "update",
just set.

* Deleting package data.

* Setting allowed IP addresses. This is the only authorization method
ATM, more may come in future.
2019-10-07 18:21:26 +05:00
cmd Working with packages and allowed IPs. 2019-10-07 18:21:26 +05:00
domains Working with packages and allowed IPs. 2019-10-07 18:21:26 +05:00
internal Working with packages and allowed IPs. 2019-10-07 18:21:26 +05:00
.gitignore Working with packages and allowed IPs. 2019-10-07 18:21:26 +05:00
README.md Working with packages and allowed IPs. 2019-10-07 18:21:26 +05:00
go.mod Server and client stubs. 2019-10-05 21:53:22 +05:00
go.sum Server and client stubs. 2019-10-05 21:53:22 +05:00

README.md

Giredore

Giredore is an utility that does go-import redirects right. Main idea of this project is to provide easy-to-use yet powerful tool for Go developers to serve they packages right and help them with getting nice and very static URLs for their packages.

What it able to do

  • Be a HTTP server. If you want HTTPS (and you normally should want it) - put giredore behind proxy or submit merge request that implements this feature)
  • Provide simple CLI client for controlling things.

Installation

TBW

Configuration

TBW

Usage

TBW

Developing

TBW