Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/otobank/crowi-fileupload-gcs


https://github.com/otobank/crowi-fileupload-gcs

crowi

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# crowi-fileupload-gcs

## SetUp

- Set environment variables
- `GOOGLE_CLOUD_PROJECT`
- `GOOGLE_APPLICATION_CREDENTIALS`
- `GOOGLE_CLOUD_STORAGE_BUCKET`

## Usage

v1.7.9 現在の Crowi はファイルアップロードモジュールの外部化がまだなので、 `fileUploader.js` を差し替える必要があります。

```bash
npm install crowi-fileupload-gcs
cp node_modules/crowi-fileupload-gcs/dist/fileUploader.js \
lib/util/fileUploader.js
```