Hi
to connect there are several ways the first time you install seafile docker.
- nginx installed with let’s encrypted certificates.
in this case port 443 TCP will be used with the domain name, you will have to open port 443 on the server using the firewall.
- you can access seafile directly without a domain name (with the ip)
in this case it will be necessary to open port 8000 TCP to access the interface.
port 8082 and 8083 for Seafile desktop client.
be careful if you use a direct connection (with ip) without using Nginx and let’s encrypt your communication will not be encrypted.
and if you connect with the ip, the address will be written like this:
205.xxx.xxx.xxx:8000
By default the ports 8000
and 8082
need to be opened in the firewall for incoming TCP connections.and 8083 for Server Notification
If you run Seafile behind Nginx/Apache with HTTPS, you only need to open port 443 TCP