Generic form server for LibrePages. Submit forms of any schema from any page hosed on LibrePages
Go to file
Aravinth Manivannan fa5336c5b8
ci/woodpecker/push/woodpecker Pipeline was successful Details
feat: add docker and ci status badges and docker container init docs
2022-09-08 18:16:00 +05:30
config fix: repo url and config env param 2022-09-08 18:14:27 +05:30
src fix: repo url and config env param 2022-09-08 18:14:27 +05:30
.dockerignore feat: setup CI 2022-09-08 17:56:28 +05:30
.gitignore feat: init 2022-09-07 13:06:03 +05:30
.woodpecker.yml feat: setup CI 2022-09-08 17:56:28 +05:30
Cargo.lock feat: init 2022-09-07 13:06:03 +05:30
Cargo.toml fix: repo URL 2022-09-08 18:00:35 +05:30
Dockerfile fix: repo URL 2022-09-08 18:00:35 +05:30
LICENSE.md feat: init 2022-09-07 13:06:03 +05:30
Makefile feat: setup CI 2022-09-08 17:56:28 +05:30
README.md feat: add docker and ci status badges and docker container init docs 2022-09-08 18:16:00 +05:30
build.rs feat: init 2022-09-07 13:06:03 +05:30

README.md

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