boxespy/scripts
caleb crome 28959c098e Fix boxesserver
commit 0a8dcf0e37 caused the server to *only* respond to
localhost by default.  This causes the Docker to not respond properly.  The old
server had the default server name as '', but the new one set it to 'localhost'.

This fixes that problem.

In addition, This commit changes the docker file so that you can
specify which git repo and commit to check out from.  This allows
trivial testing of other clones.  The default branch is master
and default git repo is Florian's, but you  can now specify
new commits and/or branches to clone with

```docker build --build-arg BUILD_BRANCH=<branch-or-commit> --build-arg BUILD_REPO=<my-repo>```
2023-01-17 10:28:23 +01:00
..
Dockerfile Fix boxesserver 2023-01-17 10:28:23 +01:00
boxes Remove outdated imports 2022-12-31 20:33:49 +01:00
boxes2inkscape Remove useless parentheses 2023-01-13 16:18:44 +01:00
boxes2pot Add typing: variables 2023-01-09 07:55:59 +01:00
boxes_example.ipynb Remove .open() call from the .render() method 2019-02-08 17:43:15 +01:00
boxesserver Fix boxesserver 2023-01-17 10:28:23 +01:00
gen_thumbnails.sh Add script to statically generate thumbnails 2019-10-27 16:44:13 +01:00