feat(paperless-ngx): remove static path prefixing

This commit is contained in:
Tommy 2024-04-07 11:37:41 +02:00
parent 09d85d096d
commit 68e78eacfb
No known key found for this signature in database
2 changed files with 1 additions and 5 deletions

View file

@ -4,7 +4,7 @@ description: |
document management system that transforms your physical documents into a searchable online archive
appVersion: 2.7.0
type: application
version: 0.1.7
version: 0.1.8
maintainers:
- name: Tommy Skaug
email: tommy@skaug.me

View file

@ -27,10 +27,6 @@ spec:
value: {{ .Values.config.ocrLanguage }}
- name: PAPERLESS_OCR_LANGUAGES
value: {{ .Values.config.textRecognitionLanguages }}
- name: PAPERLESS_FORCE_SCRIPT_NAME
value: /PATHPREFIX
- name: PAPERLESS_STATIC_URL
value: /PATHPREFIX/static/
envFrom: &envFrom
- secretRef:
name: {{ .Values.envFromSecret }}