@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.

at recaptime-dev/main 14 lines 268 B view raw
1#!/bin/sh 2 3# NOTE: Replace this with the username that you expect users to connect with. 4VCSUSER="vcs-user" 5 6# NOTE: Replace this with the path to your Phorge directory. 7ROOT="/path/to/phorge" 8 9if [ "$1" != "$VCSUSER" ]; 10then 11 exit 1 12fi 13 14exec "$ROOT/bin/ssh-auth" $@