forked from DGNum/infrastructure
feat(garage): Deploy landing page
This commit is contained in:
parent
54f2057dfc
commit
9b71232c58
2 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,7 @@ let
|
||||||
"boussole-sante.normalesup.eu"
|
"boussole-sante.normalesup.eu"
|
||||||
"lanuit.ens.fr"
|
"lanuit.ens.fr"
|
||||||
"simi.normalesup.eu"
|
"simi.normalesup.eu"
|
||||||
|
"pub.dgnum.eu"
|
||||||
];
|
];
|
||||||
|
|
||||||
buckets = [
|
buckets = [
|
||||||
|
@ -35,6 +36,7 @@ let
|
||||||
"hackens-website"
|
"hackens-website"
|
||||||
"nuit-website"
|
"nuit-website"
|
||||||
"peertube-videos-dgnum"
|
"peertube-videos-dgnum"
|
||||||
|
"landing-website"
|
||||||
] ++ domains;
|
] ++ domains;
|
||||||
|
|
||||||
mkHosted = host: builtins.map (b: "${b}.${host}");
|
mkHosted = host: builtins.map (b: "${b}.${host}");
|
||||||
|
|
|
@ -99,6 +99,7 @@ let
|
||||||
"prometheus" # Prometheus
|
"prometheus" # Prometheus
|
||||||
"victoria-metrics" # Victoria Metrics
|
"victoria-metrics" # Victoria Metrics
|
||||||
"videos" # Peertube
|
"videos" # Peertube
|
||||||
|
"pub"
|
||||||
|
|
||||||
# Garage S3
|
# Garage S3
|
||||||
"*.cdn"
|
"*.cdn"
|
||||||
|
|
Loading…
Add table
Reference in a new issue