Go to file
Aravinth Manivannan fa4aa03baa
dump: wip archiver
2022-12-02 19:07:09 +05:30
config dump: wip archiver 2022-12-02 19:07:09 +05:30
migrations dump: wip archiver 2022-12-02 19:07:09 +05:30
src dump: wip archiver 2022-12-02 19:07:09 +05:30
static/cache/css dump: wip archiver 2022-12-02 19:07:09 +05:30
templates dump: wip archiver 2022-12-02 19:07:09 +05:30
utils/cache-bust dump: wip archiver 2022-12-02 19:07:09 +05:30
.dockerignore dump: wip archiver 2022-12-02 19:07:09 +05:30
.gitignore dump: wip archiver 2022-12-02 19:07:09 +05:30
Cargo.lock dump: wip archiver 2022-12-02 19:07:09 +05:30
Cargo.toml dump: wip archiver 2022-12-02 19:07:09 +05:30
LICENSE.md feat: add license 2022-12-01 22:48:19 +05:30
Makefile dump: wip archiver 2022-12-02 19:07:09 +05:30
README.md dump: wip archiver 2022-12-02 19:07:09 +05:30
build.rs dump: wip archiver 2022-12-02 19:07:09 +05:30
package-lock.json dump: wip archiver 2022-12-02 19:07:09 +05:30
package.json dump: wip archiver 2022-12-02 19:07:09 +05:30
sqlx-data.json dump: wip archiver 2022-12-02 19:07:09 +05:30

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