Skip to content

Commit 4e26f94

Browse files
committed
Update admin/code_hosts/phabricator.schema.json schema for v6.5.1211
1 parent a83110f commit 4e26f94

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

docs/admin/code_hosts/phabricator.mdx

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,23 +79,32 @@ The Sourcegraph instance's site admin must [update the `corsOrigin` site config
7979

8080
{/* SCHEMA_SYNC_START: admin/code_hosts/phabricator.schema.json */}
8181
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
82-
{/* Last updated: Manual setup - will be automated via sourcegraph/sourcegraph releases */}
82+
{/* Last updated: 2025-07-01T22:33:09Z via sourcegraph/sourcegraph@v6.5.1211 */}
8383
```json
8484
{
85+
// SSH cipher to use when cloning via SSH. Must be a valid choice from `ssh -Q cipher`.
86+
"gitSSHCipher": null,
87+
88+
// SSH keys to use when cloning Git repo.
89+
"gitSSHCredential": null,
90+
91+
// The type of Git URLs to use for cloning and fetching Git repositories.
92+
// Valid options: "http", "ssh"
93+
"gitURLType": "http",
94+
8595
// The list of repositories available on Phabricator.
8696
"repos": null,
8797

8898
// API token for the Phabricator instance.
8999
"token": null,
90100

91101
// URL of a Phabricator instance, such as https://phabricator.example.com
92-
"url": null
93102
// Other example values:
94103
// - "https://phabricator.example.com"
104+
"url": null
95105
}
96106
```
97107
{/* SCHEMA_SYNC_END: admin/code_hosts/phabricator.schema.json */}
98-
99108
## Configuration Notes
100109

101110
- **Limited Support**: Phabricator support is limited and not expected to evolve due to Phabricator's end-of-life announcement.

0 commit comments

Comments
 (0)