More settings (#28)

This commit is contained in:
Patrick Stevens
2023-03-29 22:54:45 +01:00
committed by GitHub
parent fc6bc501da
commit 3d908d8215
6 changed files with 1725 additions and 141 deletions

View File

@@ -16,11 +16,15 @@
"nonadmin-user": {
"synced-from-github-repo-1": {
"description": "A repo that is imported from GitHub",
"gitHub": "https://github.com/MyName/repo-name"
"gitHub": {
"uri": "https://github.com/MyName/repo-name"
}
},
"synced-from-github-repo-2": {
"description": "Another repo that is imported from GitHub",
"gitHub": "https://github.com/MyName/repo-name-2"
"gitHub": {
"uri": "https://github.com/MyName/repo-name-2"
}
},
"new-repo": {
"description": "A repo that's created directly on this Gitea",