[PR #9534] [CLOSED] fix: add documenso again #8092

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/9534
Author: @Mythie
Created: 12/1/2025
Status: Closed

Base: mainHead: fix/add-documenso


📝 Commits (1)

📊 Changes

4 files changed (+489 additions, -0 deletions)

View changed files

ct/documenso.sh (+303 -0)
ct/headers/documenso (+6 -0)
frontend/public/json/documenso.json (+48 -0)
install/documenso-install.sh (+132 -0)

📄 Description

I reviewed the now removed Documenso script for Proxmox and saw that it handled installation by attempting to build from source which while it should work can be prone to issues.

The issue that triggered the removal is unrelated but is likely a consequence of dotenv having some weirdness with LXC containers.

The new approach uses a docker container like Komodo and a few other installers do that simplifies running and updating the Documenso installation.

NOTE: This is untested, I personally don't run Proxmox and don't have the time to do so for verification. I've simply made these changes to assist self-hosters who are running Proxmox.


🔄 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/community-scripts/ProxmoxVE/pull/9534 **Author:** [@Mythie](https://github.com/Mythie) **Created:** 12/1/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/add-documenso` --- ### 📝 Commits (1) - [`b29ba47`](https://github.com/community-scripts/ProxmoxVE/commit/b29ba47ca8e755daa1bc5b19f75953debb60bb01) fix: add documenso again ### 📊 Changes **4 files changed** (+489 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/documenso.sh` (+303 -0) ➕ `ct/headers/documenso` (+6 -0) ➕ `frontend/public/json/documenso.json` (+48 -0) ➕ `install/documenso-install.sh` (+132 -0) </details> ### 📄 Description I reviewed the now removed Documenso script for Proxmox and saw that it handled installation by attempting to build from source which while it should work can be prone to issues. The issue that triggered the removal is unrelated but is likely a consequence of `dotenv` having some weirdness with LXC containers. The new approach uses a docker container like Komodo and a few other installers do that simplifies running and updating the Documenso installation. NOTE: This is untested, I personally don't run Proxmox and don't have the time to do so for verification. I've simply made these changes to assist self-hosters who are running Proxmox. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 16:31:46 +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/ProxmoxVE#8092
No description provided.