-
Notifications
You must be signed in to change notification settings - Fork 9
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
Tomboy Notes server not installable in Nextcloud 13 app store (docker) #55
Comments
It looks like php's oauth extension is installed, but not loaded. You need to load it in your |
I found this near the end of the build command output. Maybe an echo command to append a line to a php.ini file somewhere is needed?
|
Yes. But that's not grauphel's task. |
WDYT of nextcloud/docker#1023? |
Here is how to activate oauth for grauphel. Works for me in a Docker container running Nextcloud 23:
|
On clicking on [Enable] in the Nextcloud app 'store' in Nextcloud 13 (and previously 12):
App "Grauphel: Tomboy note server" cannot be installed because the following dependencies are not fulfilled: The library OAuth is not available.
I cannot test with a bare install anymore, as I've apparently killed that. Current system is near-copy of example files from https://github.com/nextcloud/docker, using https://github.com/nextcloud/docker/tree/master/.examples/docker-compose/with-nginx-proxy/mariadb-cron-redis/fpm and https://github.com/nextcloud/docker/tree/master/.examples/dockerfiles/full/fpm, setting individual configuration, and modifying the nextcloud Dockerfile (from full above) to include "&& pecl install oauth ".
Additionally, running "docker-compose exec app pecl install oauth" results in "ecl/oauth is already installed and is the same as the released version 2.0.2".
Is this potentially a misconfiguration on my end, or an issue with grauphel?
The text was updated successfully, but these errors were encountered: