2022-10-05 16:07:02 +05:30
|
|
|
[![Docker](https://img.shields.io/docker/pulls/realaravinth/librepages-conductor)](https://hub.docker.com/r/realaravinth/librepages-conductor)
|
2022-10-05 16:11:46 +05:30
|
|
|
[![status-badge](https://ci.batsense.net/api/badges/LibrePages/conductor/status.svg)](https://ci.batsense.net/LibrePages/conductor)
|
2022-10-05 16:07:02 +05:30
|
|
|
|
|
|
|
|
|
|
|
<div align="center">
|
|
|
|
<h1> Conductor </h1>
|
|
|
|
<p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
docker run -p 7000:7000 \
|
2022-10-05 16:11:46 +05:30
|
|
|
-v $(pwd)/config/:/etc/lpconductor/ \
|
|
|
|
-e LPCONDUCTOR_CONFIG=/etc/lpconductor/default.toml \
|
2022-10-05 16:07:02 +05:30
|
|
|
realaravinth/librepages-conductor:latest
|
|
|
|
```
|