mickael-kerjean / filestash

🦄 A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ...
https://www.filestash.app/
GNU Affero General Public License v3.0
9.79k stars 724 forks source link

Couldn’t connect to Onlyoffice server #608

Open idunwannagotoschool opened 1 year ago

idunwannagotoschool commented 1 year ago

I installed with docker. Everything works fine except office documents are not opening with onlyoffice web editor as they should be.

idunwannagotoschool commented 1 year ago

1298E1E4-3918-47FB-90D4-9DC24F049747

nobaluis commented 1 year ago

I have the same issue, I don't see on the docker compose yml where we can define the JWT_SECRET for the onlyoffice server.

idunwannagotoschool commented 1 year ago

IMG_2418 This solved my issue.

zemzema commented 2 weeks ago

I still have a problem with this issue.

`version: '2' services: app: container_name: filestash image: machines/filestash restart: always environment:

volumes: filestash: {} `