-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
82 lines (82 loc) · 3.64 KB
/
Copy pathdata.json
File metadata and controls
82 lines (82 loc) · 3.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[
{
"id": 1,
"type": "Blog",
"domain": "VPS",
"image": "https://miro.medium.com/v2/resize:fit:4800/format:webp/1*eXE5JbXGqD_Wjzj9xGc1sg.jpeg",
"tr": {
"desc": "Ubuntu işletim sistemi üzerinde güvenli bir VPS sunucusu kurulumu ve Docker yükleme rehberi.",
"medium": "https://medium.com/@gorbadil/güvenli-bir-vps-sunucusu-nasıl-kurulur-daca9dec1ca0",
"git": "https://github.com/gorbadil/medium/blob/main/TR/VPS/VPS_Kurulum.md"
},
"en": {
"desc": "Guide for set up VPS server with securily SSH connection and Docker installation on Ubuntu operating system.",
"medium": "https://medium.com/@gorbadil/how-to-setup-a-secure-vps-server-7597b95440c9",
"git": "https://github.com/gorbadil/medium/blob/main/EN/VPS/VPS_Installation.md"
}
},
{
"id": 2,
"type": "Blog",
"domain": "VPS",
"image": "https://miro.medium.com/v2/resize:fit:4800/format:webp/0*5J5fPd2CRRqkXV9W.png",
"tr": {
"desc": "CI/CD için Docker, Kubernetes ve Jenkins Kurulum Rehberi",
"medium": "https://medium.com/@gorbadil/vps-üzerinde-continuous-integration-continuous-deployment-ci-cd-kurulumu-ve-nginx-reverse-proxy-1a4f990cc905",
"git": "https://github.com/gorbadil/medium/blob/main/TR/VPS/VPS_Docker_k8s_Jenkins.md"
},
"en": {
"desc": "Guide for set up Docker, Kubernetes and Jenkins for CI/CD pipeline.",
"medium": "https://medium.com/@gorbadil/vps-docker-kubernetes-jenkins-installation-and-nginx-reverse-proxy-deb75d9caf80",
"git": "https://github.com/gorbadil/medium/blob/main/EN/VPS/VPS_Docker_k8s_Jenkins_en.md"
}
},
{
"id": 3,
"type": "Blog",
"domain": "VPS",
"image": "https://i0.wp.com/miro.medium.com/max/793/1%2AFTOk9-90W1-0OUURFc0oEg.png?w=1300&ssl=1",
"tr": {
"desc": "Kubernetes Üzerinde Ölçeklenebilir Jenkins Kurulumu",
"medium": "https://medium.com/@gorbadil/jenkins-on-kubernetes-8d2c422c08b8",
"git": "https://github.com/gorbadil/medium/blob/main/TR/VPS/Ölçeklenebilir_Jenkins_k8s.md"
},
"en": {
"desc": "Guide for set up scalable Jenkins on Kubernetes.",
"medium": "https://medium.com/@gorbadil/jenkins-on-kubernetes-88b2322e1469",
"git": "https://github.com/gorbadil/medium/blob/main/EN/VPS/Scalable_Jenkins_Kubernetes.md"
}
},
{
"id": 4,
"type": "Blog",
"domain": "VPS",
"image": "https://blog.timja.dev/content/images/2022/05/image-5.png",
"tr": {
"desc": "Jenkins Github Webhook yardımı ile otomasyon",
"medium": "https://medium.com/@gorbadil/github-webhook-ile-jenkins-otomasyonu-b9285a4322f2",
"git": "https://github.com/gorbadil/medium/blob/main/TR/VPS/Jenkins_Github_Otomasyonu.md"
},
"en": {
"desc": "Guide for Jenkins Github Webhook integration for automation.",
"medium": "https://medium.com/@gorbadil/github-webhook-with-jenkins-automation-0c7c4a1176a0",
"git": "https://github.com/gorbadil/medium/blob/main/EN/VPS/Jenkins_Github_Automation.md"
}
},
{
"id": 5,
"type": "Blog",
"domain": "VPS",
"image": "https://media.licdn.com/dms/image/v2/D5612AQFp1jZkE3Hhpg/article-cover_image-shrink_600_2000/article-cover_image-shrink_600_2000/0/1705993275208?e=2147483647&v=beta&t=YTRJc6z32SSVNF4Jq0Iyxt19MS7of0X8JofoU5-pZ48",
"tr": {
"desc": "Github, Jenkins ve DockerHub ile Otomasyon",
"medium": "",
"git": "https://github.com/gorbadil/medium/blob/main/TR/VPS/Github_Jenkins_DockerHub.md"
},
"en": {
"desc": "Automation with Github, Jenkins and DockerHub",
"medium": "",
"git": "https://github.com/gorbadil/medium/blob/main/EN/VPS/Github_Jenkins_DockerHub.md"
}
}
]