gitlens/gitless forgejo remotes config #43

Open
opened 2026-05-27 21:30:24 +01:00 by apb · 0 comments
Owner
"gitlens.remotes": [
   {
       "domain": "git.quodatum.duckdns.org",
       "type": "Custom",
       "name": "Your Remote Name",
       "protocol": "https",
       "urls": {
           "repository": "https://git.quodatum.duckdns.org/${repo}",
           "branches": "https://git.quodatum.duckdns.org/${repo}/branches",
           "branch": "https://git.quodatum.duckdns.org/${repo}/tree/${branch}",
           "commit": "https://git.quodatum.duckdns.org/${repo}/commit/${id}",
           "file": "https://git.quodatum.duckdns.org/${repo}?path=${file}${line}",
           "fileInBranch": "https://git.quodatum.duckdns.org/${repo}/src/branch/${branch}/${file}${line}",
           "fileInCommit": "https://git.quodatum.duckdns.org/${repo}/src/branch/${id}/${file}${line}",
           "fileLine": "#L${line}",
           "fileRange": "#L${start}-L${end}"
       }
   }
]
```json "gitlens.remotes": [ { "domain": "git.quodatum.duckdns.org", "type": "Custom", "name": "Your Remote Name", "protocol": "https", "urls": { "repository": "https://git.quodatum.duckdns.org/${repo}", "branches": "https://git.quodatum.duckdns.org/${repo}/branches", "branch": "https://git.quodatum.duckdns.org/${repo}/tree/${branch}", "commit": "https://git.quodatum.duckdns.org/${repo}/commit/${id}", "file": "https://git.quodatum.duckdns.org/${repo}?path=${file}${line}", "fileInBranch": "https://git.quodatum.duckdns.org/${repo}/src/branch/${branch}/${file}${line}", "fileInCommit": "https://git.quodatum.duckdns.org/${repo}/src/branch/${id}/${file}${line}", "fileLine": "#L${line}", "fileRange": "#L${start}-L${end}" } } ] ```
apb changed title from gitlens/gitless forge config to gitlens/gitless forgejo remotes config 2026-05-27 21:41:55 +01: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
apb/infrastructure#43
No description provided.