Select the types of activity you want to include in your feed.
@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
···127127use only anonymous HTTP, you can leave this setting disabled.
128128129129If you plan to use authenticated HTTP, you'll also need to configure a VCS
130130-password in {nav Settings > VCS Password}. This is a different password than
131131-your main Phabricator password primarily for security reasons.
130130+password in {nav Settings > VCS Password}.
131131+132132+Your VCS password must be a different password than your main Phabricator
133133+password because VCS passwords are very easy to accidentally disclose. They are
134134+often stored in plaintext in world-readable files, observable in `ps` output,
135135+and present in command output and logs. We strongly encourage you to use SSH
136136+instead of HTTP to authenticate access to repositories.
132137133138Otherwise, if you've configured system accounts above, you're all set. No
134139additional server configuration is required to make HTTP work.