configs/paivana: add Containerfile and compose on :9025

This commit is contained in:
Hernâni Marques 2026-07-13 11:03:47 +02:00
parent 96961f23f5
commit 7f769aaf8f
8 changed files with 167 additions and 0 deletions

View 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)$