3 plugins for Plane: Gitea/Forgejo sync, time tracking, and local AI via Ollama #8796
alfredjnewman661-dev
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Built 3 plugins for self-hosted Plane that solve gaps I kept running into:
1. Gitea/Forgejo Integration ($39)
Webhook-based sync between Gitea (or Forgejo) and Plane. Issues sync, PRs link to Plane tasks via branch names, commits reference Plane issues. Repo-to-project mapping is configurable via env vars.
Requires Plane 0.14+ and Gitea 1.19+.
2. Time Tracking Module ($49)
Start/stop timer with a web UI, manual time entries, reports by date/user/project, and CSV/JSON export for invoicing. Time logged against Plane issues gets posted as issue comments. Uses SQLite — no external database needed.
The timer state is all client-side JS with server-side persistence, so it survives page refreshes but doesn't need WebSocket connections.
3. Local AI via Ollama ($29)
Issue summarization, description generation from titles, sprint planning suggestions, and label auto-suggestions — all running locally via Ollama. Zero data leaves your server.
You need Ollama running with at least one model pulled (llama3.2 works well). GPU recommended but CPU works.
All three include full source code, Dockerfiles, and docs. One-time purchase, no subscriptions.
Details: https://nlplugins.com (filter by Plane)
Anyone else building integrations for self-hosted Plane? Curious what gaps you're seeing.
Beta Was this translation helpful? Give feedback.
All reactions