Integration with custom environments. Webhooks server to modify reverse proxies, deploy TLS certificates and other env-specific side effects
Go to file
2024-06-10 23:52:47 +05:30
config feat: read token from env var 2022-12-29 17:48:30 +05:30
contrib feat: run conductor as root 2022-12-30 05:18:43 +05:30
docs/openapi feat: openapi spec 2022-12-11 23:42:46 +05:30
env Merge pull request 'chore(deps): update rust crate tokio to v1.38.0' (#18) from renovate/tokio-1.x-lockfile into master 2024-06-10 14:35:55 +05:30
scripts feat: publish systemd service file 2022-12-30 04:44:39 +05:30
src feat: read config from /etc/librepages/conductor/ 2022-12-30 04:44:30 +05:30
.dockerignore feat: add .dockerignore 2022-11-16 16:38:47 +05:30
.gitignore feat: setup coverage generation 2022-10-05 16:55:19 +05:30
.woodpecker.yml fix: CI: publish only on master 2024-06-07 23:20:53 +05:30
build.rs chore: apply lints 2022-11-16 15:39:41 +05:30
Cargo.lock Merge pull request 'fix(deps): update rust crate futures-util to v0.3.30' (#11) from renovate/rust-futures-monorepo into master 2024-06-10 20:53:14 +05:30
Cargo.toml chore(deps): update rust crate base64 to 0.22.0 2024-06-10 14:00:47 +00:00
Dockerfile chore(deps): update debian docker tag to v12 2024-06-10 09:30:44 +00:00
LICENSE.md feat: init 2022-10-05 16:07:09 +05:30
Makefile fix: CI: rm nginx workflows 2022-12-12 20:31:55 +05:30
README.md fix: s/webhook/conductor/ 2022-10-05 16:11:46 +05:30
renovate.json Add renovate.json 2024-06-03 03:00:15 +00:00

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