Generic form server for LibrePages. Submit forms of any schema from any page hosed on LibrePages
Go to file
Aravinth Manivannan 5bae1ff147
ci/woodpecker/push/woodpecker Pipeline was successful Details
fix: CI: env var
2022-09-09 17:36:28 +05:30
config feat: init db and impl get and del site 2022-09-09 17:14:55 +05:30
migrations feat: save sites and report db health 2022-09-09 17:15:24 +05:30
src feat: cli subcommands to migrate and serve 2022-09-09 17:15:44 +05:30
.dockerignore feat: setup CI 2022-09-08 17:56:28 +05:30
.gitignore feat: init db and impl get and del site 2022-09-09 17:14:55 +05:30
.woodpecker.yml fix: CI: env var 2022-09-09 17:36:28 +05:30
Cargo.lock feat: init db and impl get and del site 2022-09-09 17:14:55 +05:30
Cargo.toml feat: init db and impl get and del site 2022-09-09 17:14:55 +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: prep sqlx-data.json and apply migrations from it 2022-09-09 17:16:10 +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
sqlx-data.json feat: save sites and report db health 2022-09-09 17:15:24 +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