Compare commits

..

No commits in common. "ff5bf4f5d3a9ffb5302b4f48840b8a872480c2cb" and "c9a59162c0bd6cdb5d876d3214f7178bac874fe0" have entirely different histories.

3 changed files with 2 additions and 6 deletions

View file

@ -23,7 +23,7 @@ there's a matrix bot at n/quotes-bot and a very WIP rewrite in python at n/quote
# docs & running
see the [doc directory](/doc) for documentation, it also has an example nginx and caddy config,
see the [doc directory](/dov) for documentation, it also has an example nginx config,
and you can also run the app using [./scripts/run.sh](./scripts/run.sh) to match that config - but don't run it using
the run.sh as the first run.

View file

@ -1,4 +0,0 @@
https://quotes.example.com {
tls alice@example.com
reverse_proxy http://127.0.0.1:19721
}

View file

@ -13,7 +13,7 @@
body {
margin: auto;
max-width: 40em;
max-width: 1100px;
padding: 2em;
height: 100%
}