config_service/data/admin/git_repositories.cfg
Cryptoval Trading Technologies 50dee15642 progress
2025-01-22 23:09:25 +00:00

102 lines
4.7 KiB
INI

{
"cvtt": {
"cvtt2:": {
"cvttpy": [
{"cryptova": "ssh://cryptova@cryptovaltrading.com:1588/home/cryptova/git/cvtt2/cvttpy.git" },
{"gitea": "ssh://git@hs01.cvtt.vpn:20022/oleg/cvttpy.git" },
{"hs01": "git@hs01.cvtt.vpn:/works/git/cvtt2/cvttpy.git" },
{"origin": "git@cloud21.cvtt.vpn:/opt/store/git/cvttpy.git" },
],
"ops": [
{"cryptova": "ssh://cryptova@cryptovaltrading.com:1588/home/cryptova/git/cvtt2/ops.git" },
{"gitea": "ssh://git@hs01.cvtt.vpn:20022/oleg/ops.git" },
{"hs01": "git@hs01.cvtt.vpn:/works/git/cvtt2/ops.git" },
{"origin": "git@cloud21.cvtt.vpn:/opt/store/git/cvtt2/ops.git" },
],
"docker_dev": [
{"cryptova": "ssh://cryptova@cryptovaltrading.com:1588/home/cryptova/git/cvtt2/docker_dev.git" },
{"gitea": "ssh://git@hs01.cvtt.vpn:20022/development/docker_dev.git" },
{"hs01": "git@hs01.cvtt.vpn:/works/git/cvtt2/docker_dev.git" },
{"origin": "git@cloud21.cvtt.vpn:/opt/store/git/docker_dev.git" },
],
"config_service": [
{"cryptova": "ssh://cryptova@cryptovaltrading.com:1588/home/cryptova/git/cvtt2/config_service.git" },
{"gitea": "ssh://git@hs01.cvtt.vpn:20022/oleg/config_service.git" },
{"hs01": "git@hs01.cvtt.vpn:/works/git/cvtt2/config_service.git" },
{"origin": "git@cloud21.cvtt.vpn:/opt/store/git/cvtt2/config_service.git" },
],
"cronjobs": [
{"cryptova": "ssh://cryptova@cryptovaltrading.com:1588/home/cryptova/git/cvtt2/cronjobs.git" },
{"gitea": "ssh://git@hs01.cvtt.vpn:20022/oleg/cronjobs.git" },
{"hs01": "git@hs01.cvtt.vpn:/works/git/cvtt2/cronjobs.git" },
{"origin": "git@cloud21.cvtt.vpn:/opt/store/git/cvtt2/cronjobs.git" },
],
"research": [
{"origin": "git@cloud21.cvtt.vpn:/opt/store/git/cvtt2/research.git" },
{"hs01": "git@hs01.cvtt.vpn:/works/git/cvtt2/research.git" },
{"cryptova": "ssh://cryptova@cryptovaltrading.com:1588/home/cryptova/git/cvtt2/research.git" },
{"gitea": "ssh://git@hs01.cvtt.vpn:20022/oleg/research.git" },
],
"jupyter_gpu": [
{"origin": "git@cloud21.cvtt.vpn:/works/store/git/jupyter_gpu.git" },
{"hs01": "git@hs01.cvtt.vpn:/works/git/cvtt2/jupyter_gpu.git" },
],
}
}
, "allbright": {
"allbright-ops": [
{"origin": "ssh://allbrigh@allbrightacademy.com:7822/home/allbrigh/git/allbright-ops.git"},
{"hs01": "ssh://oleg@hs01.sheynin.home:/works/git/allbright/allbright-ops.git"},
],
"allbright-www": [
{"origin": "ssh://allbrigh@allbrightacademy.com:7822/home/allbrigh/git/allbright.git"},
{"hs01": "ssh://oleg@hs01.sheynin.home:/works/git/allbright/allbright.git"},
]
}
, "devel-env": {
"cvtt-dev": [
{"gitea": "ssh://git@hs01.cvtt.vpn:20022/develop_env/.vscode.cvtt-dev.git"},
]
, "cvtt-research": [
{"gitea": "ssh://git@hs01.cvtt.vpn:20022/develop_env/.vscode.cvtt-research.git"},
]
, "oleg-macpro": [
{"gitea": "ssh://git@hs01.cvtt.vpn:20022/develop_env/.vscode.oleg-macpro.git"},
]
},
, "education-materials": {
"Algorithmic Trading Book": [
{"origin": "ssh://git@hs01.cvtt.vpn:20022/edu/Algorithmic_Trading_Book.git"}
]
, "Kubernetes Cookbook": [
{"origin": "ssh://git@hs01.cvtt.vpn:20022/edu/Kubernetes_Cookbook.git"}
]
}
"personal": {
"obsidian_notes": [
{"origin": "ssh://cryptova@cryptovaltrading.com:1588/home/cryptova/git/personal/obsidian_notes.git"}
],
"data-analysis": [
{"origin": "git@hs01.cvtt.vpn:/works/git/data_analysis.git"}
],
"leathercraft": [
{"origin": "git@hs01.cvtt.vpn:/works/git/leathercraft.git"}
],
"musicscore": [
{"origin": "git@hs01.cvtt.vpn:/works/git/musicscore.git"}
],
".vscode": {
"cvtt-dev": [
{"origin": "ssh://git@hs01.cvtt.vpn:20022/personal/.vscode.cvtt-dev.git"},
],
"cvtt-edu": [
{"origin": "ssh://git@hs01.cvtt.vpn:20022/personal/.vscode.cvtt-edu.git"},
],
"cvtt-research": [
{"origin": "ssh://git@hs01.cvtt.vpn:20022/personal/.vscode.cvtt-research.git"},
],
},
}
}