feat(django-apps): Init ernestophone website #196

Merged
thubrecht merged 1 commit from ernesto_migration into main 2024-12-20 10:30:02 +01:00
Owner
No description provided.
@ -484,0 +489,4 @@
{
"/".proxyPass = "http://unix:/run/django-apps/${name}.sock";
"/static/".root = "/run/django-apps/${name}";
}
Owner

"/media/".root = mkIf serveMedia "/run/django-apps/${name}";

"/media/".root = mkIf serveMedia "/run/django-apps/${name}";
mdebray marked this conversation as resolved
@ -129,6 +129,10 @@ in
'';
};
serveMedia = mkEnableOption "Serving media directory with nginx." // {
Owner

La description de l'option va être dégueulasse si tu fais comme ça : "Whether to enable Serving media directory with nginx.."
Autant faire une vrai option avec mkOption { type bool; default = true; description = ...; }

La description de l'option va être dégueulasse si tu fais comme ça : "Whether to enable Serving media directory with nginx.." Autant faire une vrai option avec mkOption { type bool; default = true; description = ...; }
mdebray marked this conversation as resolved
mdebray force-pushed ernesto_migration from 99438b39da
All checks were successful
Check meta / check_dns (pull_request) Successful in 26s
Check meta / check_meta (pull_request) Successful in 26s
Check workflows / check_workflows (pull_request) Successful in 26s
Run pre-commit on all files / pre-commit (push) Successful in 40s
Build all the nodes / ap01 (pull_request) Successful in 1m8s
Build all the nodes / bridge01 (pull_request) Successful in 1m54s
Build all the nodes / hypervisor01 (pull_request) Successful in 2m4s
Build all the nodes / geo02 (pull_request) Successful in 2m10s
Build all the nodes / geo01 (pull_request) Successful in 2m12s
Build all the nodes / hypervisor02 (pull_request) Successful in 1m40s
Build all the nodes / compute01 (pull_request) Successful in 2m42s
Build all the nodes / netcore02 (pull_request) Successful in 33s
Build all the nodes / hypervisor03 (pull_request) Successful in 1m33s
Build all the nodes / vault01 (pull_request) Successful in 1m56s
Build all the nodes / storage01 (pull_request) Successful in 2m12s
Build all the nodes / rescue01 (pull_request) Successful in 2m18s
Build all the nodes / web02 (pull_request) Successful in 1m54s
Run pre-commit on all files / pre-commit (pull_request) Successful in 35s
Build all the nodes / web01 (pull_request) Successful in 2m29s
Build all the nodes / web03 (pull_request) Successful in 2m18s
to 7c6c753c67
All checks were successful
Build all the nodes / geo01 (pull_request) Successful in 1m57s
Build all the nodes / geo02 (pull_request) Successful in 1m58s
Build all the nodes / hypervisor01 (pull_request) Successful in 1m45s
Build all the nodes / compute01 (pull_request) Successful in 2m37s
Build all the nodes / netcore02 (pull_request) Successful in 39s
Build all the nodes / hypervisor02 (pull_request) Successful in 1m38s
Build all the nodes / hypervisor03 (pull_request) Successful in 1m36s
Build all the nodes / rescue01 (pull_request) Successful in 2m16s
Build all the nodes / storage01 (pull_request) Successful in 2m17s
Build all the nodes / vault01 (pull_request) Successful in 2m1s
Run pre-commit on all files / pre-commit (pull_request) Successful in 35s
Build all the nodes / web02 (pull_request) Successful in 1m56s
Build all the nodes / web01 (pull_request) Successful in 2m26s
Build all the nodes / web03 (pull_request) Successful in 1m37s
Build all the nodes / ap01 (push) Successful in 1m18s
Build all the nodes / geo02 (push) Successful in 2m12s
Build all the nodes / hypervisor01 (push) Successful in 2m13s
Build all the nodes / geo01 (push) Successful in 2m17s
Build all the nodes / bridge01 (push) Successful in 2m20s
Build all the nodes / netcore02 (push) Successful in 30s
Build all the nodes / hypervisor02 (push) Successful in 1m31s
Build all the nodes / compute01 (push) Successful in 3m25s
Build all the nodes / hypervisor03 (push) Successful in 1m33s
Build all the nodes / storage01 (push) Successful in 2m7s
Build all the nodes / rescue01 (push) Successful in 2m8s
Build all the nodes / vault01 (push) Successful in 2m3s
Build all the nodes / web02 (push) Successful in 1m41s
Run pre-commit on all files / pre-commit (push) Successful in 40s
Build all the nodes / web01 (push) Successful in 2m25s
Build all the nodes / web03 (push) Successful in 1m40s
2024-12-20 04:21:13 +01:00
Compare
thubrecht approved these changes 2024-12-20 10:29:57 +01:00
thubrecht deleted branch ernesto_migration 2024-12-20 10:30:02 +01:00
dgnum-chores referenced this pull request from a commit 2026-05-13 08:03:31 +02:00
dgnum-chores referenced this pull request from a commit 2026-05-20 08:02:11 +02:00
Sign in to join this conversation.
No description provided.