configs/paivana: add Containerfile and compose on :9025
This commit is contained in:
parent
96961f23f5
commit
7f769aaf8f
8 changed files with 167 additions and 0 deletions
18
configs/paivana/conf/paivana.conf.template
Normal file
18
configs/paivana/conf/paivana.conf.template
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# paivana.hacktivism.ch — paywall reverse proxy
|
||||
# Secrets injected by entrypoint from /run/secrets/
|
||||
|
||||
[paivana]
|
||||
SERVE = tcp
|
||||
PORT = 9967
|
||||
BIND_TO = 0.0.0.0
|
||||
|
||||
BASE_URL = https://paivana.hacktivism.ch/
|
||||
|
||||
DESTINATION_BASE_URL = http://upstream:80/
|
||||
|
||||
MERCHANT_BACKEND_URL = https://taler.hacktivism.ch/instances/goa-shop/
|
||||
MERCHANT_ACCESS_TOKEN = @MERCHANT_ACCESS_TOKEN@
|
||||
|
||||
SECRET = @PAIVANA_SECRET@
|
||||
|
||||
WHITELIST = ^/(favicon\.ico|robots\.txt)$
|
||||
Loading…
Add table
Add a link
Reference in a new issue