From fe2eb3884a68052ff2320672adefef91caa3c237 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Sun, 2 Mar 2025 17:11:28 -0800 Subject: [PATCH] Migrate to /cozy --- server/conf/settings.py | 7 +++++-- web/templates/website/index.html | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/server/conf/settings.py b/server/conf/settings.py index 63916bb..8ca965e 100644 --- a/server/conf/settings.py +++ b/server/conf/settings.py @@ -43,8 +43,11 @@ TIME_ZONE = "PST8PDT" TIME_FACTOR = 1.0 -MEDIA_URL = "/moss/media/" -STATIC_URL = "/moss/static/" +MEDIA_URL = "/cozy/media/" +STATIC_URL = "/cozy/static/" + +SSH_ENABLED = True +# SSL_ENABLED = True ###################################################################### # Settings given in secret_settings.py override those in this file. diff --git a/web/templates/website/index.html b/web/templates/website/index.html index 54daccc..08223d0 100644 --- a/web/templates/website/index.html +++ b/web/templates/website/index.html @@ -66,7 +66,7 @@ {% if webclient_enabled %}

- Enter a cozy world...