feat(nuit website): migrate to s3
Some checks failed
build configuration / build_web02 (push) Successful in 1m15s
build configuration / build_vault01 (push) Successful in 1m22s
build configuration / build_compute01 (push) Successful in 1m24s
build configuration / build_storage01 (push) Successful in 1m37s
lint / check (push) Successful in 22s
build configuration / build_web01 (push) Successful in 2m9s
build configuration / build_geo01 (push) Successful in 1m5s
build configuration / build_rescue01 (push) Successful in 1m9s
build configuration / build_bridge01 (push) Successful in 1m2s
build configuration / build_geo02 (push) Successful in 1m5s
build configuration / push_to_cache_web02 (push) Failing after 2m57s
build configuration / push_to_cache_storage01 (push) Successful in 2m39s
build configuration / push_to_cache_geo01 (push) Successful in 2m36s
build configuration / push_to_cache_compute01 (push) Successful in 2m53s
build configuration / push_to_cache_rescue01 (push) Successful in 2m33s
build configuration / push_to_cache_web01 (push) Successful in 2m38s
build configuration / push_to_cache_geo02 (push) Successful in 1m6s
build configuration / push_to_cache_bridge01 (push) Successful in 1m16s
Some checks failed
build configuration / build_web02 (push) Successful in 1m15s
build configuration / build_vault01 (push) Successful in 1m22s
build configuration / build_compute01 (push) Successful in 1m24s
build configuration / build_storage01 (push) Successful in 1m37s
lint / check (push) Successful in 22s
build configuration / build_web01 (push) Successful in 2m9s
build configuration / build_geo01 (push) Successful in 1m5s
build configuration / build_rescue01 (push) Successful in 1m9s
build configuration / build_bridge01 (push) Successful in 1m2s
build configuration / build_geo02 (push) Successful in 1m5s
build configuration / push_to_cache_web02 (push) Failing after 2m57s
build configuration / push_to_cache_storage01 (push) Successful in 2m39s
build configuration / push_to_cache_geo01 (push) Successful in 2m36s
build configuration / push_to_cache_compute01 (push) Successful in 2m53s
build configuration / push_to_cache_rescue01 (push) Successful in 2m33s
build configuration / push_to_cache_web01 (push) Successful in 2m38s
build configuration / push_to_cache_geo02 (push) Successful in 1m6s
build configuration / push_to_cache_bridge01 (push) Successful in 1m16s
This commit is contained in:
parent
bc75d78a22
commit
f6253021d7
4 changed files with 13 additions and 12 deletions
|
@ -18,6 +18,7 @@ lib.extra.mkConfig {
|
||||||
"netbird"
|
"netbird"
|
||||||
"peertube"
|
"peertube"
|
||||||
"prometheus"
|
"prometheus"
|
||||||
|
"redirections"
|
||||||
];
|
];
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
|
|
|
@ -8,12 +8,14 @@ let
|
||||||
metadata_dir = "/data/fast/garage/meta";
|
metadata_dir = "/data/fast/garage/meta";
|
||||||
|
|
||||||
domains = [
|
domains = [
|
||||||
|
"lanuit.ens.fr"
|
||||||
"boussole-sante.normalesup.eu"
|
"boussole-sante.normalesup.eu"
|
||||||
"simi.normalesup.eu"
|
"simi.normalesup.eu"
|
||||||
"bandarretdurgence.ens.fr"
|
"bandarretdurgence.ens.fr"
|
||||||
];
|
];
|
||||||
|
|
||||||
buckets = [
|
buckets = [
|
||||||
|
"nuit-website"
|
||||||
"castopod-dgnum"
|
"castopod-dgnum"
|
||||||
"peertube-videos-dgnum"
|
"peertube-videos-dgnum"
|
||||||
"banda-website"
|
"banda-website"
|
||||||
|
|
9
machines/storage01/redirections.nix
Normal file
9
machines/storage01/redirections.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
dgn-redirections = {
|
||||||
|
redirections = {
|
||||||
|
"www.lanuit.ens.fr" = "lanuit.ens.fr";
|
||||||
|
"lanuit.ens.psl.eu" = "lanuit.ens.fr";
|
||||||
|
"www.lanuit.ens.psl.eu" = "lanuit.ens.fr";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
|
@ -33,17 +33,6 @@
|
||||||
"url": null,
|
"url": null,
|
||||||
"hash": "05cdz26n8r8cihmcn772dwb05krzzxyyhqv5rasw4yd2s1dzsmwx"
|
"hash": "05cdz26n8r8cihmcn772dwb05krzzxyyhqv5rasw4yd2s1dzsmwx"
|
||||||
},
|
},
|
||||||
"lanuit.ens.fr": {
|
|
||||||
"type": "Git",
|
|
||||||
"repository": {
|
|
||||||
"type": "Git",
|
|
||||||
"url": "https://git.dgnum.eu/DGNum/lanuit.ens.fr.git"
|
|
||||||
},
|
|
||||||
"branch": "main",
|
|
||||||
"revision": "f4dc07090fbd74970929b2cf411c74b090618c8f",
|
|
||||||
"url": null,
|
|
||||||
"hash": "0hpym1r8d8hgp4g7p6lk26fgcv9ia6993z91as1gfjs9ff3wgk0a"
|
|
||||||
},
|
|
||||||
"qda.ens.fr": {
|
"qda.ens.fr": {
|
||||||
"type": "Git",
|
"type": "Git",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
@ -90,4 +79,4 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 3
|
"version": 3
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue