Update server on howardabrams.com/moss

This commit is contained in:
Howard Abrams 2025-02-14 04:26:39 +00:00
parent 3d1ebfa3fc
commit 2976aad1ce
3 changed files with 14 additions and 3 deletions

View file

@ -1 +1 @@
3.12.8 3.12

View file

@ -32,8 +32,19 @@ from evennia.settings_default import *
###################################################################### ######################################################################
# This is the name of your game. Make it catchy! # This is the name of your game. Make it catchy!
SERVERNAME = "moss-n-puddles" SERVERNAME = "Moss and Puddles"
SERVER_HOSTNAME = "www.howardabrams.com"
# WEBSOCKET_CLIENT_URL = "ws://www.howardabrams.com/ws"
WEBSOCKET_CLIENT_URL = "https://www.howardabrams.com/ws"
TIME_ZONE = "PST8PDT"
TIME_FACTOR = 1.0
MEDIA_URL = "/moss/media/"
STATIC_URL = "/moss/static/"
###################################################################### ######################################################################
# Settings given in secret_settings.py override those in this file. # Settings given in secret_settings.py override those in this file.

View file

@ -72,7 +72,7 @@
{% if webclient_enabled %} {% if webclient_enabled %}
<p class="buttons"> <p class="buttons">
<a href="{% url 'webclient:index' %}" <a href="/moss{% url 'webclient:index' %}"
class="playbutton">Enter a cozy world...</a> class="playbutton">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'"