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.
|
6 months ago | |
---|---|---|
config | 6 months ago | |
migrations | 6 months ago | |
src | 6 months ago | |
static/cache/css | 6 months ago | |
templates | 6 months ago | |
utils/cache-bust | 6 months ago | |
.dockerignore | 6 months ago | |
.gitignore | 6 months ago | |
Cargo.lock | 6 months ago | |
Cargo.toml | 6 months ago | |
LICENSE.md | 6 months ago | |
Makefile | 6 months ago | |
README.md | 6 months ago | |
build.rs | 6 months ago | |
package-lock.json | 6 months ago | |
package.json | 6 months ago | |
sqlx-data.json | 6 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