updated filebrowser for onlyoffice support

This commit is contained in:
2026-02-13 13:20:46 +01:00
parent 5df268365d
commit a6bdfb61e4
+7
View File
@@ -54,6 +54,8 @@ metadata:
data: data:
config.yaml: | config.yaml: |
server: server:
externalUrl: "https://kisfenyo-files.dooplex.hu" # or whatever your FB domain is
internalUrl: "http://kisfenyo-filebrowser.kisfenyo-system.svc.cluster.local" # adjust to match
port: 80 port: 80
sources: sources:
- path: /srv/home - path: /srv/home
@@ -73,6 +75,11 @@ data:
createUser: true createUser: true
password: password:
enabled: false enabled: false
integrations:
office:
url: "https://office.dooplex.hu"
internalUrl: "http://onlyoffice.office-system.svc.cluster.local"
secret: "H918c26lI3QdcGoVFhWYjyXV1NAhELrV"
--- ---
# PVC for FileBrowser database and cache # PVC for FileBrowser database and cache
# (actual files are on hostPath) # (actual files are on hostPath)