Open ilka-schulz opened 3 weeks ago
The bug is upstream.
I would love to open a bug report there but unfortunately, only project members are allowed to report bugs. Does anyone here know these guys?
In version 12.0, we will redesign the docker based deployment and move HTTPS to a dedicated reverse proxy. See https://manual.seafile.com/12.0/setup/overview/
At that time, acme.sh will not used.
In version 12.0, we will redesign the docker based deployment and move HTTPS to a dedicated reverse proxy. See https://manual.seafile.com/12.0/setup/overview/
At that time, acme.sh will not used.
That sounds awesome! I already have an nginx reverse proxy setup with Docker images nginxproxy/nginx-proxy
and nginxproxy/acme-companion
. I am actually really frustrated that Seafile does not work with that so I had to buy an additional IPv4 address after many other users also failed to set up Seafile with a separate nginx reverse proxy.
Are there migration instructions how to migrate a Seafile Docker setup from Seafile 11 to Seafile 12?
Also thank you very much for moving away from acme.sh
, I appreciate that! That project does not look to me like it should be used in a production environment...
Are there migration instructions how to migrate a Seafile Docker setup from Seafile 11 to Seafile 12?
The migration instruction is at: https://manual.seafile.com/12.0/upgrade/upgrade_docker/
It is still a working in progress.
I am honestly not entirely sure if this is the right repo because I have trouble seeing through the jungle of Seafile components. My bug occurs with the
seafileltd/seafilemc
image.My Seafile 11 container recently stopped working. I changed my image from
seafileltd/seafile-mc:latest
toseafileltd/seafile-mc:11.0-latest
as stated in the documentation and started the container on the new image but that did not resolve the issue.Logs:
I added the required option to
/scripts/ssl.sh
:I verified that this line is actually the line running by adding some debugging
echo
statement.When I run
/scripts/ssl.sh /shared/ssl <censored>
from within my seafile container on abash
I get the same error message as above.