This repository makes it possible to access the churchtools api via User Interface.
It was created due to the request to show all appointments of evkila.de on a single pdf file or multiple jpegs.
- Local Setup
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
-
Edit the
Dockerfile
file and set it to your churchtools instance.ENV CHURCHTOOLS_BASE=evkila.church.tools \ DB_PATH=/app/data/evkila.db
-
Run the
run.sh
shell script, which will build a docker container and run the container../run.sh
-
Open in Browser