File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 if : needs.changes.outputs.src != 'false'
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131 with :
3232 fetch-depth : 0
3333
9797
9898 steps :
9999 - name : Checkout
100- uses : actions/checkout@v4
100+ uses : actions/checkout@v5
101101 with :
102102 fetch-depth : 0
103103
Original file line number Diff line number Diff line change 1919 packages : write
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323
2424 - name : Fetch history
2525 run : git fetch --prune --unshallow
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : nextcloud
3- version : 7.0.0
3+ version : 7.0.1
44# renovate: image=docker.io/library/nextcloud
55appVersion : 31.0.7
66description : A file sharing server that puts the control and security of your own data back into your hands.
Original file line number Diff line number Diff line change @@ -40,10 +40,7 @@ server {
4040 {{- end }}
4141 {{- end }}
4242
43- # set max upload size and increase upload timeout:
44- client_max_body_size 512M;
45- client_body_timeout 300s;
46- fastcgi_buffers 64 4K;
43+ {{- .Values.nginx.config.serverBlockCustom | nindent 4 }}
4744
4845 # Enable gzip but do not remove ETag headers
4946 gzip on;
Original file line number Diff line number Diff line change 1- # # Official nextcloud image version
21# # ref: https://hub.docker.com/r/library/nextcloud/tags/
32# #
43image :
@@ -352,6 +351,14 @@ nginx:
352351 " X-Robots-Tag " : " noindex, nofollow"
353352 " X-XSS-Protection " : " 1; mode=block"
354353
354+ # Added in server block of default config.
355+ serverBlockCustom : |
356+ # set max upload size
357+ client_max_body_size 10G;
358+ client_body_timeout 300s;
359+ fastcgi_buffers 64 4K;
360+ fastcgi_read_timeout 3600s;
361+
355362 custom :
356363 # custom: |-
357364 # worker_processes 1;..
You can’t perform that action at this time.
0 commit comments