You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When integrating SeaTable and Seafile, users can add files from Seafile libraries in file columns and users can transfer files from SeaTable to Seafile.
6
+
When integrating SeaTable and Seafile, users can add files from Seafile libraries in file columns.
11
7
12
8
### Scope of the Connection
13
9
14
10
The Seafile connection to SeaTable enables you to
15
11
16
12
- Choose a file as attachment from the Seafile library in SeaTable
17
-
- Save attachments in a SeaTable base to your Seafile library
13
+
- Save attachments in a SeaTable base to your Seafile library (WIP)
18
14
19
15
### How to Setup the Connection on SeaTable Server Side
20
16
21
17
- Go to Seafile and generate an API token for your library
22
-
- Go to SeaTable and click on the 3-dots menu of a base, go to Advanced > Connect Seafile and enter the full URL (including “http” or “https”) and the API token and then submit.
18
+
- Go to SeaTable and click on the 3-dots menu inside a base, go to Third party integration > Seafile and enter the full URL (including “http” or “https”) and the API token and then submit.
23
19
24
20
### Requirements on the Seafile Server Side
25
21
26
22
The cross-domain permissions must be set. This can be done by adding the "Access-Control-Allow-Origin" header.
27
23
28
-
Add the following code block to the configuration file `seafile.conf` in `/etc/nginx/sites-available/`:
24
+
Add the following code block to the configuration file `seafile.conf` in `/etc/nginx/sites-available/` or `seafile.nginx.conf` in `/etc/nginx/sites-enabled` (the exact filename and path depend on your Seafile version and installation method):
29
25
30
26
```
31
27
location / {
@@ -36,8 +32,14 @@ Add the following code block to the configuration file `seafile.conf` in `/etc/n
0 commit comments