I’m not really clear if Seadoc is now part of Seafile 11.07 prof or if I still need to install it separately.
And if part, what do I need to configure it?
As been naive I just created (in webbrowser view) a test.sdoc file. Click to open… and after a while error message “Load doc content error”.
Back to view and then trying delete the file getting another error “access denied”. In seahub log I see:
[WARNING] django.request:241 log_response Forbidden: /api/v2.1/repos/6b7f4d55-7ad4-4dce-a2e6-bd9eccb694cd/file/
So can somebody clearify how this should work if at all?
Same here. After struggling with the manual, that doesn’t clearly describe how to install seafile and seadoc on the same docker host, I finally got it running.
But whenever I create a new .sdoc file, a new tab opens with the message “Load doc content error”. And I also can not delete the document. I always get an “access denied” error.
The sdoc-server.log only says:
server is serve on http://127.0.0.1:7070
[2024-07-30 13:24:09] [INFO] www.js[22] - Starting sdoc server process: 51
[2024-07-30 13:29:10] [INFO] document-manager.js[104] - 0 docs saved.
This seahub log means that the request that should have been sent to SeaDoc was mistakenly sent to Seahub.
Please check whether the nginx configuration correctly proxy the /sdoc-server/ .
Similar is not as easy as I don’t really understand some of the statements in nginx.
So adding a Apache2 config in the manual would be really helpful. Ideally with ssl support.