Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: deploy to fly | Franck Cuny | 2021-08-12 | 6 | -17/+83 |
| | | | | | | | Don't deploy to Google App anymore, but use fly.io instead. Add steps to the Makefile to build a docker image, and to deploy the application to fly.io. | ||||
* | config: replace homelab with tools | Franck Cuny | 2021-08-12 | 1 | -2/+2 |
| | | | | The repository for `homelab` is not ready yet. | ||||
* | vanity: rewrite with templates and external config | Franck Cuny | 2021-08-12 | 6 | -22/+144 |
| | | | | | | | | | | | | | | | | | | Rewrite the program to use external templates and load the configuration from an external source. We don't want to blindly send all the requests to some SCM since we want to support only some modules / program that way. There's two templates, one for requests coming from a browser, which list all the supported modules, and one for the `go get` command. For requests coming from `go get`, we generate a template that indicates where the repository is. The external configuration is in YAML, and list all the supported repositories, and the URL of the repository. It assumes a default VCS for all the modules (git in our case). | ||||
* | build: convert to go module | Franck Cuny | 2021-08-12 | 1 | -0/+3 |
| | |||||
* | Add a new target to the Makefile. | Franck Cuny | 2018-04-08 | 1 | -0/+3 |
| | | | | Add a target to open the console. | ||||
* | Redirect go code to github.com | Franck Cuny | 2018-03-30 | 4 | -0/+52 |
| | |||||
* | Initial commit | Franck Cuny | 2018-03-30 | 0 | -0/+0 |