File tree Expand file tree Collapse file tree 2 files changed +0
-38
lines changed
Expand file tree Collapse file tree 2 files changed +0
-38
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,13 +4,6 @@ matplotlib.org Hosting
44This repo enables matplotlib.org hosting using
55[ Caddy] ( https://caddyserver.com/ ) .
66
7- By default, Caddy is run in a container using ` make serve ` , which:
8-
9- * Runs Caddy (version can be overridden by setting ` CADDY_VERSION ` ) in
10- [ podman] ( https://podman.io/ ) (can be switched to docker by setting ` RUNTIME ` )
11- * Mounts Matplotlib documentation repositories from the ` sites ` subdirectory
12- * Exposes the server on port 2015
13-
147Hosted repositories
158-------------------
169
@@ -29,18 +22,6 @@ related projects are also exposed as toplevel directories:
2922* [ mpl-gui] ( https://github.com/matplotlib/mpl-gui )
3023* [ mpl-third-party] ( https://github.com/matplotlib/mpl-third-party )
3124
32- Caddy options
33- -------------
34-
35- The Makefile will set these options for you when mounting and running the
36- container, but if you wish to run Caddy directly, you may wish to set some
37- overrides in environment variables:
38-
39- * The host and port with ` SITE_ADDRESS ` (defaults to port 2015 on all
40- interfaces)
41- * The directory containing the git repositories with ` SITE_DIR ` (defaults to
42- ` sites ` in the current directory)
43-
4425Ansible configuration
4526=====================
4627
You can’t perform that action at this time.
0 commit comments