vibster / docuseal

Open source DocuSign alternative. Create, fill, and sign digital documents ✍️

Home Page:http://www.docuseal.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DocuSeal
DocuSeal

Open source document filling and signing

Docker releases Follow @docusealco

DocuSeal is an open source platform that provides secure and efficient digital document signing and processing. Create PDF forms to have them filled and signed online on any device with an easy-to-use, mobile-optimized web tool.

✨ Live Demo | ☁️ Try in Cloud

Demo

Features

  • PDF form fields builder (WYSIWYG)
  • 10 field types available (Signature, Date, File, Checkbox etc.)
  • Multiple submitters per document
  • Automated emails via SMTP
  • Files storage on AWS S3, Google Storage, or Azure
  • Automatic PDF eSignature
  • PDF signature verification
  • Users management
  • Mobile-optimized
  • Easy to deploy in minutes

Deploy

Heroku Railway
Deploy on Heroku Deploy on Railway
DigitalOcean Render
Deploy on DigitalOcean Deploy to Render

Docker

docker run --name docuseal -p 3000:3000 -v.:/data docuseal/docuseal

By default DocuSeal docker container uses an SQLite database to store data and configurations. Alternatively, it is possible use PostgreSQL or MySQL databases by specifying the DATABASE_URL env variable.

Docker Compose

Download docker-compose.yml into your private server:

curl https://raw.githubusercontent.com/docusealco/docuseal/master/docker-compose.yml > docker-compose.yml

Run the app under a custom domain over https using docker compose (make sure your DNS points to the server to automatically issue ssl certs with Caddy):

HOST=your-domain-name.com docker-compose up

License

DocuSeal is released under the GNU Affero General Public License v3.0.

About

Open source DocuSign alternative. Create, fill, and sign digital documents ✍️

http://www.docuseal.co

License:GNU Affero General Public License v3.0


Languages

Language:Ruby 32.5%Language:HTML 31.8%Language:Vue 30.0%Language:JavaScript 4.7%Language:SCSS 0.6%Language:Dockerfile 0.4%Language:Procfile 0.0%