Centralized place for storing useful libraries and resources
  • JavaScript 54.9%
  • HTML 22.9%
  • CSS 22.2%
Find a file
2026-01-31 16:59:56 -05:00
css play with the color 2026-01-31 00:39:09 -05:00
errors make some error pages! 2026-01-31 16:59:56 -05:00
js stuff 2026-01-30 19:34:09 -05:00
ruffle bump ruffle 2026-01-24 14:02:35 -05:00
favicon.ico bump ruffle and add a favicon 2026-01-15 23:45:24 -05:00
LICENSE text 2025-09-09 21:14:55 -04:00
README.txt text 2025-09-09 21:14:55 -04:00

This is the place where various libraries and resources used by various parts of chipmunk.land are stored. This is accessible at http://lib.chipmunk.land/ or the same with https, however it is meant to be made accessible on a path on another virtual server and then accessed that way, so that it works regardless of it's accessed. I include this nginx snippet to do so:

location /.local/lib/ {
  alias /var/www/lib/;
  autoindex on;
}

location /.local/lib/.git/ {
  return 403;
}

git repository: https://code.chipmunk.land/chipmunk.land/lib.git