Hello
I'm new here so I hope this is in the right section. Forgive if its wrong!
I have installed Community server on an old Ubuntu 16.04 laptop into a docker container
The install went ok and I have access using localhost or the local ip address. Everything works, notifications, invites etc all good.
However. There is always however.!! I can also access outside of my network which is good, I just created a hostname on noip pointing to my external ip in the usual way. This also worked however the post service doesn't work and I can't create any new items, only folder..?
I'm not using https yet, that will come later and I did change the port as I have another server using 80 the following way:
sudo docker run -i -t -d -p 8044:80 \
-v /app/onlyoffice/CommunityServer/logs:/var/log/onlyoffice \
-v /app/onlyoffice/CommunityServer/data:/var/www/onlyoffice/Data onlyoffice/communityserver
So in a nutshell. Great within my LAN, Good but not great in the WAN.
Can anyone give me an idea where I've gone wrong?
Many thanks to you all
Del