forked from DGNum/infrastructure
feat(garage): Add hackens website
This commit is contained in:
parent
9e7215b5b8
commit
89d219fe8a
1 changed files with 7 additions and 6 deletions
|
@ -8,17 +8,18 @@ let
|
||||||
metadata_dir = "/data/fast/garage/meta";
|
metadata_dir = "/data/fast/garage/meta";
|
||||||
|
|
||||||
domains = [
|
domains = [
|
||||||
"lanuit.ens.fr"
|
|
||||||
"boussole-sante.normalesup.eu"
|
|
||||||
"simi.normalesup.eu"
|
|
||||||
"bandarretdurgence.ens.fr"
|
"bandarretdurgence.ens.fr"
|
||||||
|
"boussole-sante.normalesup.eu"
|
||||||
|
"lanuit.ens.fr"
|
||||||
|
"simi.normalesup.eu"
|
||||||
];
|
];
|
||||||
|
|
||||||
buckets = [
|
buckets = [
|
||||||
"nuit-website"
|
|
||||||
"castopod-dgnum"
|
|
||||||
"peertube-videos-dgnum"
|
|
||||||
"banda-website"
|
"banda-website"
|
||||||
|
"castopod-dgnum"
|
||||||
|
"hackens-website"
|
||||||
|
"nuit-website"
|
||||||
|
"peertube-videos-dgnum"
|
||||||
] ++ domains;
|
] ++ domains;
|
||||||
|
|
||||||
mkHosted = host: builtins.map (b: "${b}.${host}");
|
mkHosted = host: builtins.map (b: "${b}.${host}");
|
||||||
|
|
Loading…
Reference in a new issue