Skip to content

Commit

Permalink
feat: Added initial support for Google Drive and Dropbox in Files. (#239
Browse files Browse the repository at this point in the history
)
  • Loading branch information
pengpeng authored Jul 22, 2024
1 parent a40a8e4 commit c93bffd
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,12 @@ spec:
volumeMounts:
- name: userspace-dir
mountPath: /data/Home


- name: drive-server
image: beclab/drive:v0.0.2
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8181
- name: terminus-upload-sidecar
image: beclab/upload:v1.0.3
env:
Expand Down

0 comments on commit c93bffd

Please sign in to comment.