Skip to content

Commit

Permalink
feat: support playing videos in Sync (#289)
Browse files Browse the repository at this point in the history
Co-authored-by: 0x7fffff92 <[email protected]>
  • Loading branch information
0x7fffff92 and 0x7fffff92 authored Aug 2, 2024
1 parent 4763bfb commit 00413ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/files/config/cluster/deploy/files_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ spec:
value: /data
- name: MEDIA_SERVER_CACHE_DIR
value: /appdata
image: beclab/media-server:v0.1.5
- name: SEAFILE_SERVICE
value: seafile
image: beclab/media-server:v0.1.6
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9090
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ data:
}
}
DEBUG = True
FILESERVER_TOKEN_ONCE_ONLY = False
---
apiVersion: v1
Expand Down

0 comments on commit 00413ff

Please sign in to comment.