Skip to content

Commit 1ec1cd5

Browse files
committed
Remove the Makefile
Unfortunately, that is now useless since the Caddyfile does not exist in its final form.
1 parent bebe761 commit 1ec1cd5

File tree

2 files changed

+0
-38
lines changed

2 files changed

+0
-38
lines changed

Makefile

Lines changed: 0 additions & 19 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ matplotlib.org Hosting
44
This 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-
147
Hosted 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-
4425
Ansible configuration
4526
=====================
4627

0 commit comments

Comments
 (0)