forms/README.md
Aravinth Manivannan fa5336c5b8
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: add docker and ci status badges and docker container init docs
2022-09-08 18:16:00 +05:30

550 B

Docker status-badge

Forms

Generic forms server, for use with librepages.org

Launch docker container

docker run -p 7000:7000 \
	-v $(pwd)/config/:/etc/lpforms/ \
	-e LPFORMS_CONFIG=/etc/lpforms/default.toml \
	realaravinth/librepages-forms:latest