Git-gate manifest redesign #160

Closed
opened 2026-06-02 23:00:10 -04:00 by didericis · 0 comments
Owner

The manifest entries related to git are a bit convoluted. This redesign makes it clearer that this config does NOT get directly translated to generic git or generic ssh configs, but is specifically for interrelated pieces required for all git traffic to be routed through git-gate to the correct destination.

Proposal

git-gate:
  repos:
    bot-bottle:
      url: ssh://git@100.78.141.42:30009/didericis/bot-bottle.git
      identity: ~/.ssh/gitea-delos-2.pem
      host_key: "ssh-rsa ..."
The manifest entries related to `git` are a bit convoluted. This redesign makes it clearer that this config does NOT get directly translated to generic git or generic ssh configs, but is specifically for interrelated pieces required for all git traffic to be routed through git-gate to the correct destination. ## Proposal ```yaml git-gate: repos: bot-bottle: url: ssh://git@100.78.141.42:30009/didericis/bot-bottle.git identity: ~/.ssh/gitea-delos-2.pem host_key: "ssh-rsa ..." ```
didericis added the Kind/Enhancement label 2026-06-02 23:32:17 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: didericis/bot-bottle#160