Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

outdated reference to owncloud/nextcloud app #27

Open
OlivierBondu opened this issue Jan 10, 2019 · 5 comments
Open

outdated reference to owncloud/nextcloud app #27

OlivierBondu opened this issue Jan 10, 2019 · 5 comments

Comments

@OlivierBondu
Copy link

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 !

@LinneyS
Copy link
Member

LinneyS commented Jan 11, 2019

docker cp ./onlyoffice app-server:/var/www/html/apps/

If you comment out this line, how will the ONLYOFFICE app appear in ownCloud?

The instructions indicate the update modules during installation.

git submodule update --remote

@LinneyS
Copy link
Member

LinneyS commented Jan 11, 2019

Updated submodules ad7410d

@OlivierBondu
Copy link
Author

OlivierBondu commented Jan 11, 2019

My use case was nextcloud, where the app is in the store, so no need to copy the files manually, just 'enabling' the app does the magic apparently
(which seems rather less pain than manually updating this repo every time a new version of the app is available)

LinneyS added a commit to ONLYOFFICE/docker-onlyoffice-nextcloud that referenced this issue Jan 22, 2019
@LinneyS
Copy link
Member

LinneyS commented Jan 22, 2019

Remade to use the command app:install in Nextcloud

@OlivierBondu
Copy link
Author

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants