4.5K
One Aphlict server could serve one or several instances of Phabricator.
docker pull nasqueron/aphlictdocker run -dt -p 22280:22280 -p 22281:22281 nasqueron/aphlictWhen you configure your instance, use the following template:
[
{
"type": "client",
"host": "aphlict.yourdomain.tld",
"port": 22280,
"protocol": "http"
},
{
"type": "admin",
"host": "aphlict.yourdomain.tld",
"port": 22281,
"protocol": "http"
}
]
Add a certificate to your container, replace the protocol http by https in Phabricator config.
Edit /opt/phabricator/conf/aphlict/aphlict.custom.json in your container, so ssl.key & ssl.cert certificates have the relevant paths.
You can get the server log using docker logs <your container name>.
To check the status of the server, use http://phabricator.domain.tld/config/cluster/notifications/
Content type
Image
Digest
sha256:3b71698a5…
Size
404.6 MB
Last updated
about 8 years ago
docker pull nasqueron/aphlictPulls:
5
Jun 29 to Jul 5