diff --git a/kisfenyo-system/filebrowser-quantum.yaml b/kisfenyo-system/filebrowser-quantum.yaml index fd3c2c3..930d3b9 100644 --- a/kisfenyo-system/filebrowser-quantum.yaml +++ b/kisfenyo-system/filebrowser-quantum.yaml @@ -54,6 +54,8 @@ metadata: data: config.yaml: | 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 sources: - path: /srv/home @@ -73,6 +75,11 @@ data: createUser: true password: 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 # (actual files are on hostPath)