Setup Seafile 13 pro and trying to get seadoc and webdav working.
I followed the installation docs on the seafile website following the seafile 13 setup instructions and installed by downloading the referenced .yml files and editing the .env file.
These are the changes I made after doing a diff of the original with my configured file for .env. Edited to privatize the config.
< SEAFILE_SERVER_HOSTNAME=test.mydomain.xyz < JWT_PRIVATE_KEY=long string of characters
< SEAFILE_MYSQL_DB_PASSWORD='blah'
< INIT_SEAFILE_MYSQL_ROOT_PASSWORD='mypassword'
< INIT_SEAFILE_ADMIN_EMAIL=admin@foobar.com < INIT_SEAFILE_ADMIN_PASSWORD='mypassword'
I can connect to sf, have setup the seadrive clieant and can upload and edit documents.
I'm trying to get document collaboration working but can't seem to access the seadoc or webdav.
When I try to access seafile.mydomain.xyz/seadoc-data I get nothing but a "sorry the requested page cannot be found".
Since seadoc is included in seafile pro 13 (i have 1 user only for testing) how do I get seadoc working so I can setup collaboration? Specifically need to edit spreadsheets and documents. I was hoping to use whatever builtin editors/programs are in seadoc.
The documentations talks about nginx but that is not included in the list of files to setup. The downloaded yml files and .env configure caddy, not nginx
The manual says: $ tree /opt/seafile-data -L 2 /opt/seafile-data ├── logs │ └── var-log ├── nginx │ └── conf └── seafile ├── ccnet ├── conf ├── logs ├── pro-data ├── seafile-data └── seahub-data
but mine looks like:
[root@localhost seafile]# tree /opt/seafile-data -L 2 /opt/seafile-data └── seafile ├── conf ├── logs ├── pro-data ├── seafile-data └── seahub-data
Sorry, I'm not used to docker, caddy, or ngigx.
I'm assuming that i missed something in the .env file. Thanks.