Integration with custom environments. Webhooks server to modify reverse proxies, deploy TLS certificates and other env-specific side effects
Go to file
Aravinth Manivannan c6585ffca5
feat: init
2022-10-05 16:07:09 +05:30
.gitignore feat: init 2022-10-05 16:07:09 +05:30
LICENSE.md feat: init 2022-10-05 16:07:09 +05:30
README.md feat: init 2022-10-05 16:07:09 +05:30

README.md

Docker status-badge

Conductor

Enabling custom domain support(configuring reverse proxy, deploying TLS certificates, etc.) are environtment dependent. LibrePages will notify conductor when a new hostname should be deployed.

Launch docker container

docker run -p 7000:7000 \
	-v $(pwd)/config/:/etc/lpwebhook/ \
	-e LPwebhook_CONFIG=/etc/lpwebhook/default.toml \
	realaravinth/librepages-conductor:latest