Integration with custom environments. Webhooks server to modify reverse proxies, deploy TLS certificates and other env-specific side effects
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Aravinth Manivannan b0d94f91dc
ci/woodpecker/push/woodpecker Pipeline was successful Details
feat: run conductor as root
3 months ago
config feat: read token from env var 3 months ago
contrib feat: run conductor as root 3 months ago
docs/openapi feat: openapi spec 3 months ago
env fix: dummy conductor test is async 3 months ago
scripts feat: publish systemd service file 3 months ago
src feat: read config from /etc/librepages/conductor/ 3 months ago
.dockerignore feat: add .dockerignore 4 months ago
.gitignore feat: setup coverage generation 6 months ago
.woodpecker.yml fix: CI: apt install cmd 3 months ago
Cargo.lock feat: add prometheus instrumentation 3 months ago
Cargo.toml feat: add prometheus instrumentation 3 months ago
Dockerfile feat: init CI 6 months ago
LICENSE.md feat: init 6 months ago
Makefile fix: CI: rm nginx workflows 3 months ago
README.md fix: s/webhook/conductor/ 6 months ago
build.rs chore: apply lints 4 months ago

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