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.
 
 
 
 
Aravinth Manivannan fa4aa03baa
dump: wip archiver
6 months ago
config dump: wip archiver 6 months ago
migrations dump: wip archiver 6 months ago
src dump: wip archiver 6 months ago
static/cache/css dump: wip archiver 6 months ago
templates dump: wip archiver 6 months ago
utils/cache-bust dump: wip archiver 6 months ago
.dockerignore dump: wip archiver 6 months ago
.gitignore dump: wip archiver 6 months ago
Cargo.lock dump: wip archiver 6 months ago
Cargo.toml dump: wip archiver 6 months ago
LICENSE.md feat: add license 6 months ago
Makefile dump: wip archiver 6 months ago
README.md dump: wip archiver 6 months ago
build.rs dump: wip archiver 6 months ago
package-lock.json dump: wip archiver 6 months ago
package.json dump: wip archiver 6 months ago
sqlx-data.json dump: wip archiver 6 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