Skip to content

Support GitLab / Gitea / Bitbucket as vault hosts #180

Description

@thetechjon

Summary

noteser currently speaks one git host: GitHub. Competitive research (June 2026) shows the only comparable product (NotesHub) supports GitHub, GitLab, Bitbucket, and Gitea, and "single-vendor dependency" is a predictable objection from exactly the audience noteser targets.

Scope sketch

  • Abstract src/utils/github.ts behind a host-agnostic Git Data interface (blobs/trees/commits/refs are near-isomorphic across hosts' REST APIs).
  • Per-host OAuth/device-flow handling (Gitea/GitLab self-hosted instances need a base-URL setting).
  • Keep the three-way merge engine untouched — it operates on SHAs and content, not on a specific host.

Priority

Roadmap item, not a bug. Worth doing AFTER the first distribution push, informed by which host people actually ask for.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions