parent
35b809dc85
commit
ab84fdea97
10
README.md
10
README.md
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
A simple web service to serve vanity Go imports. Feel free to check it out using [my instance](https://go.jolheiser.com/).
|
A simple web service to serve vanity Go imports. Feel free to check it out using [my instance](https://go.jolheiser.com/).
|
||||||
|
|
||||||
|
Vanity also supports [git-import](https://gitea.com/jolheiser/git-import).
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
When choosing a service, the default `base-url` will be the default server of that service:
|
When choosing a service, the default `base-url` will be the default server of that service:
|
||||||
|
@ -12,12 +14,6 @@ When choosing a service, the default `base-url` will be the default server of th
|
||||||
| GitHub | https://github.com |
|
| GitHub | https://github.com |
|
||||||
| GitLab | https://gitlab.com |
|
| GitLab | https://gitlab.com |
|
||||||
|
|
||||||
Configuration will be set, in order of priority
|
|
||||||
|
|
||||||
1. Flags
|
|
||||||
2. Environment
|
|
||||||
3. Config file
|
|
||||||
|
|
||||||
```
|
```
|
||||||
NAME:
|
NAME:
|
||||||
vanity - Vanity Go Imports
|
vanity - Vanity Go Imports
|
||||||
|
@ -52,8 +48,6 @@ GLOBAL OPTIONS:
|
||||||
--version, -v print the version (default: false)
|
--version, -v print the version (default: false)
|
||||||
```
|
```
|
||||||
|
|
||||||
Vanity also supports [git-import](https://gitea.com/jolheiser/git-import).
|
|
||||||
|
|
||||||
## Docker
|
## Docker
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Reference in New Issue