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.
ci/woodpecker/push/woodpecker Pipeline was successful
Details
|
3 months ago | |
---|---|---|
config | 3 months ago | |
contrib | 3 months ago | |
docs/openapi | 3 months ago | |
env | 3 months ago | |
scripts | 3 months ago | |
src | 3 months ago | |
.dockerignore | 4 months ago | |
.gitignore | 6 months ago | |
.woodpecker.yml | 3 months ago | |
Cargo.lock | 3 months ago | |
Cargo.toml | 3 months ago | |
Dockerfile | 6 months ago | |
LICENSE.md | 6 months ago | |
Makefile | 3 months ago | |
README.md | 6 months ago | |
build.rs | 4 months ago |
README.md
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