feat(web03): Do the migration

This commit is contained in:
Tom Hubrecht 2025-02-24 15:33:42 +01:00
parent 2e9afbfe8e
commit 80ede4b1f6
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc
5 changed files with 6 additions and 6 deletions

View file

@ -8,7 +8,7 @@
services.django-apps.sites.bocal = {
source = "https://git.dgnum.eu/DGNum/www-bocal";
branch = "main";
domain = "bocal.webapps.dgnum.eu";
domain = "bocal.cof.ens.fr";
nginx = {
enableACME = true;
@ -50,8 +50,7 @@
};
environment = {
BOCAL_ALLOWED_HOSTS = [ "bocal.webapps.dgnum.eu" ];
BOCAL_RHOSTS_PATH = "/var/lib/django-apps/bocal/.rhosts";
BOCAL_RHOSTS_PATH = "/users/guests/bocal/.rhosts";
};
};
}

View file

@ -8,7 +8,7 @@
services.django-apps.sites.gestiobds = {
source = "https://git.dgnum.eu/DGNum/gestioCOF";
branch = "bds-prod";
domain = "gestiobds.webapps.dgnum.eu";
domain = "gestion.bds.ens.fr";
nginx = {
enableACME = true;

View file

@ -12,7 +12,7 @@ in
services.django-apps.sites.gestiocof = {
source = "https://git.dgnum.eu/DGNum/gestioCOF";
branch = "cof-staging";
domain = "gestiocof.webapps.dgnum.eu";
domain = "cof.ens.fr";
nginx = {
enableACME = true;

View file

@ -8,7 +8,7 @@
services.django-apps.sites.gestiojeux = {
source = "https://git.dgnum.eu/DGNum/gestiojeux";
branch = "production";
domain = "gestiojeux.webapps.dgnum.eu";
domain = "jeux.cof.ens.fr";
nginx = {
enableACME = true;

View file

@ -6,6 +6,7 @@
dgn-redirections = {
permanent = {
"www.ernestophone.ens.fr" = "ernestophone.ens.fr";
"www.cof.ens.fr" = "cof.ens.fr";
};
};
}