realaravinth
fa5336c5b8
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
21 lines
550 B
Markdown
21 lines
550 B
Markdown
[![Docker](https://img.shields.io/docker/pulls/realaravinth/librepages-forms)](https://hub.docker.com/r/realaravinth/librepages-forms)
|
|
[![status-badge](https://ci.batsense.net/api/badges/LibrePages/forms/status.svg)](https://ci.batsense.net/LibrePages/forms)
|
|
|
|
|
|
<div align="center">
|
|
<h1> Forms </h1>
|
|
<p>
|
|
</div>
|
|
|
|
Generic forms server, for use with librepages.org
|
|
|
|
|
|
## Launch docker container
|
|
|
|
|
|
```bash
|
|
docker run -p 7000:7000 \
|
|
-v $(pwd)/config/:/etc/lpforms/ \
|
|
-e LPFORMS_CONFIG=/etc/lpforms/default.toml \
|
|
realaravinth/librepages-forms:latest
|
|
```
|