How to Set Up DocuSeal for Free eSignatures on a Synology NAS
Digital Aloha Digital Aloha
6.49K subscribers
1,287 views
62

 Published On Jun 10, 2024

In this video we'll set up DocuSeal (an open source alternative to DocuSign) on your Synology NAS using Container Manager.

⭐️ BUY ME A COFFEE⭐️
https://www.buymeacoffee.com/digitala...

⭐️ SUPPORT THIS CHANNEL⭐️
https://digitalaloha.com/support-my-w...

⭐️ HIRE ME FOR A PROJECT⭐️
https://digitalaloha.com/hire-me/

The video topics include:
• Introduction to DocuSeal.
• Setting up DocuSeal as a Container Manager project.
• Setting up DocuSeal with external access.
• Configuring DocuSeal after the project is running.
• Demonstration on how to use DocuSeal.

In the video I mentioned or referenced the following link:
• DocuSeal pricing page - https://www.docuseal.co/pricing
• DocuSeal Github page - https://github.com/docusealco/docuseal
• DocuSeal Docker Hub page - https://hub.docker.com/r/docuseal/doc...
• My video on setting up Synology’s DDNS with a wildcard Let’s Encrypt certificate, creating sub-domains and reverse proxy -    • Configure Synology's DDNS With A Wild...  
• Gmail app password - https://support.google.com/mail/answe...

docker-compose.yml used in the video
---
version: '3'

services:
docuseal:
depends_on:
postgres:
condition: service_healthy
image: docuseal/docuseal:latest
container_name: docuseal
ports:
3000:3000
volumes:
/volume1/docker/docuseal:/data
environment:
DATABASE_URL=postgresql://postgres:postgres@postgres:5432/docuseal

postgres:
image: postgres
container_name: docuseal-db
volumes:
/volume1/docker/docuseal/pg_data:/var/lib/postgresql/data
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: docuseal
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
interval: 5s
timeout: 5s
retries: 5
---

Timecodes
0:00 | Introduction
0:17 | Introduction To DocuSeal
0:57 | Setup DocuSeal Using Container Manager
3:02 | Log In To DocuSeal And Do Initial Setup
3:31 | Setup External Access To DocuSeal
4:22 | Log In To DocuSeal Using Sub-Domain And Finish Setup
5:11 | Demonstration On Using DocuSeal
8:05 | Closing

#synology #docuseal #docusign

show more

Share/Embed