Heyuri / kokonotsuba

Heyuri's BBS software
Other
19 stars 12 forks source link

more files stored on the instance #76

Closed hachikuji-san closed 4 months ago

hachikuji-san commented 4 months ago

further removes reliance on heyuri. CSS, fonts and some images that would otherwise be on static.heyuri.net are included with kokonotsuba in this pull request. paths in css files were adjusted for this change. none of the modules have been modified.

lastly, no errors were noticed when testing the instance. Since the instance was tested on localhost, it became significantly quicker to load. however on an actual web server the performance probably wouldn't change.

in the long-term it might be worthwhile placing all these into a dedicated dir, call it resources or static or whatever. Then having STATIC_URL optionally be a path (or remain a sub domain owned by the hypothetical site running kokonotsuba if its root is configured to be the static directory). change committed. No problems were found.

Stack instance was tested with (on localhost):