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

Diviner: Clarify how to configure Auth providers as an admin

Summary:
* Use a consistent style to cover accessing applications. See D26353.
* Be explicit about accessing the Auth application in the web UI as `./bin/auth` on the command line also exists. See https://superuser.com/questions/1869389/how-to-add-authentication-providers-in-phorge-phabricator

Test Plan:
* Run `./bin/diviner generate`
* Look at the navigation items in http://phorge.localhost/book/phorge/article/configuring_accounts_and_registration/#overview

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: mainframe98, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D26354

+8 -7
+5 -4
src/docs/user/configuration/configuring_accounts_and_registration.diviner
··· 19 19 - **OAuth:** Users use accounts on a supported OAuth2 provider (like 20 20 GitHub, Facebook, or Google) to log in or register. 21 21 - **Other Providers:** More providers are available, and Phorge 22 - can be extended with custom providers. See the "Auth" application for 23 - a list of available providers. 22 + can be extended with custom providers. 24 23 25 - By default, no providers are enabled. You must use the "Auth" application to 26 - add one or more providers after you complete the installation process. 24 + By default, no providers are enabled. After you complete the installation 25 + process, you can add one or more authentication providers from the list of 26 + available providers by navigating to {nav icon=home, name=Home > 27 + More Applications > Auth} in the web UI. 27 28 28 29 After you add a provider, you can link it to existing accounts (for example, 29 30 associate an existing Phorge account with a GitHub OAuth account) or users
+1 -1
src/docs/user/configuration/configuring_file_storage.diviner
··· 108 108 | Custom | Hard | Varies | Implement a custom storage engine. | 109 109 110 110 You can review available storage engines and their configuration by navigating 111 - to {nav icon=home, name=Home > Applications > Files > Help/Options > 111 + to {nav icon=home, name=Home > More Applications > Files > Help/Options > 112 112 Storage Engines} in the web UI. 113 113 114 114 By default, Phorge is configured to store files up to 1MB in MySQL, and
+1 -1
src/docs/user/configuration/managing_daemons.diviner
··· 186 186 187 187 You can view status and debugging information for daemons in the Daemon Console 188 188 via the web interface. Go to `/daemon/` in your install or navigate to 189 - {nav icon=home, name=Home > Applications > Daemons }. 189 + {nav icon=home, name=Home > More Applications > Daemons }. 190 190 191 191 192 192 The Daemon Console shows a list of all the daemons that have ever launched, and
+1 -1
src/docs/user/userguide/remarkup.diviner
··· 495 495 = Image Macros = 496 496 497 497 You can upload image macros by navigating to {nav icon=home, name=Home > 498 - Applications > Macro }. Macros will replace text 498 + More Applications > Macro }. Macros will replace text 499 499 strings with the image you specify. For instance, you could upload an image of a 500 500 dancing banana to create a macro named "peanutbutterjellytime", and then any 501 501 time you type that string on a separate line it will be replaced with the image