Page MenuHomeDevCentral

D54.id113.diff
No OneTemporary

D54.id113.diff

diff --git a/README b/README
deleted file mode 100644
--- a/README
+++ /dev/null
@@ -1,41 +0,0 @@
-Aphlict server for Phabricator
-==============================
-
-One Aphlict server could serve one or several instances of Phabricator.
-
-Run directly on http
---------------------
-
-1. Pull the image: docker pull nasqueron/aphlict
-2. Run the container: docker -dt -p 22280:22280 -p 22281:22281 nasqueron/aphlict aphlict
-3. Configure your Phabricator instance at http://phabricator.domain.tld/config/group/notification/
-
-Three parameters are necessary:
-
-* notification.client-uri: http://<ip or host>:22280/
-* notification.server-uri: http://<ip or host>:22281/ *
-* notification.enabled: true (Enable Real-Time Notifications)
-
-SSL terminaison
----------------
-
-Steps 1 and 2 as above.
-
-3. Follow the instructions of https://secure.phabricator.com/book/phabricator/article/notifications/#advanced-usage
- to configure your nginx. Note you can directly use proxy_pass http://localhost:22280/ and discard the upstream block.
-4. Configure your Phabricator instance at https://phabricator.domain.tld/config/group/notification/
-
-Three parameters are necessary, only client-uri changes from http config:
-
-* notification.client-uri: https://phabricator.domain.tld/ws/
-
-The other two remains the same:
-
-* notification.server-uri: http://<ip or host>:22281/ *
-* notification.enabled: true (Enable Real-Time Notifications)
-
-Note
-----
-
-You won't be able to access log or PID file, excepted if you add volumes
-and share them with your Phabricator instance (-v ... --volumes-from=aphlict).
diff --git a/README.md b/README.md
new file mode 100644
--- /dev/null
+++ b/README.md
@@ -0,0 +1,41 @@
+Aphlict server for Phabricator
+==============================
+
+One Aphlict server could serve one or several instances of Phabricator.
+
+Run directly on HTTP
+--------------------
+
+1. Pull the image: `docker pull nasqueron/aphlict`
+2. Run the container: `docker -dt -p 22280:22280 -p 22281:22281 nasqueron/aphlict aphlict`
+3. Configure your Phabricator instance at http://phabricator.domain.tld/config/group/notification/
+
+When you configure your instance, three parameters are necessary:
+
+* **notification.enabled:** true (Enable Real-Time Notifications)
+* **notification.client-uri:** http://<ip or host>:22280/
+* **notification.server-uri:** http://<ip or host>:22281/
+
+
+TLS termination
+---------------
+
+Steps 1 and 2 as above.
+
+3. Follow the instructions of https://secure.phabricator.com/book/phabricator/article/notifications/#advanced-usage to configure your nginx. Note you can directly use proxy_pass http://localhost:22280/ and discard the upstream block.
+4. Configure your Phabricator instance at https://phabricator.domain.tld/config/group/notification/
+
+When you configure your intance, three parameters are necessary, but only *client-uri* changes from the HTTP config:
+
+* notification.client-uri: https://phabricator.domain.tld/ws/
+
+The other two remains the same:
+
+* notification.server-uri: http://<ip or host>:22281/ *
+* notification.enabled: true (Enable Real-Time Notifications)
+
+Note
+----
+
+You won't be able to access log or PID file, excepted if you add volumes
+and share them with your Phabricator instance (`-v ... --volumes-from=aphlict`).

File Metadata

Mime Type
text/plain
Expires
Tue, Nov 26, 07:35 (20 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2264035
Default Alt Text
D54.id113.diff (3 KB)

Event Timeline