Seafile works great inside my home network. But when I try to connect to the server from outside, it fails.
Here is the configuration at ccnet.conf
SERVICE_URL =
http://192.168.1.59:15002[Network]
PORT = 15001
[Client]
PORT = 15005
This is the configuration at seafile.conf
[database]
type=sqlite
[network]
port=15003
[httpserver]
port=15004
I manually edited this two configure files. I opened the port forward at my router. It works great at home. Outside, I use the dynamic DNS name by DynDNS. I can perfectly log in the seahub web interface.But I cannot download library (stuck in connecting to server...) and cannot upload files (stuck in "Uploaded: Fetching...."). I checked in the ccnet.log at seafile server inside my home network. I did not see records for this two operations, download library and upload files.
Thanks.