[PR #2464] [CLOSED] Rename documenso references to saltwyk-signing #2325

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/2464
Author: @tela
Created: 2/10/2026
Status: Closed

Base: mainHead: saltwyk/rename-cleanup


📝 Commits (6)

  • 183d120 feat: rebrand with Saltwyk logos and manifest
  • 9c69b4f feat: add Cloud Build config for saltwyk-ops deployment
  • 6eef88c fix: add .gcloudignore to include .gitignore in Cloud Build uploads
  • d8e1c2d fix: set /app directory ownership for nodejs user in runner stage
  • 27e265a fix: remove reserved PORT env var from Cloud Run deploy
  • ef9316c refactor: rename documenso references to saltwyk-signing

📊 Changes

10 files changed (+97 additions, -36 deletions)

View changed files

📝 .env.example (+7 -7)
.gcloudignore (+10 -0)
📝 apps/remix/public/site.webmanifest (+2 -2)
cloudbuild-signing.yaml (+49 -0)
📝 docker/Dockerfile (+2 -0)
📝 docker/development/compose.yml (+7 -7)
📝 docker/testing/compose.yml (+12 -12)
📝 packages/assets/site.webmanifest (+2 -2)
📝 packages/assets/static/logo.png (+0 -0)
📝 render.yaml (+6 -6)

📄 Description

Summary

  • Rename GCP Secret Manager references from documenso-* to signing-* in Cloud Build config
  • Update Docker Compose (dev + test) network names, volumes, Postgres/MinIO credentials
  • Update Render service and database names from documenso-* to saltwyk-signing-*
  • Update .env.example defaults to match new compose credentials and branding

Context

GitHub repo renamed from Saltwyk/documensoSaltwyk/saltwyk-signing. GCP secrets have already been migrated and a successful deploy verified.

Test plan

  • Deploy to Cloud Run with new secret names — verified successful
  • Confirm local docker compose up works with new credentials
  • Verify swyk-up starts signing infra correctly (see companion PR in saltwyk-cli)

🤖 Generated with Claude Code


🔄 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/2464 **Author:** [@tela](https://github.com/tela) **Created:** 2/10/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `saltwyk/rename-cleanup` --- ### 📝 Commits (6) - [`183d120`](https://github.com/documenso/documenso/commit/183d12081db03550a45e3e4694c7095eafb627ce) feat: rebrand with Saltwyk logos and manifest - [`9c69b4f`](https://github.com/documenso/documenso/commit/9c69b4fba359085419f7a59d5aa2c8209561adc0) feat: add Cloud Build config for saltwyk-ops deployment - [`6eef88c`](https://github.com/documenso/documenso/commit/6eef88c2fe74c17ef56520383758986e38dcc61a) fix: add .gcloudignore to include .gitignore in Cloud Build uploads - [`d8e1c2d`](https://github.com/documenso/documenso/commit/d8e1c2d6bbf20efc1bada14f9402bfcee20644b6) fix: set /app directory ownership for nodejs user in runner stage - [`27e265a`](https://github.com/documenso/documenso/commit/27e265aa41a70501c2e29e014fd490a2a36c7973) fix: remove reserved PORT env var from Cloud Run deploy - [`ef9316c`](https://github.com/documenso/documenso/commit/ef9316c19e62b6898711618ef2479014d56dd25d) refactor: rename documenso references to saltwyk-signing ### 📊 Changes **10 files changed** (+97 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+7 -7) ➕ `.gcloudignore` (+10 -0) 📝 `apps/remix/public/site.webmanifest` (+2 -2) ➕ `cloudbuild-signing.yaml` (+49 -0) 📝 `docker/Dockerfile` (+2 -0) 📝 `docker/development/compose.yml` (+7 -7) 📝 `docker/testing/compose.yml` (+12 -12) 📝 `packages/assets/site.webmanifest` (+2 -2) 📝 `packages/assets/static/logo.png` (+0 -0) 📝 `render.yaml` (+6 -6) </details> ### 📄 Description ## Summary - Rename GCP Secret Manager references from `documenso-*` to `signing-*` in Cloud Build config - Update Docker Compose (dev + test) network names, volumes, Postgres/MinIO credentials - Update Render service and database names from `documenso-*` to `saltwyk-signing-*` - Update `.env.example` defaults to match new compose credentials and branding ## Context GitHub repo renamed from `Saltwyk/documenso` → `Saltwyk/saltwyk-signing`. GCP secrets have already been migrated and a successful deploy verified. ## Test plan - [x] Deploy to Cloud Run with new secret names — verified successful - [ ] Confirm local `docker compose up` works with new credentials - [ ] Verify `swyk-up` starts signing infra correctly (see companion PR in saltwyk-cli) 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:33:23 +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#2325
No description provided.