storage normalization, security middlewares
All checks were successful
/ continuous-deploy (push) Successful in 23s
All checks were successful
/ continuous-deploy (push) Successful in 23s
This commit is contained in:
@@ -118,25 +118,26 @@ nextcloud:
|
||||
|
||||
extraVolumeMounts:
|
||||
- name: mf-nextcloud
|
||||
mountPath: /var/www/html/data/marcio.fernandes/files
|
||||
mountPath: /mnt/users/marcio.fernandes
|
||||
|
||||
- name: mf-documents
|
||||
mountPath: /var/www/html/data/marcio.fernandes/files/Documents
|
||||
|
||||
mountPath: /mnt/users/marcio.fernandes/Documents
|
||||
|
||||
- name: mf-photos
|
||||
mountPath: /var/www/html/data/marcio.fernandes/files/Photos
|
||||
mountPath: /mnt/users/marcio.fernandes/Photos
|
||||
|
||||
- name: media-gaming
|
||||
mountPath: /var/www/html/data/marcio.fernandes/files/Gaming
|
||||
mountPath: /mnt/shared/Gaming
|
||||
|
||||
- name: media-music
|
||||
mountPath: /var/www/html/data/marcio.fernandes/files/Music
|
||||
mountPath: /mnt/shared/Music
|
||||
|
||||
- name: media-videos
|
||||
mountPath: /var/www/html/data/marcio.fernandes/files/Videos
|
||||
mountPath: /mnt/shared/Videos
|
||||
|
||||
- name: it-storage
|
||||
mountPath: /var/www/html/data/marcio.fernandes/files/NeirdStorage
|
||||
mountPath: /mnt/shared/NerdStuff
|
||||
|
||||
configs:
|
||||
# appstore.override.config.php: |-
|
||||
# <?php
|
||||
|
||||
Reference in New Issue
Block a user