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
4
4
This repo enables matplotlib.org hosting using
5
5
[ Caddy] ( https://caddyserver.com/ ) .
6
6
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
-
14
7
Hosted repositories
15
8
-------------------
16
9
@@ -29,18 +22,6 @@ related projects are also exposed as toplevel directories:
29
22
* [ mpl-gui] ( https://github.com/matplotlib/mpl-gui )
30
23
* [ mpl-third-party] ( https://github.com/matplotlib/mpl-third-party )
31
24
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
-
44
25
Ansible configuration
45
26
=====================
46
27
You can’t perform that action at this time.
0 commit comments