@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

T15006: Update .arcconfig to point to we.phorge.it

Summary:
Update the `.arcconfig` file to point to our decided-upon URL for hosting

Refs T15006

Test Plan:
I used `arc which` and verified it identified `https://we.phorge.it`:
```lang=console
REPOSITORY
To identify the repository associated with this working copy, arc followed this process:

Configuration value "repository.callsign" is empty.

This repository has no VCS UUID (this is normal for git/hg).

The remote URI for this working copy is
"ssh://git@we.phorge.it/source/phorge.git".

Found a unique matching repository.

This working copy is associated with the Phorge repository.
```

Reviewers: avivey, chris, tobiaswiese

Reviewed By: avivey, tobiaswiese

Maniphest Tasks: T15006

Differential Revision: https://we.phorge.it/D25001

+1 -1
+1 -1
.arcconfig
··· 1 1 { 2 - "phabricator.uri": "https://secure.phabricator.com/", 2 + "phabricator.uri": "https://we.phorge.it/", 3 3 "load": ["src/"], 4 4 "history.immutable": false 5 5 }