Skip to content

Commit

Permalink
Add Synology NAS storage provider docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Jan 18, 2024
1 parent 266065f commit 79519bf
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
33 changes: 33 additions & 0 deletions docs/provider/storage/synology-nas.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: Synology NAS
description: Using Synology NAS as a storage provider for Casdoor
keywords: [Synology, NAS, storage, provider]
authors: [xiao-kong-long]
---

:::note

This is an example of **Synology NAS**.

:::

### Fill in the necessary information in Casdoor

There are five required fields: `Client ID`, `Client secret` and `Endpoint`. The corresponding relationship to the Synology NAS account is as follows:

| Name | Name in Tencent | Required |
|---------------------|-----------------|----------|
| Client ID | SecretId | Yes |
| Client secret | SecretKey | Yes |
| Endpoint | Endpoint | Yes |
| Bucket | | |
| Path prefix | | |
| Domain | | |
| Region ID | | |

#### Configure Casdoor provider

![synologyConfig.png](/img/providers/storage/synologyConfig.png)


You can refer to the official documentation for configuration: [link](https://www.synology.cn/zh-cn/support/developer#tool)
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ module.exports = {
"provider/storage/minio",
"provider/storage/aliyun-oss",
"provider/storage/tencentCloudCOS",
"provider/storage/synology-nas",
],
},
{
Expand Down
Binary file added static/img/providers/storage/synologyConfig.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 79519bf

Please sign in to comment.