-
Notifications
You must be signed in to change notification settings - Fork 8
feat(homelab): self-host Plane issue tracker #2007
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
shepherdjerred
wants to merge
1
commit into
main
Choose a base branch
from
self-host-plane
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
53 changes: 53 additions & 0 deletions
53
packages/docs/plans/2026-08-07_plane-commercial-issue-tracker.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
| --- | ||
| id: plane-commercial-issue-tracker | ||
| type: plan | ||
| status: in-progress | ||
| board: false | ||
| verification: operator | ||
| disposition: active | ||
| --- | ||
|
|
||
| # Self-host Plane Commercial as a private issue tracker | ||
|
|
||
| ## Summary | ||
|
|
||
| Deploy the free Plane Commercial tier with the official `plane-enterprise` | ||
| Helm chart, pinned to chart `3.1.0` and app `v3.0.1`. Use Plane for private | ||
| issue tracking only; leave wiki/pages available but unused. Access is through | ||
| the Tailscale Kubernetes ingress at `plane.tailnet-1a49.ts.net`, with no public | ||
| Funnel exposure. | ||
|
|
||
| ## Implementation | ||
|
|
||
| - Pin the vendor chart and app versions and generate the typed Helm values. | ||
| - Add the Plane CDK8s chart with the private ingress and a 1Password-backed | ||
| `plane-secrets` Kubernetes Secret. | ||
| - Add layered Argo CD applications: one for the local infrastructure chart and | ||
| one sourcing `plane-enterprise` from `https://helm.plane.so/`. | ||
| - Disable the vendor ingress, AI/PI, runner, local MinIO, and local OpenSearch. | ||
| - Use local Postgres, Redis, and RabbitMQ on `zfs-ssd`. | ||
| - Store attachments in the SeaweedFS S3 bucket `plane-attachments` through the | ||
| in-cluster S3 endpoint and Plane storage proxy. | ||
| - Add the stateful Plane PVCs to the explicit Velero backup inventory. | ||
|
|
||
| ## Verification completed | ||
|
|
||
| - [x] Generate the vendor Helm types. | ||
| - [x] Synthesize the CDK8s output. | ||
| - [x] Render the vendor chart with the synthesized values. | ||
| - [x] Create the dedicated 1Password item without storing credentials in Git. | ||
| - [x] Validate the 1Password item references against the vault snapshot. | ||
| - [x] Add focused synthesis assertions for the Argo values and private routes. | ||
|
|
||
| ## Remaining | ||
|
|
||
| - [ ] Publish the local `plane` chart and let Argo CD reconcile both | ||
| applications. | ||
| - [ ] Confirm Argo CD reports Plane synced and healthy. | ||
| - [ ] Exercise native login, workspace/project/issue/cycle/comment workflows, | ||
| attachment persistence, and tailnet-only access. | ||
| - [ ] Confirm Velero discovers the Plane Postgres, Redis, RabbitMQ, and monitor | ||
| PVCs. | ||
|
|
||
| SMTP, OAuth, and SSO remain deferred until the issue-tracking deployment is | ||
| validated. | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This introduces a persistent, operator-managed service with a new tailnet ingress and storage boundary, but records it only in an in-progress workflow plan; the inspected human-facing wiki has no Plane or corresponding homelab system-map entry. Add or update the nearest homelab wiki page so the deployed architecture and its private-access boundary remain discoverable alongside the code.
AGENTS.md reference: AGENTS.md:L68-L69
Useful? React with 👍 / 👎.