mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-03 06:10:38 +01:00
imgur and s3 docs
This commit is contained in:
@@ -13,7 +13,11 @@ You can use : "Anonymous usage without user authorization"
|
||||
|
||||
After that you will get a "Client ID".
|
||||
|
||||
Then install the nodebb-plugin-imgur with `npm install nodebb-plugin-imgur`.
|
||||
Then install nodebb-plugin-imgur:
|
||||
|
||||
.. code::
|
||||
|
||||
npm install nodebb-plugin-imgur
|
||||
|
||||
Activate the plugin from the control panel and restart NodeBB.
|
||||
|
||||
@@ -26,6 +30,4 @@ Uploading to Amazon S3
|
||||
|
||||
.. note::
|
||||
|
||||
No documentation for this yet!
|
||||
|
||||
See `the plugin thread <https://community.nodebb.org/topic/796/nodebb-plugin-s3-uploads-store-your-uploads-in-aws-s3>`_ for more information.
|
||||
No documentation for this yet! See `the plugin thread <https://community.nodebb.org/topic/796/nodebb-plugin-s3-uploads-store-your-uploads-in-aws-s3>`_ for more information.
|
||||
@@ -28,7 +28,7 @@ Running a Secondary Database
|
||||
**This option is experimental and should not be used on a production environment.**
|
||||
|
||||
|
||||
Both databases **must** be flushed before beginning - there isn't a mechanism yet that detects an existing installation on one database but not another. Until fail-safe's such as these are implemented this option is hidden under the `--advanced` setup flag.
|
||||
Both databases **must** be flushed before beginning - there isn't a mechanism yet that detects an existing installation on one database but not another. Until fail-safe's such as these are implemented this option is hidden under the ``--advanced`` setup flag.
|
||||
|
||||
.. code:: bash
|
||||
|
||||
|
||||
Reference in New Issue
Block a user