ivan
1 September 2024 20:07
1
I have succesesfully setup the latest docker docspace on ubutu22 and configured email integration.
I have my admin user setup.
MY CONTAINERS LOOK LIKE
MY INTEGRATION FOR DOCUMENT SERVER LOOKS LIKE (vanilla)
When I try to open a supplied sample doc I see
What settings do I need in the document integration page?
thanks
Ivan
ivan
4 September 2024 19:03
3
With my docker deployment above, what settings do I need?
thanks
ivan
5 September 2024 15:49
4
Really need some help to get this deployment finished.
Does anyone have screen shots of there docservice integration page they can share with me?
(obfuscated) showing DNS names and IP adresses in a docker deployment of Docspace
Thanks
Hello @ivan
Your integration settings seem unusual. The portal uses forscotland.com domain name, meanwhile you have specified DocSpace address as docspace.forscotland.com .
Here’re my settings from a test server, please try to use them or just click ‘Restore’ button:
ivan
9 September 2024 15:48
6
thanks Alexandre. I’ll give it a try. Appreciate you all work so many support questions. I’ll give feedback. The key thing is you expect TCP listeners at ports 80 and 8083.
ivan
9 September 2024 19:17
7
Hi Alexandre.
I am running HTTPS with my own certs, Immediately after docker install I ran.
bash /app/onlyoffice/config/docspace-ssl-setup -f forscotland.com /etc/ssl/meet.forscotland.com.crt /etc/ssl/meet.forscotland.com.key
There is no listener on port 8083
My docker ps -a looks like
I did see this warning at the start iof the docker install
thanks
Ivan
ivan
9 September 2024 19:19
8
/etc/hosts
root@ubuntu22:~# cat /etc/hosts
127.0.0.1 localhost
10.1.1.99 docspace ubuntu22
The following lines are desirable for IPv6 capable hosts
#::1 ip6-localhost ip6-loopback
#fe00::0 ip6-localnet
#ff00::0 ip6-mcastprefix
#ff02::1 ip6-allnodes
#ff02::2 ip6-allrouters
IPv6 is DISABLED
root@ubuntu22:~# ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
2: enp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 52:54:00:c3:69:41 brd ff:ff:ff:ff:ff:ff
inet 10.1.1.99/24 brd 10.1.1.255 scope global noprefixroute enp1s0
valid_lft forever preferred_lft forever
3: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default
link/ether 02:42:f8:f4:47:24 brd ff:ff:ff:ff:ff:ff
inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0
valid_lft forever preferred_lft forever
4: br-f4910b04a77c: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default
link/ether 02:42:76:c6:b2:a8 brd ff:ff:ff:ff:ff:ff
inet 172.18.0.1/16 brd 172.18.255.255 scope global br-f4910b04a77c
valid_lft forever preferred_lft forever
Hello @ivan
It isn’t clear where the docspace.forscotland.com address comes from. Please run a test and change the third line to https://forscotland.com:3443/ and click the Save button.