- Resolve decisions.md merge conflict (keep both Codex boundary + Ezra/Bezalel entries) - Update .gitignore: protect bare secret files, exclude venvs and nexus-localhost - Add uniwizard tools (mention watcher, adaptive prompt router, self-grader, classifiers) - Add briefings, good-morning reports, production reports - Add evennia world scaffold and training data - Add angband and morrowind MCP servers - Add diagrams, specs, test results, overnight loop scripts - Add twitter archive insights and media metadata - Add wizard workspaces (allegro, nahshon)
849 B
Static files
This is the place to put static resources you want to serve from the Evennia server. This is usually CSS and Javascript files but you could also serve other media like images, videos and music files from here.
If you serve a lot of large files (especially videos) you will see a lot better performance doing so from a separate dedicated media host.
You can also override default Evennia files from here. The original files are
found in evennia/web/static/. Copy the original file into the same
corresponding location/sublocation in this folder (such as website CSS files
into mygame/static/website/css/) and modify it, then reload the server.
Note that all static resources will be collected from all over Evennia into
mygame/server/.static for serving by the webserver. That folder should not be
modified manually.