[PR #1847] [MERGED] chore: self hosting docs update and certificate issues #1884

Closed
opened 2026-02-26 20:31:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1847
Author: @ephraimduncan
Created: 6/16/2025
Status: Merged
Merged: 9/9/2025
Merged by: @Mythie

Base: mainHead: cert-issues


📝 Commits (10+)

  • 4131cf2 chore: self hosting docs update and certificate issues
  • 8cfc930 Merge branch 'main' into cert-issues
  • 17141c4 chore: update self-hosting documentation and improve certificate status handling
  • dbca4ae chore: clean up
  • 4f7fcd0 chore: run migrations with selfhosted guide
  • cdc0498 Merge branch 'main' into cert-issues
  • 29f2e1a fix: improve certificate handling and docker setup
  • ba5d28f chore: certificate inside container
  • cc8d8a9 fix: remove selfhost script
  • ff41c80 chore: minor cleanup

📊 Changes

10 files changed (+355 additions, -59 deletions)

View changed files

📝 SIGNING.md (+18 -7)
📝 apps/documentation/pages/developers/self-hosting/how-to.mdx (+80 -7)
apps/remix/app/routes/api+/certificate-status.ts (+20 -0)
📝 apps/remix/app/routes/api+/health.ts (+41 -16)
📝 docker/Dockerfile (+1 -1)
📝 docker/README.md (+128 -23)
📝 docker/production/compose.yml (+1 -1)
📝 docker/start.sh (+25 -1)
packages/lib/server-only/cert/cert-status.ts (+21 -0)
📝 packages/signing/transports/local-cert.ts (+20 -3)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/1847 **Author:** [@ephraimduncan](https://github.com/ephraimduncan) **Created:** 6/16/2025 **Status:** ✅ Merged **Merged:** 9/9/2025 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `cert-issues` --- ### 📝 Commits (10+) - [`4131cf2`](https://github.com/documenso/documenso/commit/4131cf29b61813715710d1d36181a54247bc879f) chore: self hosting docs update and certificate issues - [`8cfc930`](https://github.com/documenso/documenso/commit/8cfc9306907dbcbaa99951f3280ef6f2dc519ce7) Merge branch 'main' into cert-issues - [`17141c4`](https://github.com/documenso/documenso/commit/17141c42d4c40e91fda58be89100f5aed921fb4d) chore: update self-hosting documentation and improve certificate status handling - [`dbca4ae`](https://github.com/documenso/documenso/commit/dbca4ae87c39686232cdfbee54d69ab52c7f6444) chore: clean up - [`4f7fcd0`](https://github.com/documenso/documenso/commit/4f7fcd0b9c143abbd0e52ce4256149948c5d5323) chore: run migrations with selfhosted guide - [`cdc0498`](https://github.com/documenso/documenso/commit/cdc04982ba941dc555ccee194c68cda29ea1619b) Merge branch 'main' into cert-issues - [`29f2e1a`](https://github.com/documenso/documenso/commit/29f2e1a4bf07b2697a78883b0ce34faee0449d28) fix: improve certificate handling and docker setup - [`ba5d28f`](https://github.com/documenso/documenso/commit/ba5d28ff9334a4c1143420b97a0a07ea4dbf35ef) chore: certificate inside container - [`cc8d8a9`](https://github.com/documenso/documenso/commit/cc8d8a990405a838dec024e773ada34462aad530) fix: remove selfhost script - [`ff41c80`](https://github.com/documenso/documenso/commit/ff41c809b6c4528d0768d57a332da62cf6b3bb5d) chore: minor cleanup ### 📊 Changes **10 files changed** (+355 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `SIGNING.md` (+18 -7) 📝 `apps/documentation/pages/developers/self-hosting/how-to.mdx` (+80 -7) ➕ `apps/remix/app/routes/api+/certificate-status.ts` (+20 -0) 📝 `apps/remix/app/routes/api+/health.ts` (+41 -16) 📝 `docker/Dockerfile` (+1 -1) 📝 `docker/README.md` (+128 -23) 📝 `docker/production/compose.yml` (+1 -1) 📝 `docker/start.sh` (+25 -1) ➕ `packages/lib/server-only/cert/cert-status.ts` (+21 -0) 📝 `packages/signing/transports/local-cert.ts` (+20 -3) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:31:30 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#1884
No description provided.