forked from UPPMAX/UPPMAX-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmlc_config.json
101 lines (101 loc) · 2.67 KB
/
mlc_config.json
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
94
95
96
97
98
99
100
101
{
"aliveStatusCodes": [200, 403, 418, 500, 503],
"ignorePatterns": [
{
"pattern": "github/workspace/docs/software/overview$"
},
{
"pattern": "^https://bianca.uppmax.uu.se$"
},
{
"pattern": "^https://bianca.uppmax.uu.se/$"
},
{
"pattern": "^https://docs.swestore.se/using/rclone/$"
},
{
"pattern": "^https://docs.sylabs.io/guides/2.6/user-guide/container_recipes.html$"
},
{
"pattern": "^http://hostname:8888$"
},
{
"pattern": "^https://supr.naiss.se/$"
},
{
"pattern": "^https://supr.naiss.se/project/$"
},
{
"pattern": "^https://supr.naiss.se/account/$"
},
{
"pattern": "^https://supr.naiss.se/round/senssmall2024/create_proposal/\\?$"
},
{
"pattern": "^https://suprintegration.uppmax.uu.se/getpasswd$"
},
{
"pattern": "^https://www.c3se.chalmers.se/documentation/remote-vscode/$"
},
{
"pattern": "^https://www.hpc2n.umu.se/resources/software/r$"
},
{
"pattern": "^https://www.naiss.se/$"
},
{
"pattern": "^https://www.naiss.se/#application-rounds-for-compute-and-storage-resources$"
},
{
"pattern": "^https://www.naiss.se/event/online-training-snakemake-hackathon-2024-05/$"
},
{
"pattern": "^https://www.pdc.kth.se/hpc-services/computing-systems/dardel$"
},
{
"pattern": "^https://www.pdc.kth.se/support/documents/login/ssh_keys.html$"
},
{
"pattern": "^https://www.pdc.kth.se/support/documents/login/ssh_login.html$"
},
{
"pattern": "^https://www.pdc.kth.se/support/documents/login/ssh_login.html#ssh-login$"
},
{
"pattern": "^https://www.pdc.kth.se/software/software/R/index_general.html$"
},
{
"pattern": "^https://www.pdc.kth.se/about/pdc-news$"
},
{
"pattern": "^https://www.pdc.kth.se/support/documents/login/ssh_login.html#ssh-login$"
},
{
"pattern": "^https://www.pdc.kth.se/support/documents/login/ssh_login.html#how-to-create-ssh-key-pairs$"
},
{
"pattern": "^https://www.pdc.kth.se/support/documents/login/ssh_login.html#in-the-login-portal$"
},
{
"pattern": "^https://www.pdc.kth.se/support/documents/getting_access/get_access.html$"
},
{
"pattern": "^https://www.sunet.se/$"
},
{
"pattern": "^https://www.sylabs.io/$"
},
{
"pattern": "^https://www.sylabs.io/docs$"
},
{
"pattern": "^https://www.sylabs.io/guides/2.6/user-guide/container_recipes.html$"
},
{
"pattern": "swcarpentry.github.io/r-novice-inflammation/$"
},
{
"pattern": "^software-table.md"
}
]
}