Hi,
it seems the reference to the onlyoffice owncloud app points to commit 262ce12, which is from September 2017, while the actual app has seen some development since.
This caused some trouble but the fix was quite simple, though after a lot of digging: it suffice to comment out this line:
|
docker cp ./onlyoffice app-server:/var/www/html/apps/ |
then the script goes and fetch the latest app instead of the outdated one.
Hope this helps,
thanks for the nice project !
Hi,
it seems the reference to the onlyoffice owncloud app points to commit 262ce12, which is from September 2017, while the actual app has seen some development since.
This caused some trouble but the fix was quite simple, though after a lot of digging: it suffice to comment out this line:
docker-onlyoffice-owncloud/set_configuration.sh
Line 14 in 573ccea
then the script goes and fetch the latest app instead of the outdated one.
Hope this helps,
thanks for the nice project !