-
Notifications
You must be signed in to change notification settings - Fork 294
Expand file tree
/
Copy pathrepositories.py
More file actions
93 lines (93 loc) · 2.47 KB
/
repositories.py
File metadata and controls
93 lines (93 loc) · 2.47 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
83
84
85
86
87
88
89
90
91
92
93
GROUP_REPOS = [
[
"group a",
"Ducks",
["https://github.com/Alexitu01/DevOps_Ducks"],
"https://devopsducks.studio/",
"https://devopsducks.studio/",
],
[
"group b",
"Carl ⏰",
["https://github.com/DevOps-Group-B/MiniTwit"],
"http://165.227.170.149",
"http://165.227.170.149",
],
[
"group c",
"youCanCUs",
["https://github.com/Anders0106/Devops2026"],
"https://srv1039100.tail89935c.ts.net:8443",
"https://srv1039100.tail89935c.ts.net:8443",
],
[
"group d",
"Mixed",
["https://github.com/KaramTNC/itu-minitwit"],
"https://bettertwitter.ninja/",
"https://api.bettertwitter.ninja",
],
[
"group e",
"Disaster",
["https://github.com/Itu-DevOps-2026/ITU-MiniTwit"],
"http://165.227.145.109:5000",
"http://165.227.145.109:5000/api",
],
[
"group f",
"Gruppe 1",
["https://github.com/Afab1311/MiniTwit-gruppe1", "https://github.com/sebseb10/ITU-MiniTwit"],
"https://itu-minitwit.duckdns.org/",
"https://itu-minitwit.duckdns.org/",
],
[
"group g",
"GruppeOG",
["https://github.com/Joakim-David/GruppeOG"],
"https://chirpitu.live",
"https://chirpitu.live",
],
[
"group i",
"Team Connie",
["https://github.com/21Philip/devops-minitwit"],
"https://web.walkablecity.app/",
"https://api.walkablecity.app/",
],
[
"group j",
"Chirp Vee2",
["https://github.com/ITU-DevOps-2026-J/Chirp-Vee2"],
"http://157.245.27.199:8080",
"http://157.245.27.199:8080",
],
[
"group k",
"DevBobs",
["https://github.com/DevBobs-devops/Devbobs_MiniTwit"],
"https://devbobs.tech/",
"http://134.199.190.79:8080",
],
[
"group l",
"Deploy and pray",
["https://github.com/ITU-DEVOPS2026-GROUP-l/ITU-MiniTwit"],
"http://161.35.211.34:5000",
"http://161.35.211.34:5000",
],
[
"group m",
"Jackhammers",
["https://github.com/RonoITU/itu-devops2026-jackhammers"],
"https://windysquirrels.dk",
"https://windysquirrels.dk/api",
],
[
"group o",
"NO.1",
["https://github.com/YUMJiHyeon/DEVOPS"],
"https://devopsgroupo.me",
"http://129.212.212.105:5000",
],
]