mirror of
https://github.com/beclab/Olares
synced 2026-05-24 09:18:23 +00:00
files(fix): sync share improve (#2102)
* files(fix): sync share improve * feat: update olares-app to v1.8.8 --------- Co-authored-by: qq815776412 <815776412@qq.com>
This commit is contained in:
parent
206c946408
commit
b6484e1a19
3 changed files with 5 additions and 5 deletions
|
|
@ -51,7 +51,7 @@ rules:
|
|||
- "/provider/get_dataset_folder_status"
|
||||
- "/provider/update_dataset_folder_paths"
|
||||
- "/seahub/api/*"
|
||||
- "/System/Configuration/encoding"
|
||||
- "/system/configuration/encoding"
|
||||
verbs: ["*"]
|
||||
|
||||
---
|
||||
|
|
|
|||
|
|
@ -318,7 +318,7 @@ spec:
|
|||
chown -R 1000:1000 /uploadstemp && \
|
||||
chown -R 1000:1000 /appdata
|
||||
- name: olares-app-init
|
||||
image: beclab/system-frontend:v1.6.7
|
||||
image: beclab/system-frontend:v1.6.8
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- /bin/sh
|
||||
|
|
@ -440,7 +440,7 @@ spec:
|
|||
- name: NATS_SUBJECT_VAULT
|
||||
value: os.vault.{{ .Values.bfl.username}}
|
||||
- name: user-service
|
||||
image: beclab/user-service:v0.0.70
|
||||
image: beclab/user-service:v0.0.71
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 3000
|
||||
|
|
|
|||
|
|
@ -210,7 +210,7 @@ spec:
|
|||
command:
|
||||
- /samba_share
|
||||
- name: files
|
||||
image: beclab/files-server:v0.2.129
|
||||
image: beclab/files-server:v0.2.130
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: true
|
||||
|
|
@ -825,7 +825,7 @@ data:
|
|||
add_header Accept-Ranges bytes;
|
||||
}
|
||||
|
||||
location /System {
|
||||
location /system {
|
||||
proxy_pass http://127.0.0.1:8080;
|
||||
|
||||
# Add original-request-related headers
|
||||
|
|
|
|||
Loading…
Reference in a new issue