Generic form server for LibrePages. Submit forms of any schema from any page hosed on LibrePages
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Aravinth Manivannan 936c4babdc
ci/woodpecker/push/woodpecker Pipeline was successful Details
feat: rest api to list forms
3 months ago
config feat: load dashboard api key 3 months ago
contrib feat: use librepages-forms user in systemd service 3 months ago
env/libforms feat: mv form payloads to standalone lib 3 months ago
migrations feat: update sqlx and store form data 7 months ago
scripts feat: publish systemd service file 3 months ago
src feat: rest api to list forms 3 months ago
.dockerignore feat: setup CI 7 months ago
.gitignore feat: init db and impl get and del site 7 months ago
.woodpecker.yml feat: publish forms bin at dl.librepages.org 3 months ago
Cargo.lock feat: use objects from libforms for uniformity 3 months ago
Cargo.toml feat: use objects from libforms for uniformity 3 months ago
Dockerfile fix: repo URL 7 months ago
LICENSE.md feat: init 7 months ago
Makefile feat: mv form payloads to standalone lib 3 months ago
README.md feat: add docker and ci status badges and docker container init docs 7 months ago
build.rs feat: update sqlx and store form data 7 months ago
sqlx-data.json feat: list forms associated with a hostname 3 months ago

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