From fb207c81d9ce481b3af775d063b4b9f3e1432963 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 19 Jan 2026 10:16:59 +0900 Subject: [PATCH] example-config.json: add more examples --- example-config.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/example-config.json b/example-config.json index 3da3302..32ce9b7 100644 --- a/example-config.json +++ b/example-config.json @@ -24,6 +24,24 @@ "source_host": "pvv-git", "name": "oysteikt", "clone": true + }, + "h7x4-github-repos": { + "type": "user", + "source_host": "github", + "name": "h7x4", + "clone": true + }, + "h7x4-gitlab-repos": { + "type": "user", + "source_host": "gitlab", + "name": "h7x4", + "clone": true + }, + "programvareverkstedet-codeberg-repos": { + "type": "organization", + "source_host": "codeberg", + "name": "Programvareverkstedet", + "clone": true } } }