ONLYOFFICE / DocSpace

ONLYOFFICE DocSpace is a room-based collaborative platform which allows organizing a clear file structure depending on users' needs or project goals. Flexible access permissions and user roles allow fine-tuning the access to the whole space or separate rooms.
https://www.onlyoffice.com/docspace.aspx
GNU Affero General Public License v3.0
171 stars 89 forks source link

Selfhosted Docker - Custom DNS (Alternate URL) not working. #1633

Closed kiroubel-girma closed 1 week ago

kiroubel-girma commented 1 year ago

I have a Docker installation (ONLYOFFICE DocSpace v 1.1.1). Things work OK with default local IP address URL ( i.e. http://192.168.0.113). What I want is to use the fully qualified domain name. I enabled "DNS Settings", and under "Custom Domain Name" I entered the FQDN (docspace.example.com). But value is not used at all. Emails still show the IP address. Invite links also use the IP address URL.

Note that what I really want is to specify an alternate base URL to use (i.e. https://docspace.example.com) That's because I use a reverse proxy to access the site securely.

Irdiism commented 1 month ago

Try with http:// because you do not have an SSL cert when you first configure the domain.

Carazyda commented 1 month ago

Hello @kiroubel-girma Is your problem still persisting? Please try it on the latest version of Docspace.

kiroubel-girma commented 1 week ago

I had to switched to package version and it works as intended. Maybe this is fixed now but I can't test the docker install.