Compare commits
3 commits
c9a59162c0
...
ff5bf4f5d3
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ff5bf4f5d3 | ||
![]() |
236619cd42 | ||
![]() |
39ecd971dc |
3 changed files with 6 additions and 2 deletions
|
@ -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
|
# docs & running
|
||||||
|
|
||||||
see the [doc directory](/dov) for documentation, it also has an example nginx config,
|
see the [doc directory](/doc) for documentation, it also has an example nginx and caddy 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
|
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.
|
the run.sh as the first run.
|
||||||
|
|
||||||
|
|
4
doc/Caddyfile
Normal file
4
doc/Caddyfile
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
https://quotes.example.com {
|
||||||
|
tls alice@example.com
|
||||||
|
reverse_proxy http://127.0.0.1:19721
|
||||||
|
}
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
max-width: 1100px;
|
max-width: 40em;
|
||||||
padding: 2em;
|
padding: 2em;
|
||||||
height: 100%
|
height: 100%
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue