Readme
This commit is contained in:
parent
91bcbe422c
commit
36e9ebeb87
22
readme.md
Normal file
22
readme.md
Normal file
@ -0,0 +1,22 @@
|
||||
Merges several Gitea organizations' maven repositories to one path.
|
||||
|
||||
## usage
|
||||
```shell
|
||||
./maven-on-gitea-redirector-v0.1 config.json
|
||||
```
|
||||
|
||||
## config
|
||||
- `listen` - endpoint where this daemon will listen
|
||||
- `domain` - domain where Gitea is listening
|
||||
- `organizations` - list of Gitea organizations which should be included to search
|
||||
```json
|
||||
{
|
||||
"listen": "localhost:49186",
|
||||
"domain": "git.landgrafhomyak.ru",
|
||||
"organizations": [
|
||||
"xomrk",
|
||||
"Multitasking",
|
||||
"LanguageUtilities"
|
||||
]
|
||||
}
|
||||
```
|
||||
Loading…
Reference in New Issue
Block a user