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.
 
 
 
 
 
 
Go to file
Alex Turchyn 1bbcdb8073
fix modal scroll
2 years ago
.github/workflows configure GitHub actions 2 years ago
app fix modal scroll 2 years ago
bin add Dockerfile and configure production app 2 years ago
config set bcrypt rounds to 10 2 years ago
db update schema 2 years ago
lib improve registration and add oauth 2 years ago
log initial commit 2 years ago
public remove old preview image 2 years ago
spec adjust email templates 2 years ago
tmp initial commit 2 years ago
.dockerignore fix erblint 2 years ago
.erb-lint.yml disable RedundantConstantBase in erblint 2 years ago
.eslintrc initial commit 2 years ago
.gitattributes omit html in github code stats 2 years ago
.gitignore add Dockerfile and configure production app 2 years ago
.rubocop.yml configure GitHub actions 2 years ago
Dockerfile add mysql support 2 years ago
Gemfile add optional sidekiq for background jobs 2 years ago
Gemfile.lock add optional sidekiq for background jobs 2 years ago
LICENSE add LICENSE 2 years ago
Procfile initial commit 2 years ago
Procfile.dev add Dockerfile and configure production app 2 years ago
README.md adjust readme 2 years ago
Rakefile initial commit 2 years ago
config.ru initial commit 2 years ago
docker-compose.yml add docker compose 2 years ago
package.json update Daisyui to v3.2.1 2 years ago
postcss.config.js initial commit 2 years ago
tailwind.application.config.js initial commit 2 years ago
tailwind.config.js use own theme 2 years ago
tailwind.form.config.js adjust templates, add timezone and locale 2 years ago
yarn.lock update Daisyui to v3.2.1 2 years ago

README.md

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

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 DigitalOcean
Deploy on Heroku Deploy on Railway Deploy on DigitalOcean

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.