1
0
Fork
You've already forked lib
0
No description
  • JavaScript 53.5%
  • CSS 23.4%
  • HTML 23.1%
2026年05月25日 01:27:57 -04:00
css Add style for hr 2026年05月25日 01:27:57 -04:00
errors make the 403 better maybe 2026年02月04日 01:43:09 -05:00
html Move style.html to html/ and bump ruffle 2026年04月19日 18:32:40 -04:00
js stuff 2026年01月30日 19:34:09 -05:00
ruffle Move style.html to html/ and bump ruffle 2026年04月19日 18:32:40 -04:00
favicon.ico favicon 2026年03月29日 02:55:21 -04: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