ops: paivana and caddy config refresh
This commit is contained in:
parent
d8dbc6242b
commit
56f814a6de
74 changed files with 4517 additions and 79 deletions
|
|
@ -1,14 +1,14 @@
|
|||
# paivana.hacktivism.ch — paywall reverse proxy
|
||||
# Secrets injected by entrypoint from /run/secrets/
|
||||
# Shared paivana-httpd conf — BASE/DEST injected by entrypoint (env).
|
||||
# Secrets injected from /run/secrets/
|
||||
|
||||
[paivana]
|
||||
SERVE = tcp
|
||||
PORT = 9967
|
||||
BIND_TO = 0.0.0.0
|
||||
|
||||
BASE_URL = https://paivana.hacktivism.ch/
|
||||
BASE_URL = @BASE_URL@
|
||||
|
||||
DESTINATION_BASE_URL = http://upstream:8080/
|
||||
DESTINATION_BASE_URL = @DESTINATION_BASE_URL@
|
||||
|
||||
MERCHANT_BACKEND_URL = https://taler.hacktivism.ch/instances/goa-shop/
|
||||
MERCHANT_ACCESS_TOKEN = @MERCHANT_ACCESS_TOKEN@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue