Hi, I come from a Seafile version 6.0 very old and functional.
I want to upgrade to 13, but this new caddy reverse proxy using docker is not working as I expected.
I can fully access internally using the FQDN because I manage the DNS. The issue comes when trying to use over internet. I already have some configuration that allowed me to use the old version with just poiting to the IP and the port.
Is there a way to configure an new install to allow me to access seafile using the FQDN and the machines IP ?
Important to notice the seafile is inside a Docker LXC inside a proxmox server. I only want to use that LXC just for Seafile, nothing else. Its unprivilaged.
Thanks in advance.
Seafile will only work fully with either the IP or FQDN, not both at once. If you already had a reverse proxy setup working with version6, I would suggest that you drop the caddy proxy, and just keep using the reverse proxy you already had working. You would need to adjust that reverse proxy config to point to the container’s port 80 for everything, and change the seafile docker yml file to open port 80.
I actually migrated from 6 to 12 recently, I didnt want to go tru the individual versions as there was some inconsistencies, so i just copied all the files from the old server and spun up another with the same domain, so both instances had the same domain on my network at the same time, I changed my port forwards on my firewall and upadted the host file on my local pc so it would point to the old seafile where i can manage it
Question, what will be the process to install seafile server 13 with just the IP?
Regards.