From 36e9ebeb8778e83f6264370c3be7a1e9fadb77f9 Mon Sep 17 00:00:00 2001 From: Andrew Golovashevich Date: Sat, 27 Sep 2025 16:59:31 +0300 Subject: [PATCH] Readme --- readme.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..d725f28 --- /dev/null +++ b/readme.md @@ -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" + ] +} +``` \ No newline at end of file