phabricator icon indicating copy to clipboard operation
phabricator copied to clipboard

A Docker image that runs Phabricator, an open source software engineering tool

Results 7 phabricator issues
Sort by recently updated
recently updated
newest added

Serving git via http seems to be not working at the moment because git-http-backend is not symlinked in phabricator/support/bin. I could pull a PR on this after some time...

bug

Currently PHP 5.5 is used in the container. This should be changed to PHP 7 which should give a noticeable speed bump.

Startup script will now parse the PHABRICATOR_HOST environment variable to find out whether or not a custom port is specified. If there is a custom port, Aphlict will be configured...

Added the git environment path to the Phabricator config during startup. This fixes #74. Thanks for the tip @gai00. And thank you @hach-que for your awesome container. :+1:

**READ THE INSTRUCTIONS BELOW** config ``` version: '2' services: phabricator: environment: - PHABRICATOR_HOST=mydomain.com - MYSQL_HOST=mariadb - MYSQL_USER=root - MYSQL_PASS=asdf123 - PHABRICATOR_REPOSITORY_PATH=/repos image: 'redpointgames/phabricator' ports: - '80:80' - '443:443' - '922:22'...

Hi, we are hosting svn repositories on our phabricator server. So far these repositories work fine. We can commit, update etc... from windows and linux (ubuntu) hosts. But from all...

bug
help wanted

**Diffusion page can't see SVN source code** Error: ``` svn: E210007: Cannot negotiate authentication mechanism ``` After check SVN server svnserve.conf ``` [sasl] ### This option specifies whether you want...