Integration with custom environments. Webhooks server to modify reverse proxies, deploy TLS certificates and other env-specific side effects
Find a file
realaravinth 6e70996f3f
feat: load Conductor into
SUMMARY
    Conductor type is received from configuration file. Type is defined
    in src/settings.rs. ctx::Ctx initializes Conductor object based on
    the type specified in the configuration.
2022-10-05 16:58:49 +05:30
config feat: load Conductor into 2022-10-05 16:58:49 +05:30
env feat: impl dummy, placeholder conductor. Doesn't do anyhting 2022-10-05 16:58:12 +05:30
src feat: load Conductor into 2022-10-05 16:58:49 +05:30
.gitignore feat: setup coverage generation 2022-10-05 16:55:19 +05:30
.woodpecker.yml feat: init CI 2022-10-05 16:10:21 +05:30
build.rs feat: accept config and process webhook events 2022-10-05 16:08:36 +05:30
Cargo.lock feat: load Conductor into 2022-10-05 16:58:49 +05:30
Cargo.toml feat: load Conductor into 2022-10-05 16:58:49 +05:30
Dockerfile feat: init CI 2022-10-05 16:10:21 +05:30
LICENSE.md feat: init 2022-10-05 16:07:09 +05:30
Makefile feat: setup coverage generation 2022-10-05 16:55:19 +05:30
README.md fix: s/webhook/conductor/ 2022-10-05 16:11:46 +05:30

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/lpconductor/ \
	-e LPCONDUCTOR_CONFIG=/etc/lpconductor/default.toml \
	realaravinth/librepages-conductor:latest