sourcebot/demo-site-config.json

116 lines
3.8 KiB
JSON
Raw Normal View History

2024-09-20 02:03:25 +00:00
{
2024-10-17 20:31:18 +00:00
"$schema": "./schemas/v2/index.json",
2024-12-14 00:18:38 +00:00
"settings": {
"autoDeleteStaleRepos": true,
"reindexInterval": 86400000, // 24 hours
"resyncInterval": 86400000 // 24 hours
2024-12-14 00:18:38 +00:00
},
2024-10-17 20:31:18 +00:00
"repos": [
2024-09-20 02:03:25 +00:00
{
2024-10-17 20:31:18 +00:00
"type": "github",
2024-12-14 00:25:16 +00:00
"token": {
"env": "GITHUB_TOKEN"
},
"exclude": {
"size": {
"max": 1000000000 // Limit to 1GB
}
},
2024-10-17 20:31:18 +00:00
"repos": [
"pytorch/pytorch",
"commaai/openpilot",
"ggerganov/whisper.cpp",
"ggerganov/llama.cpp",
"codemirror/dev",
"tailwindlabs/tailwindcss",
2024-12-14 00:18:38 +00:00
"sourcebot-dev/sourcebot",
"angular/angular",
2024-12-16 21:34:36 +00:00
"ggerganov/llama.cpp",
"Eugeny/tabby",
"lodash/lodash",
"caddyserver/caddy",
"sindresorhus/awesome-nodejs",
2024-12-16 23:22:18 +00:00
"rust-unofficial/awesome-rust",
"streamich/react-use",
"pocketbase/pocketbase",
"serhii-londar/open-source-mac-os-apps",
"lllyasviel/Fooocus",
"k88hudson/git-flight-rules",
"react-hook-form/react-hook-form",
2024-12-17 00:35:59 +00:00
"koajs/koa",
"SheetJS/sheetjs",
"trpc/trpc",
"LC044/WeChatMsg",
"airbnb/lottie-android",
"huihut/interview",
"jgm/pandoc",
"google/googletest",
"date-fns/date-fns",
"nativefier/nativefier",
"openai/gym",
"files-community/Files",
"sahat/hackathon-starter",
"appsmithorg/appsmith",
"ultralytics/ultralytics",
"slidevjs/slidev",
"xitu/gold-miner",
"sorrycc/awesome-javascript",
"astral-sh/ruff",
"logseq/logseq",
"shadowsocks/shadowsocks",
"ccxt/ccxt",
"netty/netty",
"tw93/Pake",
"fxsjy/jieba",
"atlassian/react-beautiful-dnd",
"ToolJet/ToolJet",
"markedjs/marked",
"typicode/husky",
"laravel/framework",
"TheAlgorithms/JavaScript",
"bilibili/ijkplayer",
"solidjs/solid",
"fastify/fastify",
"huggingface/pytorch-image-models",
"shadowsocks/ShadowsocksX-NG",
"carbon-language/carbon-lang",
"s0md3v/roop",
"ascoders/weekly",
"backstage/backstage",
"servo/servo",
"composer/composer",
"tastejs/todomvc",
"lutzroeder/netron",
"alibaba/canal",
"tinygrad/tinygrad",
"ManimCommunity/manim",
"filebrowser/filebrowser",
"nicolargo/glances",
"iperov/DeepFaceLive",
"StevenBlack/hosts",
"crossoverJie/JCSprout",
"mantinedev/mantine",
"Automattic/mongoose",
"eslint/eslint",
"nextauthjs/next-auth",
"flameshot-org/flameshot",
2025-02-14 19:26:40 +00:00
"envoyproxy/envoy"
2024-10-17 20:31:18 +00:00
]
},
{
"type": "gitlab",
"token": {
"env": "GITLAB_TOKEN"
},
"groups": [
"fdroid"
],
"exclude": {
"projects": [
"fdroid/wiki",
"Matrixcoffee/internal-twif-preview"
]
}
2024-09-20 02:03:25 +00:00
}
]
}