Migrate to /cozy

This commit is contained in:
Howard Abrams 2025-03-02 17:11:28 -08:00
parent 1876919acd
commit fe2eb3884a
2 changed files with 6 additions and 3 deletions

View file

@ -43,8 +43,11 @@ TIME_ZONE = "PST8PDT"
TIME_FACTOR = 1.0 TIME_FACTOR = 1.0
MEDIA_URL = "/moss/media/" MEDIA_URL = "/cozy/media/"
STATIC_URL = "/moss/static/" STATIC_URL = "/cozy/static/"
SSH_ENABLED = True
# SSL_ENABLED = True
###################################################################### ######################################################################
# Settings given in secret_settings.py override those in this file. # Settings given in secret_settings.py override those in this file.

View file

@ -66,7 +66,7 @@
{% if webclient_enabled %} {% if webclient_enabled %}
<p class="buttons"> <p class="buttons">
<a href="/moss{% url 'webclient:index' %}" <a href="/cozy{% url 'webclient:index' %}"
class="playbutton" id="play">Enter a cozy world...</a> class="playbutton" id="play">Enter a cozy world...</a>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
<a href="#" onclick="document.getElementById('scrolled-instructions').style.display='block'" <a href="#" onclick="document.getElementById('scrolled-instructions').style.display='block'"