blob: e829180aee65d3f3166130ff21800701459192ab [file] [log] [blame]
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +02001// k0.hswaw.net kubernetes cluster
2// This defines the cluster as a single object.
3// Use the sibling k0*.jsonnet 'view' files to actually apply the configuration.
4
5local kube = import "../../kube/kube.libsonnet";
6local policies = import "../../kube/policies.libsonnet";
7
8local cluster = import "cluster.libsonnet";
9
Serge Bazanski3c5d8362021-02-06 17:27:02 +000010local admitomatic = import "lib/admitomatic.libsonnet";
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +020011local cockroachdb = import "lib/cockroachdb.libsonnet";
12local registry = import "lib/registry.libsonnet";
13local rook = import "lib/rook.libsonnet";
radex0776a792023-10-10 00:02:29 +020014local admins = import "lib/admins.libsonnet";
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +020015
16{
17 k0: {
18 local k0 = self,
19 cluster: cluster.Cluster("k0", "hswaw.net") {
20 cfg+: {
Serge Bazanski3d294842020-08-04 01:34:07 +020021 storageClassNameParanoid: k0.ceph.waw3Pools.blockRedundant.name,
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +020022 },
23 metallb+: {
24 cfg+: {
Serge Bazanskia5ed6442020-09-20 22:52:57 +000025 // Peer with calico running on same node.
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +020026 peers: [
27 {
Serge Bazanskia5ed6442020-09-20 22:52:57 +000028 "peer-address": "127.0.0.1",
29 "peer-asn": 65003,
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +020030 "my-asn": 65002,
31 },
32 ],
Serge Bazanskia5ed6442020-09-20 22:52:57 +000033 // Public IP address pools. Keep in sync with k0.calico.yaml.
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +020034 addressPools: [
35 {
36 name: "public-v4-1",
37 protocol: "bgp",
38 addresses: [
39 "185.236.240.48/28",
40 ],
41 },
42 {
43 name: "public-v4-2",
44 protocol: "bgp",
45 addresses: [
46 "185.236.240.112/28"
47 ],
48 },
49 ],
50 },
51 },
52 },
53
54 // Docker registry
55 registry: registry.Environment {
56 cfg+: {
57 domain: "registry.%s" % [k0.cluster.fqdn],
58 storageClassName: k0.cluster.cfg.storageClassNameParanoid,
Serge Bazanski3d294842020-08-04 01:34:07 +020059 objectStorageName: "waw-hdd-redundant-3-object",
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +020060 },
61 },
62
63 // CockroachDB, running on bc01n{01,02,03}.
64 cockroach: {
65 waw2: cockroachdb.Cluster("crdb-waw1") {
66 cfg+: {
67 topology: [
Patryk Jakuszewedf14cc2021-01-23 23:00:29 +010068 { name: "dcr01s22", node: "dcr01s22.hswaw.net" },
Serge Bazanskibdd403c2021-10-28 23:37:38 +000069 { name: "dcr01s24", node: "dcr01s24.hswaw.net" },
Serge Bazanski65349692023-10-09 20:26:30 +000070 { name: "dcr03s16", node: "dcr03s16.hswaw.net" },
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +020071 ],
72 // Host path on SSD.
73 hostPath: "/var/db/crdb-waw1",
Serge Bazanski509ab6e2020-07-30 22:43:20 +020074 extraDNS: [
75 "crdb-waw1.hswaw.net",
76 ],
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +020077 },
Serge Bazanskibdd403c2021-10-28 23:37:38 +000078 initJob:: null,
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +020079 },
80 clients: {
81 cccampix: k0.cockroach.waw2.Client("cccampix"),
82 cccampixDev: k0.cockroach.waw2.Client("cccampix-dev"),
83 buglessDev: k0.cockroach.waw2.Client("bugless-dev"),
84 sso: k0.cockroach.waw2.Client("sso"),
Serge Bazanski509ab6e2020-07-30 22:43:20 +020085 herpDev: k0.cockroach.waw2.Client("herp-dev"),
Patryk Jakuszewf3153882021-01-23 15:38:50 +010086 gitea: k0.cockroach.waw2.Client("gitea"),
Piotr Dobrowolskif4a6a562021-02-01 21:32:25 +010087 issues: k0.cockroach.waw2.Client("issues"),
Serge Bazanskibf266c62021-03-17 21:48:58 +000088 dns: k0.cockroach.waw2.Client("dns"),
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +020089 },
90 },
91
92 ceph: {
93 // waw1 cluster - dead as of 2019/08/06, data corruption
Serge Bazanski61f978a2021-01-22 16:26:07 +010094 // waw2 cluster - dead as of 2021/01/22, torn down (horrible M610 RAID controllers are horrible)
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +020095
Serge Bazanski464fb042021-09-11 20:24:27 +000096 // waw3: 6TB SAS 3.5" HDDs, internal Rook cluster.
97 //
98 // Suffers from rook going apeshit and nuking all mons if enough of
99 // a control plane is up for rook to run but if nodes are
100 // unavailable to the point of it deciding that no mon exists and
101 // it should create some new ones, fully nuking the monmap and
102 // making recovery a pain.
103 //
104 // Supposedly new versions of Rook slowly fix these issues, but q3k
105 // doesn't personally trust this codebase anymore. He'd rather
106 // manage the actual Ceph cluster myself, we don't need all of this
107 // magic.
108 //
109 // See: b.hswaw.net/6
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +0200110 waw3: rook.Cluster(k0.cluster.rook, "ceph-waw3") {
111 spec: {
112 mon: {
Serge Bazanski16842112022-11-17 19:30:05 +0000113 count: 3,
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +0200114 allowMultiplePerNode: false,
115 },
Serge Bazanski793ca1b2021-03-07 00:07:19 +0000116 resources: {
117 osd: {
118 requests: {
Serge Bazanski64de7af2021-03-17 21:47:29 +0000119 cpu: "2",
120 memory: "6G",
Serge Bazanski793ca1b2021-03-07 00:07:19 +0000121 },
122 limits: {
Serge Bazanski64de7af2021-03-17 21:47:29 +0000123 cpu: "2",
124 memory: "8G",
Serge Bazanski793ca1b2021-03-07 00:07:19 +0000125 },
126 },
127
128 },
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +0200129 storage: {
130 useAllNodes: false,
131 useAllDevices: false,
132 config: {
133 databaseSizeMB: "1024",
134 journalSizeMB: "1024",
135 },
Serge Bazanski464fb042021-09-11 20:24:27 +0000136
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +0200137 nodes: [
138 {
139 name: "dcr01s22.hswaw.net",
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +0200140 devices: [
Serge Bazanski464fb042021-09-11 20:24:27 +0000141 { name: "/dev/disk/by-id/wwn-0x" + id }
142 for id in [
Serge Bazanski712a5dc2023-02-28 01:15:40 +0000143 "5000c5008508c433", # ST6000NM0034 Z4D40QZR0000R629ME1B
144 "5000c500850989cf", # ST6000NM0034 Z4D40JRL0000R63008A2
145 "5000c5008508baf7", # ST6000NM0034 Z4D40M380000R630V00M
146 "5000c5008508f843", # ST6000NM0034 Z4D40LGP0000R630UVTD
147 "5000c500850312cb", # ST6000NM0034 Z4D3ZAAX0000R629NW31
148 "5000c500850293e3", # ST6000NM0034 Z4D3Z5TD0000R629MF7P
149 "5000c5008508e3ef", # ST6000NM0034 Z4D40LM50000R630V0W3
150 "5000c5008508e23f", # ST6000NM0034 Z4D40QMX0000R629MD3C
Serge Bazanski464fb042021-09-11 20:24:27 +0000151 ]
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +0200152 ],
153 },
154 {
155 name: "dcr01s24.hswaw.net",
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +0200156 devices: [
Serge Bazanski464fb042021-09-11 20:24:27 +0000157 { name: "/dev/disk/by-id/wwn-0x" + id }
158 for id in [
Serge Bazanski7572f072023-03-10 20:54:35 +0100159 "5000c5008508c9ef", # ST6000NM0034 Z4D40LY40000R630UZCE
160 "5000c5008508df33", # ST6000NM0034 Z4D40QQ00000R629MB25
161 "5000c5008508dd3b", # ST6000NM0034 Z4D40QQJ0000R630RBY6
162 "5000c5008509199b", # ST6000NM0034 Z4D40QG10000R630V0X9
163 "5000c5008508ee03", # ST6000NM0034 Z4D40LHH0000R630UYP0
164 "5000c50085046abf", # ST6000NM0034 Z4D3ZF1B0000R629NV9P
165 "5000c5008502929b", # ST6000NM0034 Z4D3Z5WG0000R629MF14
Serge Bazanski464fb042021-09-11 20:24:27 +0000166 ]
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +0200167 ],
168 },
169 ],
170 },
171 benji:: {
172 metadataStorageClass: "waw-hdd-redundant-3",
173 encryptionPassword: std.split((importstr "../secrets/plain/k0-benji-encryption-password"), '\n')[0],
174 pools: [
175 "waw-hdd-redundant-3",
176 "waw-hdd-redundant-3-metadata",
177 "waw-hdd-yolo-3",
178 ],
179 s3Configuration: {
180 awsAccessKeyId: "RPYZIROFXNLQVU2WJ4R3",
181 awsSecretAccessKey: std.split((importstr "../secrets/plain/k0-benji-secret-access-key"), '\n')[0],
182 bucketName: "benji-k0-backups-waw3",
183 endpointUrl: "https://s3.eu-central-1.wasabisys.com/",
184 },
185 }
186 },
187 },
188 waw3Pools: {
189 // redundant block storage
190 blockRedundant: rook.ECBlockPool(k0.ceph.waw3, "waw-hdd-redundant-3") {
191 metadataReplicas: 2,
192 spec: {
193 failureDomain: "host",
194 replicated: {
195 size: 2,
196 },
197 },
198 },
Serge Bazanski242ec582020-09-20 15:36:11 +0000199 // q3k's personal pool, used externally from k8s.
200 q3kRedundant: rook.ECBlockPool(k0.ceph.waw3, "waw-hdd-redundant-q3k-3") {
201 metadataReplicas: 2,
202 spec: {
203 failureDomain: "host",
204 replicated: {
205 size: 2,
206 },
207 },
208 },
Serge Bazanski38f72fe2021-09-13 23:43:47 +0000209
210 object: {
211 local poolSpec = {
212 failureDomain: "host",
213 replicated: { size: 2 },
214 },
215
216 realm: rook.S3ObjectRealm(k0.ceph.waw3, "hscloud"),
217 zonegroup: rook.S3ObjectZoneGroup(self.realm, "eu"),
218 // This is serving at object.ceph-waw3.hswaw.net, but
219 // internally to Ceph it is known as
220 // waw-hdd-redundant-3-object (name of radosgw zone).
221 store: rook.S3ObjectStore(self.zonegroup, "waw-hdd-redundant-3-object") {
222 cfg+: {
223 // Override so that this radosgw serves on
224 // object.ceph-{waw3,eu}.hswaw.net instead of
225 // ceph-{waw-hdd-redundant-3-object,eu}.
226 domainParts: [
227 "waw3", "eu",
228 ],
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +0200229 },
Serge Bazanski38f72fe2021-09-13 23:43:47 +0000230 spec: {
231 metadataPool: poolSpec,
232 dataPool: poolSpec,
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +0200233 },
234 },
235 },
236 },
237
238 // Clients for S3/radosgw storage.
239 clients: {
Piotr Dobrowolskiba816552023-10-07 20:14:51 +0200240 local ObjectStoreUser(name) = kube.CephObjectStoreUser(name) {
241 metadata+: {
242 namespace: "ceph-waw3",
243 },
244 spec: {
245 store: "waw-hdd-redundant-3-object",
246 displayName: name,
247 },
248 },
249
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +0200250 # Used for owncloud.hackerspace.pl, which for now lives on boston-packets.hackerspace.pl.
Piotr Dobrowolskiba816552023-10-07 20:14:51 +0200251 nextcloudWaw3: ObjectStoreUser("nextcloud"),
Piotr Dobrowolski3b8a43f2021-02-01 21:19:48 +0100252 # issues.hackerspace.pl (redmine) attachments bucket
Piotr Dobrowolskiba816552023-10-07 20:14:51 +0200253 issuesWaw3: ObjectStoreUser("issues"),
Piotr Dobrowolskie839f952021-09-14 22:21:22 +0200254 # matrix.hackerspace.pl media storage bucket
Piotr Dobrowolskiba816552023-10-07 20:14:51 +0200255 matrixWaw3: ObjectStoreUser("matrix"),
Bartosz Stebel54a34b22022-03-05 23:20:56 +0100256 # tape staging temporary storage
Piotr Dobrowolskiba816552023-10-07 20:14:51 +0200257 tapeStaging: ObjectStoreUser("tape-staging"),
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +0200258
259 # nuke@hackerspace.pl's personal storage.
Piotr Dobrowolskiba816552023-10-07 20:14:51 +0200260 nukePersonalWaw3: ObjectStoreUser("nuke-personal"),
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +0200261
262 # patryk@hackerspace.pl's ArmA3 mod bucket.
Piotr Dobrowolskiba816552023-10-07 20:14:51 +0200263 cz2ArmaModsWaw3: ObjectStoreUser("cz2-arma3mods"),
264
Bartosz Stebel0156ab22023-02-20 21:33:33 +0100265 # implr's personal user
Piotr Dobrowolskiba816552023-10-07 20:14:51 +0200266 implrSparkWaw3: ObjectStoreUser("implr"),
267
Sergiusz Bazanskib1aadd82020-06-24 19:06:17 +0200268 # q3k's personal user
Piotr Dobrowolskiba816552023-10-07 20:14:51 +0200269 q3kWaw3: ObjectStoreUser("q3k"),
270
Serge Bazanskibfe9bb02020-10-27 20:50:50 +0100271 # woju's personal user
Piotr Dobrowolskiba816552023-10-07 20:14:51 +0200272 wojuWaw3: ObjectStoreUser("woju"),
273
Patryk Jakuszew34668a52020-11-28 13:45:25 +0100274 # cz3's (patryk@hackerspace.pl) personal user
Piotr Dobrowolskiba816552023-10-07 20:14:51 +0200275 cz3Waw3: ObjectStoreUser("cz3"),
276
Piotr Dobrowolskie839f952021-09-14 22:21:22 +0200277 # informatic's personal user
Piotr Dobrowolskiba816552023-10-07 20:14:51 +0200278 informaticWaw3: ObjectStoreUser("informatic"),
279
Serge Bazanski16842112022-11-17 19:30:05 +0000280 # mastodon qa and prod
281 mastodonWaw3: {
Piotr Dobrowolskiba816552023-10-07 20:14:51 +0200282 qa: ObjectStoreUser("mastodon-qa"),
283 prod: ObjectStoreUser("mastodon-prod"),
Serge Bazanski16842112022-11-17 19:30:05 +0000284 },
Piotr Dobrowolskiba816552023-10-07 20:14:51 +0200285
286 codehostingWaw3: ObjectStoreUser("codehosting"),
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +0200287 },
288 },
289
290
291 # These are policies allowing for Insecure pods in some namespaces.
292 # A lot of them are spurious and come from the fact that we deployed
293 # these namespaces before we deployed the draconian PodSecurityPolicy
294 # we have now. This should be fixed by setting up some more granular
295 # policies, or fixing the workloads to not need some of the permission
296 # bits they use, whatever those might be.
297 # TODO(q3k): fix this?
298 unnecessarilyInsecureNamespaces: [
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +0200299 policies.AllowNamespaceInsecure("ceph-waw3"),
300 policies.AllowNamespaceInsecure("matrix"),
301 policies.AllowNamespaceInsecure("registry"),
302 policies.AllowNamespaceInsecure("internet"),
303 # TODO(implr): restricted policy with CAP_NET_ADMIN and tuntap, but no full root
304 policies.AllowNamespaceInsecure("implr-vpn"),
305 ],
Serge Bazanski3c5d8362021-02-06 17:27:02 +0000306
307 # Admission controller that permits non-privileged users to manage
308 # their namespaces without danger of hijacking important URLs.
309 admitomatic: admitomatic.Environment {
310 cfg+: {
311 proto: {
312 // Domains allowed in given namespaces. If a domain exists
313 // anywhere, ingresses will only be permitted to be created
314 // within namespaces in which it appears here. This works
315 // the same way for wildcards, if a wildcard exists in this
316 // list it blocks all unauthorized uses of that domain
317 // elsewhere.
318 //
319 // See //cluster/admitomatic for more information.
320 //
321 // Or, tl;dr:
322 //
323 // If you do a wildcard CNAME onto the k0 ingress, you
324 // should explicitly state *.your.name.com here.
325 //
326 // If you just want to protect your host from being
327 // hijacked by other cluster users, you should also state
328 // it here (either as a wildcard, or unary domains).
329 allow_domain: [
radexc2c66bf2023-08-17 14:28:32 +0200330 { namespace: "inventory", dns: "inventory.hackerspace.pl" },
radex3ca84542023-10-08 23:52:08 +0200331 { namespace: "capacifier", dns: "capacifier.hackerspace.pl" },
radexb8d4a8a2023-09-22 23:46:05 +0200332 { namespace: "ldapweb", dns: "profile.hackerspace.pl" },
radex3fdda9c2023-10-23 22:25:35 +0200333 { namespace: "walne", dns: "walne.hackerspace.pl" },
Serge Bazanski3c5d8362021-02-06 17:27:02 +0000334 { namespace: "devtools-prod", dns: "hackdoc.hackerspace.pl" },
335 { namespace: "devtools-prod", dns: "cs.hackerspace.pl" },
Piotr Dobrowolskie4519b12023-10-07 21:13:02 +0200336 { namespace: "codehosting-prod", dns: "git.hackerspace.pl" },
337 { namespace: "codehosting-prod", dns: "code.hackerspace.pl" },
Serge Bazanski3c5d8362021-02-06 17:27:02 +0000338 { namespace: "engelsystem-prod", dns: "engelsystem.hackerspace.pl" },
339 { namespace: "gerrit", dns: "gerrit.hackerspace.pl" },
Serge Bazanski6e10e462023-10-08 12:29:55 +0000340 { namespace: "gerrit-qa", dns: "gerrit-qa.hackerspace.pl" },
Serge Bazanski3c5d8362021-02-06 17:27:02 +0000341 { namespace: "gitea-prod", dns: "gitea.hackerspace.pl" },
342 { namespace: "hswaw-prod", dns: "*.hackerspace.pl" },
Serge Bazanski99b91b12021-03-28 17:34:32 +0000343 { namespace: "hswaw-prod", dns: "*.hswaw.net" },
Serge Bazanski63ce4232023-10-09 23:41:15 +0000344 { namespace: "site", dns: "new.hackerspace.pl" },
Serge Bazanski3c5d8362021-02-06 17:27:02 +0000345 { namespace: "internet", dns: "internet.hackerspace.pl" },
346 { namespace: "matrix", dns: "matrix.hackerspace.pl" },
347 { namespace: "onlyoffice-prod", dns: "office.hackerspace.pl" },
Piotr Dobrowolski3b2a2a22023-01-05 08:26:02 +0100348 { namespace: "paperless", dns: "paperless.hackerspace.pl" },
Serge Bazanski3c5d8362021-02-06 17:27:02 +0000349 { namespace: "redmine", dns: "issues.hackerspace.pl" },
Serge Bazanski877cf0a2021-02-08 00:34:34 +0100350 { namespace: "redmine", dns: "b.hackerspace.pl" },
351 { namespace: "redmine", dns: "b.hswaw.net" },
352 { namespace: "redmine", dns: "xn--137h.hackerspace.pl" },
353 { namespace: "redmine", dns: "xn--137h.hswaw.net" },
Serge Bazanski3c5d8362021-02-06 17:27:02 +0000354 { namespace: "speedtest", dns: "speedtest.hackerspace.pl" },
355 { namespace: "sso", dns: "sso.hackerspace.pl" },
Serge Bazanski16842112022-11-17 19:30:05 +0000356 { namespace: "mastodon-hackerspace-qa", dns: "social-qa-2.hackerspace.pl" },
357 { namespace: "mastodon-hackerspace-prod", dns: "social.hackerspace.pl" },
Serge Bazanski3c5d8362021-02-06 17:27:02 +0000358
radexe36beba2023-10-11 00:41:48 +0200359 // auto-namespaced domains, i.e:
360 // USER.hscloud.ovh is allowed for personal-USER namespace
361 // *.USER.hscloud.ovh is allowed for personal-USER namespace
362 { namespace: "personal-$2", dns: "(.*\\.)?([^.]+)\\.hscloud\\.ovh", regexp: true },
363
364 // cluster infra
Serge Bazanski3c5d8362021-02-06 17:27:02 +0000365 { namespace: "ceph-waw3", dns: "ceph-waw3.hswaw.net" },
366 { namespace: "ceph-waw3", dns: "object.ceph-waw3.hswaw.net" },
Serge Bazanski38f72fe2021-09-13 23:43:47 +0000367 { namespace: "ceph-waw3", dns: "object.ceph-eu.hswaw.net" },
Serge Bazanski3c5d8362021-02-06 17:27:02 +0000368 { namespace: "monitoring-global-k0", dns: "*.hswaw.net" },
369 { namespace: "registry", dns: "*.hswaw.net" },
370
radexe36beba2023-10-11 00:41:48 +0200371 // personal namespaces
Serge Bazanski3c5d8362021-02-06 17:27:02 +0000372 { namespace: "q3k", dns: "*.q3k.org" },
373 { namespace: "personal-q3k", dns: "*.q3k.org" },
radexe36beba2023-10-11 00:41:48 +0200374 { namespace: "personal-radex", dns: "hs.radex.io" },
375 { namespace: "personal-radex", dns: "*.hs.radex.io" },
Serge Bazanski3c5d8362021-02-06 17:27:02 +0000376 ],
Serge Bazanskic1f37252023-06-19 21:56:29 +0000377
378 anything_goes_namespace: [
379 // sourcegraph ingress wants a config snippet to set a header.
380 "devtools-prod",
381 ],
Serge Bazanski3c5d8362021-02-06 17:27:02 +0000382 },
383 },
384 },
radex0776a792023-10-10 00:02:29 +0200385
386 // Configuration of RoleBindings
387 admins: admins.NamespaceAdmins {
388 // Cluster staff have full access to all namespaces
389 // To give non-staff users admin access scoped to a given namespace,
390 // add them to the list below.
391 // (system:admin-namespace role is given to <user>@hackerspace.pl)
392 namespaces:: {
393 "inventory": [
394 "radex",
395 "palid",
396 ],
radex3fdda9c2023-10-23 22:25:35 +0200397 "walne": [
398 "radex",
399 "palid",
400 ],
radex0776a792023-10-10 00:02:29 +0200401 "site": [
402 "ar",
403 "radex",
404 ],
405 "valheim": [
406 "patryk",
407 "palid",
408 ],
409 "matrix-0x3c": [
410 "not7cd",
411 ],
412 "hswaw-prod": [
413 "ar",
414 "radex",
415 ],
416 "ldapweb": [
417 "radex",
418 ],
Radek Pietruszewskia6592b82023-10-30 20:27:25 +0100419 "devtools-prod": [
420 "radex",
421 ],
422 "depotview": [
423 "radex",
424 ],
425 "hackdoc": [
426 "radex",
427 ],
428 "sourcegraph": [
429 "radex",
430 ],
431 "speedtest": [
432 "radex",
433 ],
434 "internet": [
435 "radex",
436 ],
437 "cebulacamp": [
438 "radex",
439 ],
440 "teleimg": [
441 "radex",
442 ],
443 "pretalx": [
444 "radex",
445 ],
radex0776a792023-10-10 00:02:29 +0200446 }
447 }
Sergiusz Bazanskidbfa9882020-06-06 01:21:45 +0200448 },
449}