Commit graph

10 commits

Author SHA1 Message Date
Lucas Smith
9035240b4d
refactor: replace pdf-sign with libpdf/core for PDF operations (#2403)
Migrate from @documenso/pdf-sign and @cantoo/pdf-lib to @libpdf/core
for all PDF manipulation and signing operations. This includes:

- New signing transports for Google Cloud KMS and local certificates
- Consolidated PDF operations using libpdf API
- Added TSA (timestamp authority) helper for digital signatures
- Removed deprecated flatten and insert utilities
- Updated tests to use new PDF library
2026-01-21 15:16:23 +11:00
Ephraim Duncan
2c0d4f8789
chore: self hosting docs update and certificate issues (#1847) 2025-09-09 21:26:42 +10:00
David Nguyen
92db4d68db fix: cleanup env variables 2025-02-13 20:56:44 +11:00
david-loe
6c3acb1c2d
feat: add and use NEXT_PRIVATE_INTERNAL_WEBAPP_URL (#1298)
Introduces `NEXT_PRIVATE_INTERNAL_WEBAPP_URL` used for requesting the
app by itself (backend) [e.g. for background jobs]
2024-09-06 20:37:10 +10:00
Rene Steen
b0c081683f
feat: allow anonymous smtp authentication (#1204)
Introduces the ability to use anonymous SMTP authentication where no username or password is provided.

Also introduces a new flag to disable TLS avoiding cases also where STARTTLS is used despite `secure` being
set to `false`
2024-07-09 10:39:59 +10:00
Ephraim Duncan
3e634fd975
chore: update docker compose command (#1159) 2024-05-22 19:15:31 +07:00
Valentin Lestoille
c71347aeb9
S3Client: Add forcePathStyle 2024-03-22 15:46:22 +01:00
Mythie
415f79f821
fix: update docker docs and compose files 2024-03-10 11:13:05 +11:00
Lucas Smith
fd4ea3aca5
fix: update docker docs 2024-03-08 20:00:24 +11:00
Mythie
2cce6dc2e5 feat: tidy docker setup
Tidy the docker setup and include a Github Action
for publishing docker containers to DockerHub and
Github Container Registry.

Also add a small README file with docker hosting instructions.
2024-03-06 15:46:51 +11:00