gogs: Introduce Gogs lister

This commit is contained in:
KShivendu 2022-07-23 09:35:33 +05:30
parent 1bf11aa26d
commit d34a6232a6
12 changed files with 612 additions and 0 deletions

View file

@ -31,6 +31,10 @@ lister_args = {
"url": "https://repo1.maven.org/maven2/",
"index_url": "http://indexes/export.fld",
},
"gogs": {
"url": "https://try.gogs.io/",
"api_token": "secret",
},
}