Compare commits
2 commits
6b30a95fbb
...
89d219fe8a
Author | SHA1 | Date | |
---|---|---|---|
|
89d219fe8a | ||
|
9e7215b5b8 |
2 changed files with 7 additions and 6 deletions
Binary file not shown.
|
@ -8,17 +8,18 @@ let
|
|||
metadata_dir = "/data/fast/garage/meta";
|
||||
|
||||
domains = [
|
||||
"lanuit.ens.fr"
|
||||
"boussole-sante.normalesup.eu"
|
||||
"simi.normalesup.eu"
|
||||
"bandarretdurgence.ens.fr"
|
||||
"boussole-sante.normalesup.eu"
|
||||
"lanuit.ens.fr"
|
||||
"simi.normalesup.eu"
|
||||
];
|
||||
|
||||
buckets = [
|
||||
"nuit-website"
|
||||
"castopod-dgnum"
|
||||
"peertube-videos-dgnum"
|
||||
"banda-website"
|
||||
"castopod-dgnum"
|
||||
"hackens-website"
|
||||
"nuit-website"
|
||||
"peertube-videos-dgnum"
|
||||
] ++ domains;
|
||||
|
||||
mkHosted = host: builtins.map (b: "${b}.${host}");
|
||||
|
|
Loading…
Add table
Reference in a new issue